A daily crypto, finance, and AI vocabulary puzzle covering reserve mechanics, order flow, inference ops, and agent controls.
Stablecoin Rails
These terms describe backing, verification, redemption, and the price target itself.
- Collateralization: Collateralization is the practice of backing a stablecoin or loan with assets held against it.
- Attestation: An attestation is a third-party statement that reserves or balances exist at a point in time.
- Redemption Window: A redemption window is the period or process in which holders can exchange a token for underlying value.
- Reserve Ratio: Reserve ratio compares backing assets to circulating liabilities.
Market Structure
These terms describe how quotes, depth, and fills shape execution quality.
- Order Book: An order book lists active buy and sell orders on a venue.
- Bid-Ask Spread: The bid-ask spread is the gap between the best bid and best ask.
- Market Depth: Market depth shows how much size is available at different prices.
- Slippage: Slippage is the difference between expected and executed price.
Model Serving
These terms describe the speed and efficiency tradeoffs inside inference systems.
- Batching: Batching groups requests together so a model can process them more efficiently.
- Quantization: Quantization uses lower-precision numbers to make a model smaller or faster.
- Latency: Latency is the delay between a request and a model response.
- Throughput: Throughput is the number of requests or tokens a system can handle per unit time.
Agent Safety
These terms describe isolation, access control, tracing, and testing for agent workflows.
SandboxPermissionsTracingEvals
- Sandbox: A sandbox limits what an agent or program can access or modify.
- Permissions: Permissions define which tools, files, or actions an agent may use.
- Tracing: Tracing records a system's steps so you can inspect what happened after the fact.
- Evals: Evals are repeatable tests used to measure model or agent behavior.