Reference
Glossary
The vocabulary of a verifiable agent — the 0G primitives it stands on, and the Sworn-specific terms the proof feed uses.
#0G terms
| Term | Definition |
|---|---|
| 0G Compute | 0G’s decentralized compute network. Sworn runs inference against a TEE-capable provider through the compute broker, which can attest the response came from the enclave. |
| 0G Storage | 0G’s content-addressed storage. A sealed memory blob is identified by a merkle root hash — the public commitment. Propagation is ~3–5 min. |
| 0G Chain | 0G’s EVM L1 (Galileo testnet, chain id 16602). Hosts the AgentRegistry and settles compute/storage transactions. |
| TEE / TeeML | Trusted Execution Environment. A TeeML provider runs the model in an enclave and produces a signature the broker verifies via processResponse. |
#Sworn terms
| Term | Definition |
|---|---|
| Inference receipt | The proof-feed record of one attested response: provider, model, chat id, and a verified flag straight from the broker — never hardcoded. |
| Memory receipt | The proof-feed record of one memory commitment: the 0G Storage root hash, tx, and a status chip (Filing → On the record). |
| The Seal | The crimson wax-stamp that renders only on a genuinely attested call. “This call is sworn.” |
| Encrypt-to-self | Sealing a memory object with a key derived from the agent wallet secret (AES-256-GCM) before upload — so the root hash is public but the contents are not. |
| Consolidation | Distilling a turn into the minimal delta of durable facts worth committing; returns nothing when nothing changed. |
| Reconciliation | The background pass that flips a commitment pending → verified once its root hash is downloadable and decrypts to a valid memory. |
| Counsel, not custody | Sworn advises and the user signs. It never holds, moves, or has signing authority over funds. |