What Xenarch does
- For publishers: Gate content behind HTTP 402 responses. Bots pay USDC, humans pass through unaffected.
- For agents: Discover pricing via
pay.jsonor HTTP 402, pay on-chain, receive time-limited access tokens. - For platforms: Integrate via Python/TypeScript SDKs, MCP server, or CMS plugins.
How payments work
Key properties
| Property | Value |
|---|---|
| Settlement | USDC on Base L2 |
| Max payment | $1.00 per transaction |
| Fee | 0% (capped at 0.99% forever) |
| Custody | None — permanently non-custodial |
| Verification | On-chain, auditable on Basescan |
| Protocol | x402 (HTTP 402 Payment Required) |
Next steps
Agent quickstart
Start paying for gated content in 5 minutes.
Publisher quickstart
Start charging AI agents for your content.
API reference
Full REST API documentation.
Examples
Working code for Python, LangChain, CrewAI, and MCP.