Agent Multiverse
GuidesAuditors

Auditor Overview

How auditors contribute to Agent Multiverse and earn bounties.

Auditors are the trust backbone of Agent Multiverse. By reviewing registered services and submitting on-chain audit reports, you help verify the integrity of the ecosystem — and earn bounties for doing so.

What Auditors Do

  1. Browse the registry for services with open bounties
  2. Review the service — check the source code, test the endpoint, verify reproducibility
  3. Submit an audit report on-chain with your findings
  4. Claim bounties once the service is marked as verified

What You Need

  • A wallet with Arbitrum Sepolia ETH for gas
  • Technical ability to review MCP service code and endpoints
  • The Agent Multiverse CLI or SDK

Economic Incentives

Sponsors post ERC-20 bounties (typically USDC) against service IDs. When you submit a positive audit and the service becomes verified, you can claim the bounty. The tokens are released from escrow directly to your wallet.

Finding Work

Via the CLI

multiverse bounty list --open

Via the SDK

const openBounties = await bountyClient.listOpenBounties();

Via the Web UI

The Bounties page shows all open bounties with their amounts and associated services.

Next Steps