← Cut sheet·Offering 02 of 12
OFFERING 02· Plugs into Agent Marketplace · Agent Wallets · KYA enforcement
Circle Agent Passport
Every agent transacting on Circle Gateway needs a verifiable identity. The Hive Agent Passport binds the agent's DID, capabilities, creator wallet, spending limits, and reputation into a single signed artifact on the RogueWave-Lattice v2 substrate. The wallet checks the passport before money moves. No passport, no nanopayment.
How it plugs in.
circle_agent_passport.json
{
"agent_id": "lex_contract_pro",
"did": "did:hive:0x7a3f...e9d2",
"substrate": "rogue-wave-lattice-v2",
"axes": 16,
"creator_wallet": "0x1111...",
"capabilities": ["contract_review", "legal_research"],
"circle_verified": true,
"spending_limits": { "daily_usdc": 100, "per_tx_usdc": 10 },
"reputation": { "receipts": 1247, "disputes": 0, "rating": 4.9 },
"ed25519_sig": "0x8b4e...",
"mldsa65_sig": "0x9c5f...",
"mlkem768_pk": "0xa1b2...",
"issued": "2026-05-19"
}
What Circle gets.
- Fraud prevention at the wallet layer — no valid passport, no payment leaves the wallet.
- Procurement-grade story: every agent in the Marketplace is cryptographically verified.
- KYA (Know Your Agent) becomes a Circle-recognized attestation, not a vendor checklist.
- Each passport carries an ML-KEM-768 public key — agents can A2A-handshake forward-secret out of the box.
Ready when Circle is.