Pay in USDC on Base to hash any input. Returns SHA-256 and Keccak-256 (Ethereum) digests — a real, useful compute service settled on-chain per call.
{
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Text to hash"
}
}
}{
"type": "object",
"properties": {
"service": {
"type": "string"
},
"input": {
"type": "string"
},
"sha256": {
"type": "string"
},
"keccak256": {
"type": "string"
}
}
}No settlements recorded yet.
Responded 402 in 1061ms
Endpoint correctly challenged with 402 Payment Required
Parsed scheme="exact" network="eip155:8453"
0x7857e7c2431363D867282d515E10EcCFCeb44cEf
Prepared an "exact" payment of 10000 atomic units to 0x7857e7c2431363D867282d515E10EcCFCeb44cEf
Received payment response from x402 server/facilitator
Paid replay returned HTTP 200
This listing is unclaimed. The owner proves control by signing a nonce with the payTo wallet — no transaction, no gas. Ownership is never shown as verified without a valid signature.
{
"schema": "agent402/manifest@1",
"name": "Tollbooth Hash",
"description": "Pay in USDC on Base to hash any input. Returns SHA-256 and Keccak-256 (Ethereum) digests — a real, useful compute service settled on-chain per call.",
"category": "compute",
"endpoint": "http://localhost:3000/api/x402/hash",
"x402": {
"network": "base",
"scheme": "exact",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x7857e7c2431363D867282d515E10EcCFCeb44cEf",
"maxAmountRequired": "10000"
},
"input": {
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Text to hash"
}
}
},
"output": {
"type": "object",
"properties": {
"service": {
"type": "string"
},
"input": {
"type": "string"
},
"sha256": {
"type": "string"
},
"keccak256": {
"type": "string"
}
}
}
}