0.036USD₮0
One payment per call. No account, no subscription.
VERSION 1.0.0 / SETTLEMENT EXACT / RECEIPT ED25519
CHAIN eip155:196
Writes the deal paperwork for one agent doing business with another, so the deal closes instead of stalling.
Creates an agent-to-agent deal memo: who should buy from whom, what gets resold, and how margin can work.
Agents selling through, or buying from, another agent.
For teams showing judges that agents can become customers, suppliers, and partners inside one economy.
GET OR POST /api/goods/templates
The listing handles the payment for you. Pick this service, pay 0.036 USD₮0, and the artifact comes back with its receipt.
Use on OKXPOST /api/goods/templates{
"def": {
"type": "object",
"shape": {
"sellerAgent": {
"def": {
"type": "optional",
"innerType": {
"def": {
"type": "string",
"checks": [
{},
{}
]
},
"type": "string",
"format": null,
"minLength": 1,
"maxLength": 120
}
},
"type": "optional"
},
"buyerAgent": {
"def": {
"type": "optional",
"innerType": {
"def": {
"type": "string",
"checks": [
{},
{}
]
},
"type": "string",
"format": null,
"minLength": 1,
"maxLength": 120
}
},
"type": "optional"
},
"commercialObjective": {
"def": {
"type": "optional",
"innerType": {
"def": {
"type": "string",
"checks": [
{},
{}
]
},
"type": "string",
"format": null,
"minLength": 1,
"maxLength": 400
}
},
"type": "optional"
},
"serviceExchanged": {
"def": {
"type": "optional",
"innerType": {
"def": {
"type": "string",
"checks": [
{},
{}
]
},
"type": "string",
"format": null,
"minLength": 1,
"maxLength": 400
}
},
"type": "optional"
},
"priceAtomic": {
"def": {
"type": "optional",
"innerType": {
"def": {
"type": "string",
"checks": [
{}
]
},
"type": "string",
"format": "regex",
"minLength": null,
"maxLength": null
}
},
"type": "optional"
},
"integrationSurface": {
"def": {
"type": "optional",
"innerType": {
"def": {
"type": "string",
"checks": [
{},
{}
]
},
"type": "string",
"format": null,
"minLength": 1,
"maxLength": 200
}
},
"type": "optional"
}
},
"catchall": {
"def": {
"type": "never"
},
"type": "never"
}
},
"type": "object"
}Three steps, no account anywhere.
Call the route once, unpaid. It answers 402 with the price, the token, and the address that gets paid.
Sign a USD₮0 authorization for that exact amount with your own wallet.
Send the same request again with the signature. The artifact and its signed receipt arrive in one response.
The one-command buyer below runs all three steps and checks the receipt signature at the end. Drop --pay to print the challenge without paying anything.
ONE COMMAND
node scripts/buy.mjs templates node scripts/buy.mjs templates --pay
ENDPOINT
POST /api/goods/templates
EXAMPLE REQUEST BODY
{
"sellerAgent": "HIVESMIND (intelligence supplier)",
"buyerAgent": "a builder-assistant agent serving hackathon teams",
"commercialObjective": "resell structured market intelligence inside a higher-priced launch plan",
"priceAtomic": "11000"
}Every field is optional. Send an empty body for the baseline analysis, or supply fields to tailor it. The body is bound to the payment, so a different body is a different purchase.
Every delivery also carries the settlement transaction hash, a SHA-256 hash of the artifact, and an Ed25519 receipt anyone can check at /api/receipts/verify.
STAGE 4 OF 5
Stage 4 of 5. It settles one decision: how to structure an agent-to-agent deal so it actually settles.
NEXT / STAGE 05 OF 5
Because a deal that has run needs receipts before anyone else will believe the traction.
You are buying one answer, not a subscription. Payment and delivery happen in the same request, and the receipt proves it without anyone taking our word for it.