Glossary
B3IQ terms for operators, developers, and protocol readers.
Core Terms
| Term | Meaning |
|---|---|
| Host agent | Local Go service that owns node identity, inventory, local setup APIs, runtime probes, model jobs, receipts, heartbeats, and command polling |
| Setup wizard | Local React UI served by the host agent at /setup |
| Local Mode | Local node setup and inference without cloud enrollment |
| Managed Mode | Control-plane enrollment with signed heartbeats and outbound command polling |
| Network Mode | Policy-gated paid route participation requiring route, protocol, model, benchmark, queue, and billing readiness |
| Model profile | B3IQ model readiness object with install state, runtime, route tier, benchmark, and paid-route policy |
| Observed benchmark | Control-plane-observed benchmark evidence used by hosted model listing and billable dispatch |
| Route tier | Serving-policy class such as local_convenience, portable_local, network_beta, datacenter_optimized, or fleet_orchestrated |
| Route readiness | Public-safe diagnosis of whether a node/model can serve routed paid work |
| Hosted gateway | Hosted OpenAI-compatible endpoint surface backed by B3IQ router, billing, and receipts |
| Private transport | Encrypted private-job transport that protects content from B3IQ services and public surfaces, not yet from node operators |
| Receipt | Signed evidence of completed work and usage |
| Payout batch | Public-safe aggregate of node payout rows committed through a root and optional chain proof |
| B3IQSettlement | B3 mainnet payout proof pilot contract used for public-safe payout batch settlement evidence |
Credential Prefixes
| Prefix | Meaning |
|---|---|
| b3iq_local_ | Local API key for host-agent local inference clients |
| b3iq_gateway_ | Hosted gateway API key, potentially customer-owned for paid calls |
| b3iq_support_ | Expiring diagnostics support grant |
Public-Safe
Public-safe means suitable for public docs, explorer payloads, and public chain metadata. Public-safe data can include IDs, hashes, roots, counts, aggregate totals, readiness blockers, status, public tx hashes, and summarized benchmark evidence.
Public-safe data excludes prompts, outputs, secrets, exact private routes, customer identity, local URLs, filesystem paths, raw logs, and raw TEE material.
