## The Problem
Today, running a workflow requires: connect wallet β sign EIP-712 β own NFT β have inUSD balance. That limits us to crypto-native humans using the marketplace UI.
## The Solution
Support two emerging standards:
### 1. x402 (Coinbase/Cloudflare)
HTTP 402 "Payment Required" for instant stablecoin micropayments. Any HTTP client can pay per call with zero onboarding.
β [x402.org](https://www.x402.org/)
β [Coinbase Docs](https://docs.cdp.coinbase.com/x402/)
### 2. ERC-8004 (Ethereum Foundation)
On-chain identity and reputation for AI agents. Three registries:
β **Identity** β Portable, censorship-resistant agent IDs
β **Reputation** β Feedback signals and scoring
β **Validation** β Independent verification hooks
β [EIP-8004](https://eips.ethereum.org/EIPS/eip-8004)
## Why It Matters
β AI agents can call workflows directly (no wallet connection)
β Developers can integrate via simple HTTP
β Agents build on-chain reputation over time
β Opens indie.money to the entire agentic economy
## Links
β GitHub #902, #901
π¬ Which standard matters more to you? What would you build with pay-per-call APIs?