# Tokenomics & Emission Control

The **Proof-of-Value** emission model is explicitly linked to application-layer deployments of Guardian and Flow Pilots. Emissions unlock only upon verified revenue from VMS contracts, enforcing strict coupling between decentralized intelligence and real-world adoption.

***

### 5.1 The Burn Mechanism

Luminar implements a radical "Proof of Value" economic model to prevent token inflation without utility.

#### Default State

$$E\_{miner} = 0 \quad (100% \text{ Burn})$$

#### Revenue Triggered State

Emissions are unlocked only when the application layer generates verified revenue (fiat or crypto flow from VMS contracts).

$$E\_{miner} = \min(E\_{cap}, 0.4 \times R\_{application})$$

**Variables:**

* **$E\_{miner}$:** The emission released to miners.
* **$R\_{application}$:** The revenue generated by the Luminar VMS.
* **$0.4$:** Represents the 40% revenue-to-emission ratio.

***

### 5.2 Emission Growth Strategy (Targeting 0.5% Network Emission)

The subnet’s growth strategy is designed to sustainably increase its emission share by strengthening economic credibility and validator consensus weight. Rather than relying on speculative signaling, the strategy prioritizes measurable capital alignment and revenue-backed reinforcement.

The following levers are employed to raise the subnet’s emission floor:

#### 1. Protocol-Aligned Buyback and Burn

A defined portion of operating surplus generated from VMS deployments is allocated toward periodic **SN87 alpha token buyback and burn** operations. This mechanism:

* Reinforces long-term token scarcity.
* Aligns commercial success with network value accrual.
* Signals sustained operational commitment to the ecosystem.

#### 2. Validator Stake Accretion

Structured outreach and ecosystem engagement initiatives are used to attract long-term token holders to delegate stake to Luminar-operated validators.

* **Consensus Weight:** Increased delegated stake strengthens validator consensus.
* **Stability:** Improves emission stability and enhances subnet visibility within the broader Bittensor network.

> This dual approach couples real economic throughput with network-level participation incentives, ensuring growth is grounded in operational performance rather than short-term capital inflows.


---

# Agent Instructions: 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:

```
GET https://docs.luminar.network/tokenomics-and-emissions/tokenomics-and-emission-control.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
