# Glossary — Plain Language

Every technical term used in this document, explained simply.

&#x20;

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Term</td><td valign="top">Plain English explanation</td></tr><tr><td valign="top">EPIZO node</td><td valign="top">A computer running the EPIZO software — your local offline knowledge server.</td></tr><tr><td valign="top">Command Center</td><td valign="top">The browser-based management interface for your node. Access it at http://localhost:8080.</td></tr><tr><td valign="top">Ollama</td><td valign="top">The software that runs AI language models locally on your hardware. Like ChatGPT, but completely offline.</td></tr><tr><td valign="top">RAG (Retrieval-Augmented Generation)</td><td valign="top">A technique that lets the AI search your local documents before answering — making it smarter and more accurate for your specific use case.</td></tr><tr><td valign="top">Qdrant</td><td valign="top">A database that stores information in a format that makes AI search fast. Think of it as the AI's index card library.</td></tr><tr><td valign="top">Kiwix</td><td valign="top">Software that stores and serves Wikipedia and other references in a compressed format that works offline.</td></tr><tr><td valign="top">ZIM file</td><td valign="top">A compressed archive containing an entire website (e.g., Wikipedia) that Kiwix can serve offline. Like a self-contained book.</td></tr><tr><td valign="top">Kolibri</td><td valign="top">An offline education platform that includes Khan Academy courses and supports multiple users with progress tracking.</td></tr><tr><td valign="top">ProtoMaps</td><td valign="top">Software that serves interactive maps from local files — no internet or Google Maps API required.</td></tr><tr><td valign="top">Docker</td><td valign="top">A system that packages each tool into an isolated container. Makes installation and updates reliable across different hardware.</td></tr><tr><td valign="top">BullMQ</td><td valign="top">A job queue system — manages background tasks like downloading large files or processing AI embeddings.</td></tr><tr><td valign="top">Ethereum</td><td valign="top">A decentralized blockchain network used for the protocol's smart contracts, token, and governance. Think of it as a global, tamper-proof computer.</td></tr><tr><td valign="top">Smart contract</td><td valign="top">A self-executing program on Ethereum. No human can change the rules once deployed — it runs exactly as written.</td></tr><tr><td valign="top">$EPIZO token</td><td valign="top">The native token of the EPIZO Protocol. Used for staking, earning rewards, and voting in governance.</td></tr><tr><td valign="top">Staking</td><td valign="top">Locking $EPIZO tokens as a commitment bond to participate as a node operator. You get them back if you maintain good behavior.</td></tr><tr><td valign="top">Slashing</td><td valign="top">Partial loss of staked tokens as a penalty for operating a node irresponsibly (e.g., going offline without warning).</td></tr><tr><td valign="top">DAO</td><td valign="top">Decentralized Autonomous Organization. A community governance structure where token holders vote on decisions — no CEO, no board.</td></tr><tr><td valign="top">TGE</td><td valign="top">Token Generation Event. The moment when $ EPIZO tokens are officially created and distributed.</td></tr><tr><td valign="top">Content collection</td><td valign="top">A package of offline content — e.g., English Wikipedia + medical references + regional maps — that nodes download and serve.</td></tr><tr><td valign="top">Content hash</td><td valign="top">A unique digital fingerprint of a content collection. If even one character of the content changes, the hash changes — making tampering detectable.</td></tr><tr><td valign="top">Mesh network</td><td valign="top">A type of network where devices communicate directly with each other (peer-to-peer) rather than through a central router. Works without internet.</td></tr><tr><td valign="top">Apache 2.0</td><td valign="top">An open source software license that allows anyone to use, modify, and distribute the code freely, including for commercial purposes.</td></tr><tr><td valign="top">Emission</td><td valign="top">The rate at which new $ EPIZO tokens are released from the rewards pool into circulation.</td></tr><tr><td valign="top">Halving curve</td><td valign="top">An emission schedule where the rate of new tokens released decreases over time — similar to Bitcoin's halving but applied gradually.</td></tr><tr><td valign="top">Treasury</td><td valign="top">The DAO's collective fund of $ EPIZO tokens, used for grants, development, audits, and operational costs.</td></tr></tbody></table>

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.projectepizo.com/glossary-plain-language.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
