{"x402Version": 2, "name": "Verified Burst", "description": "Pay-per-checkable-decision inference for agents. Give it a decision with a checkable answer (a label, number, JSON field, or yes/no); it samples best-of-N on your own key (BYOK) and settles a few tenths of a cent over x402 ONLY when the samples agree \u2014 or a judge/your-own-check passes. The verifier gates the service fee; a miss is free. Self-hosted settlement on Base.", "resources": [{"method": "POST", "path": "/v1/burst", "url": "https://solcleus.com/v1/burst", "description": "Buy a verified decision: best-of-N on your own key, charged the service fee ONLY when the verifier passes (agreement / judge / your check). A miss is free.", "price": {"display": "$0.004", "amount": "4000", "currency": "USDC", "decimals": 6}, "accepts": [{"scheme": "exact", "network": "eip155:8453", "amount": "4000", "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", "payTo": "0x74C0A9D970eeD9eC78d78Ca687676f48Ef387fEC", "maxTimeoutSeconds": 300, "extra": {"name": "USD Coin", "version": "2"}}], "requires_byok": true, "free_trial_bursts": 3, "byok_header": "X-Provider-Key", "input_schema": {"type": "object", "properties": {"request": {"type": "string", "description": "The decision to resolve. Verifies best when the answer is checkable \u2014 a label, number, JSON field, or yes/no."}, "strategy": {"type": "string", "enum": ["fast", "best_of_n"], "default": "best_of_n"}, "n": {"type": "integer", "default": 3}, "verifier": {"type": "string", "enum": ["self_consistency", "judge", "none"], "default": "self_consistency", "description": "How the answer is checked before you're charged: self_consistency = N-of-M samples agree (pair with answer_key); judge = adversarial LLM check; none = no gate (always charged)."}, "answer_key": {"type": "array", "items": {"type": "string"}, "description": "How to extract the comparable answer for self_consistency \u2014 [\"json\",\"<field>\"] or [\"regex\",\"(<pat>)\"]. Recommended: without it, agreement is measured on the full answer text and rarely matches on prose."}, "model": {"type": "string", "description": "Optional model (must match your BYOK key)."}}, "required": ["request"]}}], "quote_url": "https://solcleus.com/v1/quote", "human_url": "https://solcleus.com/burst", "facilitator": "self-hosted", "safety": {"spend_ceiling": "The agent pays from a wallet you fund; it cannot spend beyond that balance \u2014 the ceiling is the funding, enforced on-chain, not our honor system.", "spend_governor_usd": 1.0, "spend_governor_note": "Secondary per-wallet cap the broker enforces between top-ups (refuses a burst that would exceed it); response carries remaining_budget_usd.", "decision_gate": "Every response carries gate.action ('proceed'|'hold') so the verdict gates your agent's NEXT step, not just the charge \u2014 hold and escalate instead of acting on an unverified answer.", "audit": "Every charged burst returns an on-chain settle_tx \u2014 a verifiable receipt of what the agent decided and paid for."}, "networks": ["eip155:8453"], "mcp": {"package": "verified-burst", "command": "verified-burst", "tool": "buy_verified_burst", "install": "pip install verified-burst"}}