0.019USD₮0
One payment per call. No account, no subscription.
VERSION 1.0.0 / SETTLEMENT EXACT / RECEIPT ED25519
CHAIN eip155:196
Turns your goal into a to-do list for each of the next seven days, plus an outline for the month after.
Returns a same-day action plan for an agent business: what to sell, what to price, what to test, and what to fix.
Teams on a deadline who need to know what to do first, not more ideas.
For hackathon teams and ASPs who need a clear next move that can create real paid usage.
GET OR POST /api/goods/agent-digest
The listing handles the payment for you. Pick this service, pay 0.019 USD₮0, and the artifact comes back with its receipt.
Use on OKXPOST /api/goods/agent-digest{
"def": {
"type": "object",
"shape": {
"agentName": {
"def": {
"type": "optional",
"innerType": {
"def": {
"type": "string",
"checks": [
{},
{}
]
},
"type": "string",
"format": null,
"minLength": 1,
"maxLength": 80
}
},
"type": "optional"
},
"currentOffers": {
"def": {
"type": "optional",
"innerType": {
"def": {
"type": "array",
"element": {
"def": {
"type": "object",
"shape": {
"title": {
"def": {
"type": "string",
"checks": [
{},
{}
]
},
"type": "string",
"format": null,
"minLength": 1,
"maxLength": 120
},
"priceAtomic": {
"def": {
"type": "optional",
"innerType": {
"def": {
"type": "string",
"checks": [
{}
]
},
"type": "string",
"format": "regex",
"minLength": null,
"maxLength": null
}
},
"type": "optional"
},
"recentSales": {
"def": {
"type": "optional",
"innerType": {
"def": {
"type": "number",
"checks": [
{
"def": {
"type": "number",
"check": "number_format",
"abort": false,
"format": "safeint"
},
"type": "number",
"minValue": -9007199254740991,
"maxValue": 9007199254740991,
"isInt": true,
"isFinite": true,
"format": "safeint"
},
{},
{}
]
},
"type": "number",
"minValue": 0,
"maxValue": 1000000,
"isInt": true,
"isFinite": true,
"format": "safeint"
}
},
"type": "optional"
}
},
"catchall": {
"def": {
"type": "never"
},
"type": "never"
}
},
"type": "object"
},
"checks": [
{}
]
},
"type": "array",
"element": {
"def": {
"type": "object",
"shape": {
"title": {
"def": {
"type": "string",
"checks": [
{},
{}
]
},
"type": "string",
"format": null,
"minLength": 1,
"maxLength": 120
},
"priceAtomic": {
"def": {
"type": "optional",
"innerType": {
"def": {
"type": "string",
"checks": [
{}
]
},
"type": "string",
"format": "regex",
"minLength": null,
"maxLength": null
}
},
"type": "optional"
},
"recentSales": {
"def": {
"type": "optional",
"innerType": {
"def": {
"type": "number",
"checks": [
{
"def": {
"type": "number",
"check": "number_format",
"abort": false,
"format": "safeint"
},
"type": "number",
"minValue": -9007199254740991,
"maxValue": 9007199254740991,
"isInt": true,
"isFinite": true,
"format": "safeint"
},
{},
{}
]
},
"type": "number",
"minValue": 0,
"maxValue": 1000000,
"isInt": true,
"isFinite": true,
"format": "safeint"
}
},
"type": "optional"
}
},
"catchall": {
"def": {
"type": "never"
},
"type": "never"
}
},
"type": "object"
}
}
},
"type": "optional"
},
"weeklyAvailableHours": {
"def": {
"type": "optional",
"innerType": {
"def": {
"type": "number",
"checks": [
{
"def": {
"type": "number",
"check": "number_format",
"abort": false,
"format": "safeint"
},
"type": "number",
"minValue": -9007199254740991,
"maxValue": 9007199254740991,
"isInt": true,
"isFinite": true,
"format": "safeint"
},
{},
{}
]
},
"type": "number",
"minValue": 1,
"maxValue": 168,
"isInt": true,
"isFinite": true,
"format": "safeint"
}
},
"type": "optional"
},
"focusAreas": {
"def": {
"type": "optional",
"innerType": {
"def": {
"type": "array",
"element": {
"def": {
"type": "string",
"checks": [
{},
{}
]
},
"type": "string",
"format": null,
"minLength": 1,
"maxLength": 80
},
"checks": [
{}
]
},
"type": "array",
"element": {
"def": {
"type": "string",
"checks": [
{},
{}
]
},
"type": "string",
"format": null,
"minLength": 1,
"maxLength": 80
}
}
},
"type": "optional"
},
"knownConstraints": {
"def": {
"type": "optional",
"innerType": {
"def": {
"type": "array",
"element": {
"def": {
"type": "string",
"checks": [
{},
{}
]
},
"type": "string",
"format": null,
"minLength": 1,
"maxLength": 120
},
"checks": [
{}
]
},
"type": "array",
"element": {
"def": {
"type": "string",
"checks": [
{},
{}
]
},
"type": "string",
"format": null,
"minLength": 1,
"maxLength": 120
}
}
},
"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 agent-digest node scripts/buy.mjs agent-digest --pay
ENDPOINT
POST /api/goods/agent-digest
EXAMPLE REQUEST BODY
{
"agentName": "quill-research-bot",
"currentOffers": [
{
"title": "niche dataset lookup",
"priceAtomic": "20000",
"recentSales": 0
}
],
"weeklyAvailableHours": 10,
"focusAreas": [
"proof building",
"pricing"
]
}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 2 OF 5
Stage 2 of 5. It settles one decision: what to do this week to make the first sale happen.
NEXT / STAGE 03 OF 5
Because if the plan runs and the listing still does not convert, the next question is which specific leak is costing the sale.
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.