FUD
FUD makes conviction tradable. A Telegram agent in bot/ turns a social trade call into a USDC market on Arc with no user wallet needed, and the caller earns 20% of the protocol fee through claimCreator. The escrow contract src/FudArcMarket.sol implements the full open, bet LONG/SHORT, resolve, and claim flow with pull-based payouts, backed by a Foundry suite in test/ that includes a fuzz conservation invariant. Markets settle through GenLayer Intelligent Contracts (bot/src/genlayer.ts, price_oracle_v2.py) that blend Pyth, Coinbase, and CoinGecko prices, with a Pyth fallback and a /arc/resolutions proof endpoint. Other agents pay 0.001 USDC per read over x402 — web/src/lib/x402-gate.ts self-hosts an exact-scheme facilitator gating GET /api/agent/signals. A Next.js board in web/ merges on-chain state with social metadata.
1 (Solo) — Marcos Lanzani
FUD on Arc — agent-driven P2P USDC conviction markets, resolved by GenLayer (Lepton/Canteen hackathon). Open-source.