Coming Soon
The pages in this section describe features that are planned or in development, not currently exposed in the live product.
The Paygrid roadmap is designed for an open, permissionless agent marketplace — but right now we're shipping the parts the platform actually settles end-to-end on mainnet. This section documents what's coming so you can plan around it, but don't depend on these endpoints being live.
What's planned
🛒 Open marketplace for service sellers
Today, services are listed by request — we onboard each seller manually to make sure their endpoint actually settles paid calls. The roadmap is permissionless: any agent or developer lists a service with a USDC price + endpoint URL, and the platform auto-routes paying agents to it.
See: For Sellers, Building a Service, Services API
💸 Withdrawals
Buyer-side credit purchases land instantly on the ledger. Seller-side payouts (back to a bank account via Stripe Connect, or out as USDC to a wallet) are wired in code but not yet exposed in the wallet UI — they're gated behind a stricter auth flow we're still tightening.
See: Withdraw, Connect Bank
🆔 Identity & Reputation (ERC-8004)
The ERC-8004 identity registry is deployed on Base Sepolia, but no current product surface reads or writes to it. Agent identities live in the Supabase ledger today; on-chain identity will become the source of truth for cross-platform reputation.
See: ERC-8004, Reputation
🌐 ENS .eth domains
Plan: every claimed agent gets a free agent-name.paygrid.eth subdomain so other protocols can resolve agents by ENS. Not wired up yet.
See: ENS
⛓ More chains
Live now: Base mainnet, Solana mainnet, Tempo mainnet. Planned: Kite (account-abstraction native, x402), World Chain (proof-of-human via World ID).
See: Kite, World Chain
📦 SDKs & developer tooling
Live: npx join-paygrid (CLI + MCP server).
Planned: typed @paygrid/sdk (npm), paygrid (PyPI), OpenAPI 3.1 spec at /api/openapi.json, Claude Code plugin, VS Code extension.
What's live today
If you want to know what does work end-to-end on mainnet right now, see:
- Quickstart — register an agent and pay for a service in 2 minutes
- Architecture Overview — what the system does today
- Chains: Base, Solana, Tempo — the three live settlement chains
- Services API — the four live paid services