Aegis on Algorand — quickstart for agents ======================================================== Everything is x402 over USDC on Algorand mainnet (ASA 31566704), gasless via the GoPlausible facilitator. No account, no API key. 1) DISCOVER (free) — find a service by capability, trust-ranked: curl "https://algo.borisinc.com/discover?query=weather" 2) CHECK before you pay (paid $0.01) — is a service safe? curl "https://algo.borisinc.com/trust?url=" -> HTTP 402 with a payment-required challenge; sign + retry to get the verdict. 3) BUY anything with one client (recommended): pip install aegis-buy # or: npm i aegis-buy # BuyClient does 402 -> pay -> 200 with a local spend policy + trust gate. 4) ROUTE (paid, dynamic) — let Aegis buy the best upstream for you, on Algorand OR Base: curl "https://algo.borisinc.com/route/quote?need=weather" # free quote first curl "https://algo.borisinc.com/route?need=weather" # 402 -> pay -> result 5) COGNITION (paid) — LLM work, computed on independent hardware: curl "https://algo.borisinc.com/paid/summarize?text=..." # $0.01 curl "https://algo.borisinc.com/paid/research?query=..." # $0.02 6) REPORT (free) — attest delivery for a payment you made (signed, tx-bound): see https://algo.borisinc.com/report/schema Machine-readable: /llms.txt · /openapi.json · /.well-known/agent-card.json · /.well-known/x402 Free to explore: /discover /market /registry.json /route/quote /route/status