agentverse-verifierconditionalweight 1adapter 12 of 17

Verifier Reports.

The AgentVerse Verifier adapter incorporates outcomes from verifier reports on AgentVerse: checks that a verifier has actively run against the subject. It counts only when verifier reports exist, and combines allow-rate, confidence, and stake-weighting so poorly confident checks move the component less.

Counts only when its signals are present on the subject.

What it measures.

Allow rate

Share of verification checks the subject passed.

Confidence

Confidence level attached to each check outcome.

Stake weighting

Checks weighted by verifier stake behind them.

Component keys.

agentverse-verifier.*

Component family covering verifier check outcomes.

When it counts.

Conditional — counts only when verifier reports are present for the subject.

When signals are missing.

No reports means the component is missing, not penalized.

How it contributes.

{
  "component": "agentverse-verifier.*",
  "scale": "0-100",
  "mode": "conditional",
  "weight": 1,
  "contribution": "component x 1 / total weight"
}

The adapter’s components are averaged into the composite as a weighted mean: every contributing adapter’s component is multiplied by its weight, summed, and divided by the total weight of contributing adapters. The result is published as trustScores.total with a config version and timestamp so anyone can recompute it.

Questions about Verifier Reports.

What does the AgentVerse Verifier adapter measure?

It measures verifier report outcomes — allow rate, confidence, and stake-weighted checks — from verification runs on AgentVerse.

When does this adapter count toward the score?

Only conditionally: it contributes when verifier reports exist for the subject and is absent from the computation otherwise.