code402 // PROTOCOL OPERATIONS

UTC --:--:-- · v1.1.0 · generated 2026-09-07 19:46:51Z

Standard Operating Procedure — live console. Every value on this page is read from the running worker at render time. Nothing here is a mock.

simulate-spend-sentinel 0.000999 USDC · create-ap2-pilot 0.000999 USDC · iban-check 0.000999 USDC · lei-check 0.000999 USDC · vat-mod97-check 0.000999 USDC · company-number-format 0.000999 USDC · rent-deposit-guard 0.020000 USDC · rental-listing-risk 0.020000 USDC · rental-verdict 0.050000 USDC · batch-validate 0.050000 USDC · swift-bic-check 0.000999 USDC · aba-routing-check 0.000999 USDC · ein-format-check 0.000999 USDC · ifsc-check 0.000999 USDC · abn-check 0.000999 USDC · luhn-check 0.000999 USDC · isbn-check 0.000999 USDC · e164-check 0.000999 USDC · sedol-check 0.000999 USDC · pre-disbursement-guard 0.000999 USDC · vendor-onboarding-pack 0.020000 USDC · settlement-history-check 0.020000 USDC · balance-check 0.000999 USDC · erc20-balance 0.000999 USDC · tx-activity 0.000999 USDC · block-info 0.002000 USDC · isin-check 0.000999 USDC · ean13-check 0.000999 USDC · gstin-check 0.000999 USDC · crypto-ticker 0.002000 USDC · context-distill 0.000999 USDC · instant-json-schema-verifier 0.000999 USDC · clean-markdown-scraper 0.005000 USDC · fx-spot-price-oracle 0.002000 USDC · create-b2b-invoice 0.000999 USDC · get-b2b-invoice 0.000999 USDC · calculate-fx-savings 0.000999 USDC · browse-top-guilds 0.000999 USDC · get-guild-profile 0.000999 USDC · browse-compute-clusters 0.000999 USDC · quote-compute-slice 0.000999 USDC · browse-technical-studios 0.000999 USDC · get-studio-profile 0.000999 USDC · semantic-service-matchmaker 0.000999 USDC · engine-benchmark 0.000999 USDC · autonomous-commercial-pipeline 0.000999 USDC · chain: Base · zero take-rate · receipts attested · official x402 SDK verified · first 20 calls/day free · registry: permissionless  ·  simulate-spend-sentinel 0.000999 USDC · create-ap2-pilot 0.000999 USDC · iban-check 0.000999 USDC · lei-check 0.000999 USDC · vat-mod97-check 0.000999 USDC · company-number-format 0.000999 USDC · rent-deposit-guard 0.020000 USDC · rental-listing-risk 0.020000 USDC · rental-verdict 0.050000 USDC · batch-validate 0.050000 USDC · swift-bic-check 0.000999 USDC · aba-routing-check 0.000999 USDC · ein-format-check 0.000999 USDC · ifsc-check 0.000999 USDC · abn-check 0.000999 USDC · luhn-check 0.000999 USDC · isbn-check 0.000999 USDC · e164-check 0.000999 USDC · sedol-check 0.000999 USDC · pre-disbursement-guard 0.000999 USDC · vendor-onboarding-pack 0.020000 USDC · settlement-history-check 0.020000 USDC · balance-check 0.000999 USDC · erc20-balance 0.000999 USDC · tx-activity 0.000999 USDC · block-info 0.002000 USDC · isin-check 0.000999 USDC · ean13-check 0.000999 USDC · gstin-check 0.000999 USDC · crypto-ticker 0.002000 USDC · context-distill 0.000999 USDC · instant-json-schema-verifier 0.000999 USDC · clean-markdown-scraper 0.005000 USDC · fx-spot-price-oracle 0.002000 USDC · create-b2b-invoice 0.000999 USDC · get-b2b-invoice 0.000999 USDC · calculate-fx-savings 0.000999 USDC · browse-top-guilds 0.000999 USDC · get-guild-profile 0.000999 USDC · browse-compute-clusters 0.000999 USDC · quote-compute-slice 0.000999 USDC · browse-technical-studios 0.000999 USDC · get-studio-profile 0.000999 USDC · semantic-service-matchmaker 0.000999 USDC · engine-benchmark 0.000999 USDC · autonomous-commercial-pipeline 0.000999 USDC · chain: Base · zero take-rate · receipts attested · official x402 SDK verified · first 20 calls/day free · registry: permissionless

00 · System status

Worker
OPERATIONAL
Chain
Base · mainnet
Receipts
signer 0xa036e2e3e19c6d02f30b3a9eb0acd057e6d9a5c8
✓ attested by 0xc59c85e6…
Settlement
PayAI primary
Dexter fallback*
*premium tools only

01 · Operator checklist

progress: 0% — state persists in this browser

02 · The 402 handshake (live protocol trace)

actual exchange, actual values from this deployment

03 · Economics simulator (real curve, real params)

Simulation of p(t) under Poisson demand at the slider velocity — decay to floor between sales, ×bump on each settle, capped at ×5. Reference line: floor. This is the actual pricing formula the worker runs, not an illustration.

04 · Buyer integration (SDK snippets)

OFFICIAL SDK
CURL
MCP
VERIFY RECEIPT
npm i @x402/fetch @x402/evm viem import { wrapFetchWithPayment } from "@x402/fetch"; import { x402Client } from "@x402/core/client"; import { ExactEvmScheme } from "@x402/evm/exact/client"; import { privateKeyToAccount } from "viem/accounts"; const client = new x402Client(); client.register("eip155:*", new ExactEvmScheme(privateToAccount)); const api = wrapFetchWithPayment(fetch, client); const r = await api("https://code402.dev/v1/tools/iban-check/call", { method: "POST", headers: { "content-type": "application/json" }, body: JSON.stringify({ input: { iban: "GB82 WEST 1234 5698 7654 32" } }), }); // 402 -> auto-sign (EIP-3009) -> auto-settle (USDC, Base) -> 200 + XDR-1 receipt
# 1 — call; the 402 body IS the payment quote curl -s -X POST https://code402.dev/v1/tools/iban-check/call \ -H "content-type: application/json" \ -d '{"input":{"iban":"GB82 WEST 1234 5698 7654 32"}}' # 2 — sign accepts[0] (EIP-3009 TransferWithAuthorization, USDC on Base) # 3 — retry with X-PAYMENT: base64(voucher) -> 200 + receipt + tx
POST https://code402.dev/mcp (JSON-RPC 2.0) { "method": "tools/list" } // 28 tools, schemas, live { "method": "tools/call", "params": { "name": "iban_check", "arguments": { "iban": "GB82 WEST 1234 5698 7654 32" } } } // paywall arrives as isError:true carrying the x402 challenge — // sign it, retry with the payment header, receipt comes with the result
receipt = { v:"XDR-1", tool, input_hash, output_hash, payer, recipient, amount, nonce, ts, tier, signature, signer } canonical = [v, tool, tool_version, input_hash, output_hash, payer, recipient, amount, nonce, ts, tier].join("|") recover(keccak256(canonical), signature) == signer // authentic signer == published receipt_signing_address // ours (attested) // every field verifiable offline — no trust in this server required

05 · Live price board (quotes at render)

ToolLive quoteFloorΞ premium
simulate-spend-sentinel0.000999 USDC0.000999+0%
create-ap2-pilot0.000999 USDC0.000999+0%
iban-check0.000999 USDC0.000999+0%
lei-check0.000999 USDC0.000999+0%
vat-mod97-check0.000999 USDC0.000999+0%
company-number-format0.000999 USDC0.000999+0%
rent-deposit-guard0.020000 USDC0.020000+0%
rental-listing-risk0.020000 USDC0.020000+0%
rental-verdict0.050000 USDC0.050000+0%
batch-validate0.050000 USDC0.050000+0%
swift-bic-check0.000999 USDC0.000999+0%
aba-routing-check0.000999 USDC0.000999+0%
ein-format-check0.000999 USDC0.000999+0%
ifsc-check0.000999 USDC0.000999+0%
abn-check0.000999 USDC0.000999+0%
luhn-check0.000999 USDC0.000999+0%
isbn-check0.000999 USDC0.000999+0%
e164-check0.000999 USDC0.000999+0%
sedol-check0.000999 USDC0.000999+0%
pre-disbursement-guard0.000999 USDC0.000999+0%
vendor-onboarding-pack0.020000 USDC0.020000+0%
settlement-history-check0.020000 USDC0.020000+0%
balance-check0.000999 USDC0.000999+0%
erc20-balance0.000999 USDC0.000999+0%
tx-activity0.000999 USDC0.000999+0%
block-info0.002000 USDC0.002000+0%
isin-check0.000999 USDC0.000999+0%
ean13-check0.000999 USDC0.000999+0%
gstin-check0.000999 USDC0.000999+0%
crypto-ticker0.002000 USDC0.002000+0%
context-distill0.000999 USDC0.000999+0%
instant-json-schema-verifier0.000999 USDC0.000999+0%
clean-markdown-scraper0.005000 USDC0.005000+0%
fx-spot-price-oracle0.002000 USDC0.002000+0%
create-b2b-invoice0.000999 USDC0.000999+0%
get-b2b-invoice0.000999 USDC0.000999+0%
calculate-fx-savings0.000999 USDC0.000999+0%
browse-top-guilds0.000999 USDC0.000999+0%
get-guild-profile0.000999 USDC0.000999+0%
browse-compute-clusters0.000999 USDC0.000999+0%
quote-compute-slice0.000999 USDC0.000999+0%
browse-technical-studios0.000999 USDC0.000999+0%
get-studio-profile0.000999 USDC0.000999+0%
semantic-service-matchmaker0.000999 USDC0.000999+0%
engine-benchmark0.000999 USDC0.000999+0%
autonomous-commercial-pipeline0.000999 USDC0.000999+0%

06 · Facilitator chain (probed at render — measured, not claimed)

probing…
Latency = client-side round-trip to each /supported at page load. Role = position in the worker's failover chain. *Dexter enforces a ~$0.00108 settlement floor — fallback viable for premium tools only.

07 · Registry & discovery

Discovery doc /.well-known/x402.json — 28 machine-parseable resources[] · Bazaar extension declared
MCP catalog https://code402.dev/mcp · OpenAPI https://code402.dev/openapi.json · Agent brief https://code402.dev/llms.txt
Marketplace: https://x402-registry.akrivis.workers.dev (permissionless, crawl-verified)

code402 protocol operations console · everything on this page is generated from the live worker · https://code402.dev