> 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/rewards-and-yield.md).

# 📘 Rewards & Yield

*Rogue AI’s reward system is designed to be sustainable, revenue-backed, hierarchy-aligned, and protected by multiple safeguard layers.*

No inflationary emissions.\
No token printing.\
100% of rewards come from real platform revenue — with tiny, capped micro-emissions only used as emergency stabilization.

Rewards are distributed using a **capital-weighted incentive hierarchy**:

> **Treasury → Nodes → Stakers**

This ensures long-term economic balance.

***

## **9.1 Staking Economics**

Staking rewards allow token holders to lock their tokens and earn a share of protocol revenue.

#### Staking Benefits:

* Strong, revenue-backed APR
* Scalable with platform growth
* Increased by buybacks (locked supply reduction)
* Stable due to liquidity depth
* Protected by floor mechanisms

Staking allocation by phase:

| Phase | Staking Allocation |
| ----- | ------------------ |
| 1     | 10%                |
| 2     | 20%                |
| 3     | 20%                |

Staking becomes most attractive in Phases 2 and 3.

***

## **9.2 Node Economics**

Nodes require significantly higher capital and operational commitment.

Nodes receive **premium ROI** because they:

* Provide infrastructure
* Maintain network execution
* Reduce latency
* Support trading volume
* Enable smart money data flows
* Secure the ecosystem

Node rewards by phase:

| Phase | Node Reward % |
| ----- | ------------- |
| 1     | 10%           |
| 2     | 8%            |
| 3     | 7%            |

Even at lower percentages in later phases, **node ROI increases in dollar value** as revenue grows.

***

## **9.3 Node ROI Floor (Minimum Guaranteed Reward Level)**

*(Safeguard Mechanism)*

To protect node operators during low-revenue months, Rogue AI uses a **Node ROI Floor Formula**.

#### **Node ROI Floor Formula**

```
NODE_ROI_FLOOR (monthly) = max(NodeRevenuePayout, NodeValue × 0.008)
```

This guarantees a minimum:

* 0.8% monthly
* \~9.6% minimum annual ROI

If revenue ever dips below the floor:

* Micro-emission system activates (capped)
* Only the minimum difference is minted
* Cannot exceed emission caps

Ensures node operators are always rewarded fairly.

***

### **Node ROI Floor Diagram**

```
Revenue Check
     │
     ▼
┌─────────────────────┐
│ Node Payout ≥ Floor│───► Yes → Use Revenue
└──────────┬──────────┘
           │ No
           ▼
┌───────────────────────┐
│ Issue Micro-Emission  │
│ Within Monthly Cap    │
└───────────────────────┘
```

***

## **9.4 Staking APR Floor (Minimum Guaranteed APR)**

*(Safeguard Mechanism)*

To protect stakers during prolonged bear markets, a **Staking APR Floor** ensures meaningful minimum yield.

#### **Staking APR Floor Formula**

```
STAKING_APR_FLOOR (monthly)
 = max(StakingRevenuePayout, StakedValue × 0.005)
```

This guarantees:

* 0.5% monthly
* \~6% minimum annual APR

Like nodes, if revenue dips below floor thresholds, the micro-emission system activates **within strict caps**.

***

### **Staking APR Floor Diagram**

```
Revenue Check
     │
     ▼
┌────────────────────────┐
│ Staking APR ≥ Floor?  │──► Yes → Use Revenue
└──────────┬─────────────┘
           │ No
           ▼
┌──────────────────────────┐
│ Micro-Emission (Capped)  │
└──────────────────────────┘
```

***

## **9.5 Micro-Emission Stabilization System (Emergency Only)**

This system only activates if revenue fails to meet minimum floor payouts.

The emissions are tiny, capped, and non-disruptive.

#### **Emission Caps**

```
MAX_EMISSION_PER_MONTH = 0.05% of total supply
MAX_EMISSION_PER_YEAR  = 0.5% of total supply
```

If the cap is reached, floors deactivate and restart when revenue recovers.

***

### **Micro-Emission Cap System Diagram**

```
        Revenue Low?
             │
             ▼
     ┌───────────────────┐
     │ Activate Floors    │
     │ Node + Staking     │
     └─────────┬──────────┘
               │ Generates
               ▼
     ┌──────────────────────────┐
     │  Micro-Emission Engine   │
     └─────────┬────────────────┘
               │
               ▼
      ┌───────────────────┐
      │ Apply Emission    │
      │ Within Monthly Cap│
      └─────────┬─────────┘
                │
                ▼
   ┌────────────────────────────┐
   │ Cap Check (0.05% Monthly)  │
   └──────────────┬────────────┘
                  │ Exceeds Cap?
            ┌─────┴──────┐
            │             │
          Yes            No
            │             │
            ▼             ▼
  ┌────────────────┐   ┌────────────────┐
  │ Halt Emission  │   │ Continue Floor │
  │ Immediately     │   │ Support       │
  └────────────────┘   └────────────────┘
```

***

## **9.6 Why Floors + Safeguards Matter**

This system prevents:

#### ✔ Node operator frustration during slow months

#### ✔ Staking attrition

#### ✔ Token dumping due to low rewards

#### ✔ Ecosystem stagnation

And ensures:

#### ✔ Predictable minimum earnings

#### ✔ Long-term network stability

#### ✔ Strong participation incentives

#### ✔ Fairness across all conditions

***

## **9.7 Reward Model Summary**

Rogue AI’s reward system is:

#### ✔ Revenue-backed

#### ✔ Sustainable

#### ✔ Inflation-resistant

#### ✔ Hierarchy-aligned

#### ✔ Protected by multiple safeguards

#### ✔ Stable in both bull and bear markets

Nodes and stakers always receive meaningful rewards without compromising tokenomics integrity.


---

# 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/rewards-and-yield.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.
