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

# Tokenomics

The ORVN token is the native utility and governance asset of the Orvyn simulation protocol. It plays a vital role in powering simulations, incentivizing network participation, and aligning stakeholder interests across the ecosystem.

### 5.1 Token Overview

* **Token Name**: Orvyn
* **Ticker**: ORVN
* **Blockchain**: Binance Smart Chain (BSC)
* **Total Supply**: 1,000,000,000 ORVN (Fixed)
* **Token Standard**: BEP-20
* **Decimals**: 18

ORVN serves as the core coordination mechanism for simulations, data access, governance, and ecosystem development.

### 5.2 Token Utility

The ORVN token has multiple utility functions across the Orvyn ecosystem:

#### 🔹 Simulation Access

Users must pay ORVN tokens to deploy or interact with simulation environments. These fees reflect resource consumption and simulation duration.

#### 🔹 Data Feed Staking

Data providers must stake ORVN to offer validated data streams into Orvyn simulations. Poor data performance can lead to slashing.

#### 🔹 Governance

Token holders can propose and vote on:

* Protocol upgrades
* Simulation standards
* Ecosystem fund allocation
* Access rules and pricing structures

#### 🔹 Node Incentives

Compute nodes and validator nodes earn ORVN rewards for:

* Hosting and running simulation environments
* Validating simulation outcomes
* Processing real-time data input

#### 🔹 Developer Grants

ORVN is distributed as grants to developers building open-source tools, templates, and modules within the Orvyn ecosystem.

### 5.3 Token Allocation

| Category             | Allocation (%) | Amount (ORVN) | Vesting Details                         |
| -------------------- | -------------- | ------------- | --------------------------------------- |
| Ecosystem Fund       | 31%            | 310,000,000   | 5-year linear vesting                   |
| Rewards & Incentives | 25%            | 250,000,000   | TGE unlock 10%, 12-month vesting        |
| Team & Advisors      | 15%            | 150,000,000   | 12-month cliff, 36-month linear vesting |
| Development Fund     | 11.15%         | 111,500,000   | 2-year linear vesting                   |
| Liquidity & CEX/DEX  | 10%            | 100,000,000   | TGE unlock 10%, then linear for 1 year  |
| Private Sale         | 0.75%          | 7,500,000     | 12-month cliff, 24-month linear vesting |
| Reserve              | 7.1%           | 71,000,000    | TGE unlock 15M                          |

### 5.4 Vesting Schedule

To ensure long-term sustainability and reduce sell pressure, Orvyn uses a structured vesting strategy:

* **Rewards & Incentives**:
  * TGE unlock 10%, 12-month vesting
* **Team & Advisors**:
  * 12-month cliff, then monthly vesting over 36 months
* **Private Sale**:
  * 12-month cliff, 24-month linear vesting
* **Ecosystem Fund:**
  * 60-month linear vesting
* **Development Fund:**
  * 24-month linear vesting
* **Liquidity & CEX/DEX:**
  * TGE unlock 10%, 12-month vesting
* **Reserve:**
  * TGE unlock 15,000,000, the rest will be unlocked according to progress.&#x20;

All vesting is tracked via transparent smart contracts.

### 5.5 Deflationary Mechanics

To maintain token value over time, Orvyn may introduce deflationary tools such as:

* **Token burns** from simulation fee surplus
* **Slashing mechanisms** for malicious data providers
* **Dynamic pricing** based on simulation resource demand

Any such mechanism will be subject to governance approval.

ORVN is more than a utility token—it is the fuel, incentive, and governance backbone of the Orvyn simulation ecosystem. Its allocation model balances community growth, technical sustainability, and long-term alignment across stakeholders.


---

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

```
GET https://orvyn.gitbook.io/orvyn-docs/tokenomics.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.
