SOLCLEUS // VERIFIED
SYS LIVE NET BASE-MAINNET FEE $0.004 VERIFY ACTIVE SETTLE x402
◉ Live on Base mainnet · pip install verified-burst

BUY A DECISION.
PAY ONLY WHEN VERIFIED.

Pay-per-checkable-decision inference for agents. At a decision with a checkable answer — a label, a number, a yes/no — your agent samples best-of-N on its own key, a verifier confirms the samples agree, and a few tenths of a cent settle over x402 only when they do. Miss the lock and the fee is waived — you just pay your own tokens.

$pip install verified-burst Fire a burst See the proof Live manifest

// Live fire — no wallet, no key

The same real question, judged by the same independent judge, both ways: a correct answer proceeds (you'd pay a fraction of a cent); a wrong one is caught (you pay $0). Live, on the house — the catch is the product.

Question — the same one, judged both ways
① a correct answer → proceed
② a wrong answer → caught

// Measured — does the check earn its fee?

Not a slogan — a number your budget policy can act on. 120 generated, code-checked decisions, run through the live judge.

16/16mistakes caughtevery wrong base answer was held — and a miss is free
0%false-confirmnever once charged you for a wrong answer it waved through
100%right when chargedacross the 100 decisions that settled a fee
3.8%false-alarmheld a correct answer — a free redo, no fee

Method: 120 problems generated in code (large multiplication, long-string counting, multi-step and modular/date/base arithmetic) with ground truth computed by the script — nothing hand-picked. The base model gpt-oss-120b answered each; a different family, zai-glm-4.7, judged it through the exact independent_judge path you'd pay for. Base accuracy was 86.7% (16 wrong); the judge caught all 16, waved none through. Fixed seed — re-runnable to the same items. Downside on a catch is $0 by construction: a miss never settles.

Kept honest: this is the checkable-answer regime — the judge's strongest suit, and exactly this tool's stated sweet spot (a label, number, JSON field, yes/no). It is not a claim about fuzzy or subjective decisions, and 16 mistakes is a modest sample — read it as "caught every one," not a guarantee.

// How a burst works

01 — SPOOL UP

Escalate

Instead of one guess, the decision is sampled best-of-N concurrently on your own key — so there's something to cross-check.

02 — ACQUIRE

Verify

A verifier confirms the samples converge — self-consistency on a checkable answer (label, number, JSON field), or an adversarial judge. No lock, no sale.

03 — RELEASE

Settle

A micropayment settles over x402 on Base — the charge fires only on a confirmed lock.

// Systems check

Pay-per-verified

The service fee clears only after the verifier passes — never before. Miss, and the fee is waived (your own BYOK tokens still apply).

Bring your own key

Inference runs on your Cerebras key — your tokens, your rate limit. We sell routing, verification, and settlement, never marked-up tokens.

Self-hosted rails

Payments clear through our own x402 facilitator on Base mainnet in USDC. No middleman on the trigger.

// Safe to run unattended

A circuit breaker for agent decisions — the part you can't let go haywire.

Hard spend ceiling

The agent pays from a wallet you fund — it cannot spend past that balance. The cap is the funding, enforced on-chain, not our honor system. A per-wallet governor bounds spend between top-ups.

Decision gate, not just billing

Every response carries gate.actionproceed when verified, hold when not. Wire it as a pre-commit gate: at an irreversible step, your agent holds and escalates instead of acting on an unverified answer.

On-chain receipt

Every charged decision returns a settle_tx — a verifiable record on BaseScan of what the agent decided and paid for. Audit it after the fact, no trust required.

// Use it when

Acting unattended · the call is consequential · the answer is checkable.

Your agent spends money

Before it signs a swap or buys, verify the contract address or SKU — hold stops it acting on a hallucinated or injected target, and the wallet can't be drained past what you fund. All three rails fire here.

Extraction at scale

Pull a field from messy sources and only commit when N samples agree — a split sends the row to review instead of silently writing $42,100 where the answer was $4,210.

Irreversible ops

Before a migration, a force-push, a delete — gate on "is this safe and reversible?" The agent holds and escalates instead of dropping a production table on a shaky call.

Not for open-ended prose or low-stakes steps — the verifier checks a label, number, JSON field, or yes/no, not creative output.

// For developers & agents

One line to arm. One tool to fire.

# install the client (also on uvx)
$ pip install verified-burst

# MCP stdio server — wire into your agent's MCP config
# bring your wallet + provider key; the tool auto-signs the x402 payment
$ verified-burst

Your agent never "decides" to pay — the tool auto-signs the x402 authorization, the broker charges only on a passing verifier, and spend stays budget-capped.

GET/v1/info— self-describing manifest: price, schema, x402 accepts. open →
GET/v1/quote— price a burst up front. open →
POST/v1/burst— buy a verified burst. A bare GET returns the 402 payment challenge.

// Verified on-chain — real, not a mockup

Lock confirmed · on-chain
Service fee / burst
$0.004 USDC
BYOK — tokens bill to your own key, never marked up.
Settles on
Base mainnet · USDC · x402
Self-hosted facilitator. No middleman.
Every payment is verifiable on BaseScan. This one is a real verified burst that settled.