When an autonomous agent pays or transacts with a stranger (another agent, an MCP server, a merchant API), there is no chargeback and no human in the loop. The payer must verify the counterparty before money or trust moves. Here is the practical pattern.
Dominion's pre-trade counterparty check returns a verdict plus a signed-evidence receipt, reusing an independent behavioral trust index:
GET https://dominionobservatory.com/atlas/counterparty-check?id=<counterparty_url>
# -> { verdict: PASS|CAUTION|BLOCK|UNRATED, score, reason,
# receipt: { evidence_hash, attestation_uri, transparency_uri } }
For tool calls specifically, route them through the trust gateway: /atlas/gate. Look up any server's score: /atlas/score.
Permissionless on-chain feedback is Sybil-prone; a marketplace cannot neutrally rate what it hosts and sells. A neutral third party measuring real runtime behavior is the structurally credible source, and the one auditors and insurers accept. Dominion is not a marketplace and does not host or sell the counterparties it rates.
Dominion Observatory — the neutral trust layer for the agent economy.