Start hereBeta

Glossary

The canonical vocabulary. Every term links back to the mechanism that defines it.

Owner
Product
Version
beta-2026.07
Verified
2026-07-13

The vocabulary below is canonical: the same words appear in the wire formats, the code, the app, and every page of these docs. Integrity terms match the glossary block in router/src/trust/integrity.ts verbatim.

ambiguousintegrity

Challenge verdict: the evidence did not decide it. The stake unlocks, nothing else moves, and a warning lands on the provider's trust record.

anchorarchitecture

The hourly hash of usage records written on-chain, making the router's books tamper-evident.

askauction

A provider's quoted price for serving a model class, per input and output token.

availableintegritypoints

GPU points free to stake: settled minus locked.

bondintegrityprovider

A declared amount on a provider model claim. In the current Shadow mechanism it is metadata, not escrowed collateral; any funded bond program remains Proposed.

bountyintegritychallenger

The challenger's share of an upheld challenge's slash: half. The other half is burned.

canaryintegrity

A paid probe request, indistinguishable from customer traffic, fingerprinting the model actually served.

cleared priceauction

The winning tariff after second-score/3 clearing: tied toward the best independent rival's score and bounded against the cheapest independent alternative by the selected routing profile. An ask that cannot fit the profile cap cannot win.

epocharchitectureprovider

The hourly settlement window. Payouts net once per epoch, and the epoch's records are anchored on-chain.

forfeitintegritychallenger

What happens to a challenger's stake when the challenge is rejected: burned, credited to no one.

locked (points)integritypoints

Stake sitting in open challenges. Locked points are not available to stake again.

locked tariffauctionsessions

The session winner's cleared rates, frozen at award. Continuation turns bill these rates; nothing bid mid-session changes them.

model classauction

The unit customers buy and providers quote: a named model family and size, not a specific deployment.

optimistic startarchitecture

Inference begins as soon as the payment verifies; on-chain settlement runs concurrently. Exposure is capped per wallet and router-wide.

GPU points (GPUs)points

The unit of the live mainnet Season One ledger: 100 GPUs per settled dollar at the base rate on both sides of the book, plus explicitly published immutable bonuses. GPUs are points, not compute credits or cash, and do not promise a token or conversion.

quarantineintegrityprovider

A claim state recorded after an upheld operator verdict. In the default Shadow integrity mode it does not filter routing; enforcement requires separate activation.

quote (standing)auctionprovider

A signed, short-lived price commitment (5 to 30 second TTL) refreshed as utilization changes. Firm: hitting it is binding.

receiptarchitecturecustomer

The signed usage record per request: token counts, cleared prices, payment refs. What persists instead of your transcript.

rejectedintegrity

Challenge verdict: the provider was honest. The challenger's stake is forfeited.

reserveauction

A disclosed seven-day, group-hardened median winning bid used only when the winner has no genuine independent rival and the sample thresholds are met.

RFQauction

Request for quote. Mode A is standing quotes matched in memory; mode B is a live sealed-bid window for long-tail requests.

second-scoreauction

Version second-score/3: a reverse scoring auction over expected cost and measured service, with a six-profile service-premium cap checked again on metered actual usage. The winner clears against an independent rival, a disclosed reserve, or its own ask.

sessionauctionsessions

A multi-turn loop with cache-aware pricing: one direct x402 payment funds the budget, the tariff locks at award, and the auction re-runs every turn on effective cost. Prepaid keys fund ordinary independent turns.

slashintegrityprovider

The provider penalty an upheld challenge burns off the provider's ledger: max(250 GPUs, 25x the receipt's net earn).

stakeintegritychallenger

GPU points a challenger locks to open a challenge: max(25 GPUs, 1x the receipt's base points earn; base earn is 100 GPUs per $1 charged).

TTFTauction

Time to first token, measured by the router's metering proxy rather than claimed by providers.

upheldintegrity

Operator challenge verdict: evidence is accepted; the points stake unlocks, provider points are reduced, half is credited to the challenger, and the claim state is recorded as quarantined.

x402architecturecustomer

The HTTP-native payment protocol built on status 402: quote, sign, retry, settle. It funds prepaid credits and remains the direct no-prefund fallback.