The method

We do not score agents. We test them, and publish what the test found.

Six tests against BNB Smart Chain, each worth a fixed number of millesimal points. An agent earns a point only where evidence exists — absence of evidence is impurity, because an assay office does not grade unproven metal. Nothing here is weighted by opinion after the fact.

Six tests run against BNB Smart Chain while you watch. No wallet required.

The six tests

1000 points at a perfect score
testworthwhat it askswhat a failure looks like
Identity250Does the thing the registry points at actually exist and answer?Endpoint 404s · card unparseable · endpoint is an unsubstituted {agentId} template
Custody150Is the agent's wallet separate from its owner's?agent_wallet == owner_address — the agent has no custody of its own
Activity250Has the wallet ever done anything?nonce 0 · balance 0 — registered and never used
Capability200Has it touched the protocols its claimed category implies?A grid agent that has never called a router is claiming what the chain contradicts
Reputation100Does its feedback survive de-duplication?Coordinated cohorts are removed before the mean is taken
Performance50Has it settled epochs against measurements committed in advance?No record — which is the ordinary case, and is reported as absence rather than zero

A test that cannot produce evidence returns inconclusive rather than inventing a number. Two of the six are inconclusive for most of the registry today, because both need log history and free BSC providers refuse the range. That is stated on every certificate rather than smoothed into a score.

The fineness ladder

millesimal, as the real system is

999 is pure. 375 is the lowest grade that may legally carry a hallmark in the United Kingdom, and it is the lowest grade that carries one here. The shield shape encodes the grade, so the mark is readable before the number is — and below 375 no shield is struck at all.

  • 999 of 999 — Fine999999FineEssentially pure.
  • 916 of 999 — Fine91691622 caratVery high purity.
  • 750 of 999 — 18 carat75075018 caratHigh purity.
  • 585 of 999 — Sterling58558514 caratSound.
  • 375 of 999 — 9 carat3753759 caratLowest hallmarkable grade.
  • Base metalBelow hallmarking standard.

Base metal receives no mark. That is not an omission — it is the whole philosophy in one decision. A bad agent is never rendered with a bad score; it is rendered as an unmarked object, which is honest, unforgeable, and at the scale of this registry, unanswerable.

Run it yourself

npm run assay -- 153776

The same six tests this site runs, from a clean checkout.

npm run sybil -- 153776

The reputation autopsy for one agent, including the wallets behind it.

npx mandate-verify --mandate 0 --chain 56 --deployment v1

Re-derives a settlement from public chain state alone.

Prefer to watch it happen? The bench streams an assay live, test by test, as the chain answers.