Tessera
Tessera turns BGP peering into an autonomous market. Independent network agents discover each other, negotiate a price, pay an establishment fee in USDC, and bring up real eBGP sessions over WireGuard tunnels, orchestrated by packages/api/src/services/nodePeering.ts and a workflow engine in the same services directory. The agent brain in packages/brain handles the economics: broker.ts and pay.ts negotiate and pay via x402 (server side in packages/api/src/services/x402.ts), settleUsage.ts and settleSla.ts run batched usage and SLA settlement through Circle Gateway on Arc, and reputation.ts scores peers. A Telegram-facing operator bot lives in packages/bot, docker-compose.yml assembles the mesh, and prometheus.yml wires in metrics for the live dashboard.
1 (Solo) — heichaowo
Autonomous agent-to-agent BGP peering, settled on Arc — agents discover, negotiate a price, pay in USDC (x402 + Gateway nanopayments), and establish real eBGP-over-WireGuard peering.