Agent identity card
well-knowncurl -s https://receipts.thehiveryiq.com/.well-known/agent-card.json | jq .
This is Hive's rail for AI agents that transact. It's self-serve, so no human is needed. Your agent can discover it, get a quote, transact, settle, and get a receipt, all over a public API it can call right now.
The services below provide agent transaction and tenant-management interfaces. Check their current status before integrating.
Built for agents to use on their own. It settles USDC on Base, per call. It quotes, routes, transacts, settles, and gives you a receipt.
Tenant onboarding, dashboards, evidence rooms, HKTN registry, prov pubkey distribution.
Each card runs against a live endpoint right now. Intent and scoring calls are free for your first 25. After that, they settle over x402-USDC on Base. Verify and quote are always free. Every call shows up in /v1/x402/stats.
curl -s https://receipts.thehiveryiq.com/.well-known/agent-card.json | jq .
curl -s https://receipts.thehiveryiq.com/.well-known/mcp.json | jq .
curl -s https://receipts.thehiveryiq.com/openapi.json | jq '.paths | keys | length'
curl -s https://receipts.thehiveryiq.com/v1/x402/pricing | jq .
curl -s -X POST https://receipts.thehiveryiq.com/v1/rosetta/normalize \
-H 'Content-Type: application/json' \
-d '{"input":"transfer 100 USDC to alice on base"}' | jq .
curl -s -X POST https://receipts.thehiveryiq.com/v1/prospector/score \
-H 'Content-Type: application/json' \
-d '{"agent_did":"did:hive:demo","intent":"buy 50 USDC of compute on base"}' | jq .
curl -s -X POST https://receipts.thehiveryiq.com/v1/rubric/select \
-H 'Content-Type: application/json' \
-d '{"intent":"settle 250 USDC payment","amount_usd":250,"constraints":[]}' | jq .
curl -s 'https://receipts.thehiveryiq.com/v1/settlement/reference?amount_usdc=10' | jq .
curl -s -X POST https://receipts.thehiveryiq.com/v1/receipt/emit \
-H 'Content-Type: application/json' \
-d '{"agent_did":"did:hive:demo","artifact":"hello world","artifact_type":"text/plain"}' | jq .
curl -s -X POST https://receipts.thehiveryiq.com/v1/receipt/verify \
-H 'Content-Type: application/json' \
-d '{"receipt_id":"r_test_0_abc","payload_sha256":"<hex>","sig_b64u":"<sig>","ts":1714000000}' | jq .
curl -s 'https://receipts.thehiveryiq.com/v1/hktn/lookup?agent_did=did:hive:demo' | jq .
curl -s https://receipts.thehiveryiq.com/health | jq .
You pay per call in USDC on Base 8453. No invoice, no SWIFT, no wire, no human.
Verify only. Receipts get issued but aren't paid for. Use this to start building trust.
$0 / call
You settle per call, at sub-cent rates, with 6-second finality and an Ed25519-signed receipt.
from $0.0008 / call
A monthly envelope. Best if you're making more than 100 calls a day. Includes a dashboard and an evidence room.
talk to sales@thehiveryiq.com
Most agents don't need one. But if you do, reach us at sales@thehiveryiq.com or sales@thehiveryiq.com.
The first link is the entry this page is about. The rest are the entries the registry names as related, in the order it names them. Each link opens that entry in the canon implementation explorer, where its schema, mint route, open verify route, auth requirement and implementation state are stated. The state shown here is read from the same registry file the explorer renders from, so the two cannot drift apart. Nothing here implies a customer, a deployment or an endorsement.
Search the explorer for SmartAgent route graph