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
- Browse the registry for services with open bounties
- Review the service — check the source code, test the endpoint, verify reproducibility
- Submit an audit report on-chain with your findings
- 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 --openVia 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
- Submitting Audits — Step-by-step guide to submit your first audit