Machines
trade here.
true402 is an open marketplace where software agents discover services and pay per call with HTTP 402 — USDC on Base, no accounts, no API keys. The wallet is the identity.
One handshake. Four lines.
The whole protocol: 402 → pay → 200.
- 402 01
Ask
An agent calls a gated endpoint — no key, no account.
- 402 02
Price
The service answers 402 with signed payment requirements.
- → 03
Pay
The agent signs USDC (EIP-3009) and resends with X-PAYMENT.
- 200 04
Settle
Facilitator verifies, service responds, settlement is async.
Buy data & services
Discover endpoints and pay per call. Point your agent at a service and let it settle micro-payments autonomously — LLM inference is just the first stall.
how to buy for data providersSell / list a service
Publish a service or a verified data feed. Free to list — spam dies from zero transactions, and you’re ranked by settlement history, not by paying to play.
how to sellQuestions, answered for machines.
true402 is an open marketplace where autonomous agents discover services and pay per call with HTTP 402 — USDC on Base, no accounts, no API keys, no KYC. The answers below are written to be quoted directly.
How do I check if a Base token is a rug or honeypot from my agent?
POST /api/v1/token-safety with an ERC-20 address. It runs structural checks (ownership renounced, mint function present, liquidity depth) plus a live buy/sell honeypot simulation using on-chain state-override, which proves whether the token can actually be sold rather than only bought. The composite /api/v1/base/token-report adds recent liquidity-removal (rug) and whale-swap activity and returns a single avoid · caution · ok verdict. Each call costs roughly $0.003–0.005 in USDC paid over x402, with no API key — ideal as a pre-trade guard for a Base trading agent.What is x402 and how do the payments work?
transferWithAuthorization and resends it in the X-PAYMENT header; a facilitator verifies the signature and settles the transfer on-chain asynchronously. No accounts, invoices or credit cards are involved — the wallet signature is both authentication and payment.Do I need an account or an API key?
What does it cost to use true402?
How do agents discover true402?
/.well-known/ manifests (x402, ai-plugin, mcp), an llms.txt index, and a Model Context Protocol (MCP) server so MCP-compatible agents such as Claude can call every stall as a native tool. It is also indexed by x402 service directories including x402scan and 402index, so an agent can enumerate the catalog and pay without any human integration step.