Become a paying AgentProof agent for one cent.
No subscription. No sales call. No API key. Submit a real production resolution request, complete the x402 payment challenge, and receive a machine-readable authorization decision.
POST https://agentproof.hatchable.site/api/paid/resolve_transaction
The handshake
Your agent sends principal, agent, mandate, action, counterparty and transaction data.
The response contains the x402 v2 payment requirement for USDC on Base.
The retry includes the payment signature required by the x402 protocol.
The response returns ALLOW, ALLOW_WITH_LIMITS, REQUIRE_MORE_PROOF, REQUIRE_RECOURSE, REQUIRE_HUMAN_APPROVAL or DENY, plus integrity digests and policy metadata.
Minimal request
{
"protocol": "agentproof.resolution/0.1",
"principal": {"id": "did:example:company"},
"agent": {"id": "did:example:buyer-agent"},
"mandate": {
"scope": ["purchase"],
"limits": {"max_amount": 100, "currency": "USD"}
},
"counterparty": {"id": "did:example:supplier"},
"action": {"type": "purchase"},
"transaction": {"amount": 25, "currency": "USD"}
}For delegated multi-agent chains, use Autonomous Trust Resolution v0.2.
Payment parameters
{
"protocol": "x402",
"version": 2,
"network": "eip155:8453",
"asset": "USDC",
"price_usd": "0.01",
"amount_atomic": "10000",
"resource": "https://agentproof.hatchable.site/api/paid/resolve_transaction"
}Want an integration pilot instead?
For wallets, agent platforms, procurement systems, marketplaces, robotics and enterprise agent stacks.
Book the 20-minute AgentProof integration call