> For the complete documentation index, see [llms.txt](https://docs.roguetrading.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roguetrading.io/tokenomics-unabridged/treasury-cap-and-overflow.md).

# 📘 Treasury Cap & Overflow

*The safeguard that prevents treasury overaccumulation, centralization risks, and inefficient capital hoarding.*

The treasury is essential during early and mid-phase growth — but in a deflationary system, treasury growth must be **controlled** to prevent excessive accumulation.

Rogue AI solves this through a **hard treasury cap** and a **smart overflow routing engine**.

***

## **10.1 Why Treasury Management Matters**

The treasury must be:

* Large enough to fund operations
* Stable enough to survive volatility
* Deep enough to cover expansion
* **But not so large that it centralizes token supply**

An oversized treasury harms:

* Circulating supply
* Governance decentralization
* Token scarcity
* Buyback efficiency

Rogue AI ensures this never happens.

***

## **10.2 Treasury Cap (Tokenomics v2.0)**

A strict cap is enforced:

```
MAX_TREASURY = 10% of total token supply
             = 100,000,000 tokens
```

The treasury **can never hold more than 10%** of the supply.

#### Why 10%?

* Enough to maintain multi-year runway
* Avoid centralization
* Avoid suppressing circulating supply
* Keep tokenomics trust-high and manipulation-resistant
* Maintain long-term economic health

***

## **10.3 What Happens When the Treasury Hits the Cap**

When Treasury reaches the cap, it **stops accumulating tokens or capital** beyond sustainable levels.

Every dollar or token above this limit becomes **overflow**, triggering the routing system.

***

## **10.4 Treasury Overflow Routing System**

Every dollar/token above the treasury cap is automatically redirected.

#### **Overflow Split Logic**

```
50% → Buyback & Lock  
30% → POL Reinforcement  
20% → Treasury Stable Reserve
```

***

### **What Each Route Does**

#### **50% → Buyback & Lock**

* Strengthens deflation
* Reduces circulating supply
* Benefits all token holders

#### **30% → POL**

* Deepens liquidity
* Supports healthy markets
* Protects against volatility

#### **20% → Treasury Stable Reserve**

* Non-token denominated reserves
* USDC, stables, or diversified assets
* Protects against token drawdowns
* Provides emergency runway

This creates a **self-balancing treasury system**.

***

## **10.5 Treasury Overflow Diagram**

```
         Treasury at 10% Cap?
                 │
                 ▼
      ┌────────────────────────┐
      │ YES → Overflow Active  │
      └──────────┬─────────────┘
                 │
                 ▼
   ┌────────────────────────────────────┐
   │ Overflow Routing:                  │
   │ 50% → Buyback & Lock               │
   │ 30% → POL Reinforcement            │
   │ 20% → Stable Reserve               │
   └────────────────────────────────────┘
```

***

## **10.6 Why This System Is Essential**

#### ✔ Prevents treasury centralization

No single internal wallet becomes too powerful.

#### ✔ Protects circulating supply

Tokens don't get trapped in treasury.

#### ✔ Avoids overfunding

Treasury stays healthy, not bloated.

#### ✔ Reduces sell pressure

No large treasury tokens being moved.

#### ✔ Reinforces buybacks & POL

Overflow always benefits the ecosystem.

#### ✔ Creates stability during volatility

Stable reserves provide long-term runway.

***

## **10.7 Treasury Through Phases**

| Phase       | Treasury % | Notes                        |
| ----------- | ---------- | ---------------------------- |
| **Phase 1** | 20%        | Heavy funding needed early   |
| **Phase 2** | 15%        | System matures               |
| **Phase 3** | 10%        | Highly efficient equilibrium |

In Phase 3, the Treasury naturally sits around its cap.

***

## **10.8 Interaction With Other Safeguards**

The Treasury Cap works alongside:

#### **Buyback Throttle**

Prevents excessive buyback removal.

#### **POL Cap**

Prevents overbuilding liquidity.

#### **Circulating Supply Protection**

Ensures sustainable deflation.

Together, they form a **closed-loop control system** that maintains economic equilibrium.

***

## **10.9 Summary**

The Treasury Cap & Overflow System ensures Rogue AI maintains:

* Sustainable funding
* Long-term runway
* Non-centralized token distribution
* Strong liquidity
* Strong deflationary pressure
* Self-balancing economic health

The treasury never grows too large.\
Instead, excess value flows directly back into strengthening the ecosystem.


---

# 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://docs.roguetrading.io/tokenomics-unabridged/treasury-cap-and-overflow.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.
