MANIFEST
/.well-known/402s.json

MACHINE
DISCOVERY

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.

> THE MANIFEST
GET /.well-known/402s.json
{
  "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"
}
> WHY THIS EXISTS

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.

SELF-DESCRIBING PRICE

The cost is declared up front in machine-readable form, so a budget-limited agent can decide whether to spend before committing.

> NEXT