> 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/creza-autonomous-network.md).

# CREZA Autonomous Network

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

**Technical Whitepaper v1.0** · BNB Smart Chain · Token: **$CRZ**

CREZA is an autonomous DeFi protocol where every token is minted from real USDT deposits. No pre-mine. No admin keys. No hidden vaults.

```mermaid
flowchart LR
    A[User USDT Deposit] --> B[Reserve Vault 100%]
    B --> C[80% Mint CRZ]
    B --> D[20% Floor Support]
    E[User Redeems CRZ] --> F[100% Burn]
    F --> G[85% Payout]
    F --> H[15% Retained]
```

## What makes CREZA different

| Feature            | CREZA                        |
| ------------------ | ---------------------------- |
| Launch supply      | **$0 — zero genesis**        |
| Backing            | **100% on-chain USDT vault** |
| Admin control      | **Renounced forever**        |
| Redemptions        | **Smart contract burn**      |
| Leadership rewards | **Weekly Sunday DAO pool**   |

## Documentation map

This GitBook contains **18 chapters** covering architecture, tokenomics, smart contracts, security, incentives, the seven ecosystem pillars, and the 42-month roadmap.

| Section      | Topics                                      |
| ------------ | ------------------------------------------- |
| Overview     | Abstract, zero-supply model, paradigm shift |
| Technical    | EVM config, constants, mint/burn mechanics  |
| Architecture | Contracts, events, security                 |
| Incentives   | Rewards, caps, DAO pool                     |
| Ecosystem    | Seven pillars, roadmap                      |
| Reference    | Glossary and legal disclaimer               |

> **Network:** BSC Mainnet (Chain ID 56) · **Settlement:** USDT (BEP-20) · **Version:** 1.0


---

# 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/creza-autonomous-network.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.
