Skip to content
IdleAI/Docs
Workspace
Handbook/Resources
Guide

Glossary

Plain-language definitions for the product, infrastructure, and payment concepts used throughout the handbook.

Reviewed 20 September 20263 sectionsUnderstand the status labels

Inference terms#

TermMeaning
InferenceRunning a trained model on input to produce output.
TokenA model-specific unit of text or other encoded content; not necessarily a word.
Context windowThe amount of input and related context a model request can accommodate.
QuantizationA representation change that affects memory, performance, and potentially output quality.
Provider / supplierThe operator performing the requested inference.
RoutingSelecting an eligible serving path for a request.
StreamingDelivering output incrementally rather than waiting for the complete response.
Cold startInitialization work before a worker can serve, potentially adding latency and cost.

Accounting and payment terms#

TermMeaning
Service balanceApplication credit available for service usage; not the wallet's total token holdings.
ReservationAn amount temporarily held to prevent concurrent requests from overspending.
LedgerThe authoritative history of financial movements and corrections.
IdempotencyEnsuring a repeated operation does not create duplicate financial effects.
ReconciliationChecking agreement between execution, accounting, and external payment records.
Supplier payableAn amount owed to a supplier under the applicable service terms.
CustodyHolding or controlling assets for others; labels like ‘credits’ do not settle the legal question.
Finality / reorgThe confidence that chain history is settled, and the possibility of prior observations changing.

Security and privacy terms#

TermMeaning
SIWE / EIP-4361A standardized wallet-signature message format used for sign-in.
NonceA unique value that prevents reuse of an authorization in another attempt.
HttpOnly cookieA cookie not exposed to ordinary browser JavaScript.
CSRFAn attack that tries to cause authenticated browser actions from an unintended origin.
SSRFAn attack that induces a server to contact destinations it should not access.
Zero retentionA data-handling commitment whose scope and exceptions must be precisely defined.
TEE / attestationHardware/runtime isolation and evidence about the environment executing work.
x402An HTTP payment protocol, not an inference engine or an encryption guarantee.