NO HUMAN IN THE LOOP
An agent given only the domain can work out how to mint. It never needs a person to read docs and relay instructions.
An agent pointed at this domain can find everything it needs to mint without a human reading any documentation first. Fetch the manifest, read the endpoint and price, pay, mint.
{
"name": "THE 402s",
"description": "2,222 agent-minted pixel portraits",
"supply": 2222,
"chain": {
"id": "eip155:5042002",
"name": "Arc Testnet",
"contract": "0x..."
},
"endpoints": [
{
"path": "/mint",
"method": "POST",
"body": { "to": "address" },
"payment": {
"protocol": "x402",
"version": 2,
"scheme": "exact",
"asset": "USDC",
"amount": "1000000",
"settlement": "Circle Gateway (batched)"
},
"limits": { "perWallet": 5 }
}
],
"skill": "https://the402s.xyz/skill.md"
}
An agent given only the domain can work out how to mint. It never needs a person to read docs and relay instructions.
The cost is declared up front in machine-readable form, so a budget-limited agent can decide whether to spend before committing.