> 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/supply-management.md).

# 📘 Supply Management

*The safeguard layer that ensures Rogue AI’s token remains usable, liquid, and economically healthy across all phases — even with aggressive buybacks.*

This chapter covers:

* **Circulating supply thresholds**
* **Automatic buyback scaling**
* **Supply-based deflation brakes**
* **Liquidity protection logic**
* **Phase gating using supply minimums**

Even in Phase 3 (maximum deflationary maturity), Rogue AI NEVER allows supply to shrink so far that the token becomes illiquid or unusable.

***

## **15.1 Why Circulating Supply Protection Exists**

Aggressive buybacks (up to **33% of revenue**) can reduce supply rapidly.\
This is powerful — but dangerous if left unchecked.

Over-deflation can cause:

#### ❌ Liquidity collapse

#### ❌ Extreme price instability

#### ❌ Governance centralization

#### ❌ Limited token availability

#### ❌ Excessive volatility

#### ❌ Broken market dynamics

Our safeguard system ensures the token remains:

#### ✔ Liquid

#### ✔ Functional

#### ✔ Tradeable

#### ✔ Distributed

#### ✔ Stable

#### ✔ Sustainable

***

## **15.2 Supply Thresholds (Critical Safeguard System)**

The system uses three key thresholds:

| Circulating Supply | Action              | Purpose                            |
| ------------------ | ------------------- | ---------------------------------- |
| **< 40%**          | Reduce buybacks 25% | Prevent early over-deflation       |
| **< 25%**          | Reduce buybacks 50% | Protect liquidity and distribution |
| **< 15%**          | Pause all buybacks  | Emergency safeguard                |

These levels are based on tested deflation models used by top DeFi protocols.

***

## **15.3 Buyback Scaling Logic**

#### Trigger 1 — Moderate Threshold (40%)

```
CircSupply < 40%
→ Buybacks reduced by 25%
→ 25% diverted to POL + Treasury Reserve
```

#### Trigger 2 — High-Risk Threshold (25%)

```
CircSupply < 25%
→ Buybacks reduced by 50%
→ 50% diverted to POL + Treasury Reserve
```

#### Trigger 3 — Critical Threshold (15%)

```
CircSupply < 15%
→ Buybacks paused entirely
→ 100% of buyback allocation redirected
   to POL (50%) and Treasury Reserve (50%)
```

This guarantees Rogue never removes too much supply.

***

## **15.4 Supply-Based Buyback Scaling Diagram**

```
       Circulating Supply Check
                 │
                 ▼
      ┌──────────────────────────┐
      │ <40% of Total Supply?    │
      └─────────┬────────────────┘
                │
          Yes   │   No
                ▼
    ┌──────────────────────────┐
    │ Reduce Buybacks 25%      │
    └─────────┬────────────────┘
              │
              ▼
      ┌──────────────────────────┐
      │ <25% of Total Supply?    │
      └─────────┬────────────────┘
                │ No
                ▼ Yes
    ┌──────────────────────────┐
    │ Reduce Buybacks 50%      │
    └─────────┬────────────────┘
              │
              ▼
      ┌──────────────────────────┐
      │ <15% of Total Supply?    │
      └─────────┬────────────────┘
                │ No
                ▼ Yes
    ┌──────────────────────────┐
    │ PAUSE Buybacks Entirely  │
    │ Route 100% → POL/Treas   │
    └──────────────────────────┘
```

***

## **15.5 Supply Controls Interact With All Major Systems**

#### ✔ Buybacks

Automatically scale or pause.

#### ✔ POL System

Receives redirected capital when supply is at risk.

#### ✔ Treasury Reserve

Grows automatically during critical supply protection.

#### ✔ Reward Floors

Still honored via revenue + micro-emissions.

#### ✔ Phase Transitions

Cannot enter Phase 3 unless:

```
Circulating Supply ≥ 30%
```

This prevents entering full deflation mode too early.

***

## **15.6 Example: Supply Threatening to Drop Below 15%**

Imagine buybacks become extremely powerful in Phase 3 due to:

* Huge trading volume
* Strong revenue
* Large treasury overflow
* Compounded POL fees

If supply approaches **15%**, the system automatically:

#### 1. Pauses buybacks

#### 2. Routes 100% of buyback funding to:

```
50% → POL  
50% → Treasury Reserve
```

#### 3. Continues revenue rewards without disruption

#### 4. Maintains healthy liquidity

This ensures the ecosystem never over-deflates.

***

## **15.7 Supply Management + Hybrid-Deflation Architecture**

Circulating supply is controlled by three interconnected systems:

#### 1. **Buyback Throttle**

Prevents >3% supply reduction in one month.

#### 2. **Supply Thresholds**

Progressively reduce buyback strength.

#### 3. **Hard Emergency Cutoff**

No buybacks allowed <15% supply.

#### Together, they create a **self-correcting token economy**:

* When supply shrinks too fast → buybacks slow
* When liquidity shrinks → more POL
* When treasury grows too large → overflow routing
* When revenue spikes → throttles activate

It is nearly impossible for the system to destabilize.

***

## **15.8 Example Scenarios**

#### **Scenario A — Healthy Deflation**

Supply = 60% → Buybacks normal → Strong deflation.

#### **Scenario B — Supply Tightening**

Supply = 35% → Buybacks -25% → Liquidity + Reserves increase.

#### **Scenario C — High-Risk Zone**

Supply = 20% → Buybacks -50% → Liquidity deepens rapidly.

#### **Scenario D — Critical Zone**

Supply = 12% → Buybacks paused → Full safety mode active.

***

## **15.9 How This Protects Long-Term Token Viability**

#### ✔ Ensures token always remains liquid

#### ✔ Never allows supply to become dangerously low

#### ✔ Prevents price explosions followed by crashes

#### ✔ Ensures nodes and stakers can always enter

#### ✔ Guarantees healthy governance participation

#### ✔ Keeps token usable for traders and enterprises

No matter how large revenue becomes, the token cannot collapse from over-deflation.

***

## **15.10 Summary**

Circulating supply management is the final safeguard system that ensures:

* Sustainable deflation
* Healthy liquidity
* Stable price action
* Long-term access
* Decentralized distribution
* Economic resilience

Rogue AI becomes *deflationary, but never fragile.*


---

# 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/supply-management.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.
