Agora
Agora is payments infrastructure for AI agents on Arc. An x402 gateway in rail/x402.ts implements the HTTP 402 pay-per-call flow, verifying USDC transfers on-chain and supporting Circle Gateway batched nanopayments via @circle-fin/x402-batching, while the agora-pay-mcp package in mcp/ plugs any MCP-capable agent into a budget-capped wallet and a trust-checked service marketplace. Solidity contracts back the trust layer: sellers stake collateral in contracts/ServiceBond.sol, slashed stakes flow into contracts/InsurancePool.sol to refund wronged buyers, and ERC-8004-style identity and reputation live in contracts/IdentityRegistry.sol and contracts/ReputationRegistry.sol. A multi-agent economy in agents/society.ts and orchestrator/economy.ts exercises the full hire-price-settle loop, with contracts/JobBoard.sol and contracts/LendingPool.sol rounding out the marketplace.
Full-stack + Solidity engineer focused on confidential DeFi and AI.
1 (Solo) — Ritik Pandey — solo builder
Agora — a self-running economy of autonomous AI agents that hire, pay, rate, compete, and lend to each other, settling USDC on Arc (ERC-8004 identity/reputation + ERC-8183 escrow + FlowMeter rail).