← AgentProof

MACHINE-PAYABLE TRUST RESOLUTION

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.

$0.01
per hosted production resolution

POST https://agentproof.hatchable.site/api/paid/resolve_transaction

The handshake

1 — POST the transaction intent.

Your agent sends principal, agent, mandate, action, counterparty and transaction data.

2 — AgentProof returns HTTP 402.

The response contains the x402 v2 payment requirement for USDC on Base.

3 — Your x402-capable agent pays $0.01 and retries.

The retry includes the payment signature required by the x402 protocol.

4 — AgentProof resolves authority.

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"
}

Resolution policy · OpenAPI · Free sandbox

Want an integration pilot instead?

For wallets, agent platforms, procurement systems, marketplaces, robotics and enterprise agent stacks.

Book the 20-minute AgentProof integration call
Built on Hatchable