> For the complete documentation index, see [llms.txt](https://crezanetwork.gitbook.io/crezanetwork-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crezanetwork.gitbook.io/crezanetwork-whitepaper/18.-glossary-and-legal-disclaimer.md).

# 18. Glossary & Legal Disclaimer

## Protocol glossary

| Term                    | Definition                                                  |
| ----------------------- | ----------------------------------------------------------- |
| **CRZ**                 | CREZA BEP-20 token; minted on deposit, burned on redemption |
| **Floor price**         | Vault USDT ÷ circulating CRZ supply                         |
| **Active principal**    | Deposited USDT currently earning referral / level income    |
| **Passive stake**       | Principal earning daily yield only (up to 2×)               |
| **Generation level**    | Depth in referral tree eligible for override %              |
| **Leadership rank**     | Title based on team volume unlocking differential bonuses   |
| **DAO Sovereign Pool**  | Weekly 5% share of global deposits for qualified leaders    |
| **Circuit breaker**     | Throttles redemptions when >15% vault exits in 24h          |
| **Renounced ownership** | Admin keys permanently sent to null address                 |

## Abbreviations

| Abbr | Meaning                                        |
| ---- | ---------------------------------------------- |
| BSC  | BNB Smart Chain                                |
| TVL  | Total value locked (USDT in vault)             |
| ROI  | Return on investment (daily yield stream)      |
| MEV  | Maximal extractable value (front-running risk) |
| UTC  | Coordinated Universal Time (DAO snapshot)      |

## Key formulas (quick reference)

```mermaid
flowchart TB
    F1["Floor = Vault USDT / CRZ supply"]
    F2["Mint CRZ = Deposit × 0.80 / Floor"]
    F3["Redeem USDT = Burn CRZ × Floor × 0.85"]
    F4["Passive max = Principal × 2"]
    F5["Active max = Principal × 3"]
```

## Legal disclaimer

**Important — read carefully**

CREZA documentation is for **informational purposes only**. It does not constitute financial, legal, tax, or investment advice.

* Cryptocurrency and DeFi involve **substantial risk**, including total loss of capital.
* Past performance, simulated yields, or roadmap dates **do not guarantee** future results.
* Smart contracts are **immutable** after ownership renouncement; bugs cannot be patched by admin keys.
* Regulatory treatment of tokens varies by country; users are responsible for **local compliance**.
* CREZA does not solicit residents of jurisdictions where such products are prohibited.

## No warranty

Software and documentation are provided **“as is”** without warranty of any kind. Use of the protocol is at your sole risk.

## Contact & official links

| Channel            | Link                                                                                                                                                                              |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Website**        | [crezanetwork.com](https://crezanetwork.com)                                                                                                                                      |
| **Email**          | <info@crezanetwork.com> · <lukas@crezanetwork.com> · <carlos@crezanetwork.com>                                                                                                    |
| **Linktree**       | [linktr.ee/crezanetwork](https://linktr.ee/crezanetwork)                                                                                                                          |
| **Scan (BscScan)** | [Protocol contract](https://bscscan.com/address/0x1a6cC694fFaeDFD49c12cC70Bc370A04AF211373) · [CRZ token](https://bscscan.com/address/0xbCE2a6e679f21eA2ECBA3D4c340CfA1804Ccec20) |

![CREZA Linktree QR](https://1354488694-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FR2w8wvEhIh5JZtQ45IcO%2Fuploads%2FbgN2IKKh2Tk0N19nP0EQ%2Fcreza-linktree-qr.png?alt=media)

Do not share private keys or seed phrases with anyone claiming to represent CREZA.

***

*© CREZA Protocol ·* [*crezanetwork.com*](https://crezanetwork.com) *· Documentation aligned with BSC mainnet deployment.*


---

# 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, and the optional `goal` query parameter:

```
GET https://crezanetwork.gitbook.io/crezanetwork-whitepaper/18.-glossary-and-legal-disclaimer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
