# Incentive and Mechanism Design

The ONI token serves as the native utility token of the ONINO Main-Chain, playing a pivotal role in securing the network, facilitating transactions, and enabling the operation of Sub-Chains and the ONINO Tokenization Platform. This paper provides an extensive overview of the long-term dynamics, incentive structures, mechanism design, and supply mechanisms associated with the ONI token. It also examines the punitive measures in place to deter and penalize malicious actors within the network.

***

### Introduction

Blockchain technology has revolutionized the way digital assets are managed and transferred. Central to this innovation is the design of native tokens that not only facilitate transactions but also incentivize network participation and ensure security. The ONI token is at the heart of the ONINO blockchain ecosystem, meticulously crafted to align sustainable growth with the economic incentives of all participants.

### Overview of the ONI Token

#### Role and Utility

The ONI token is integral to the ONINO Main-Chain, serving multiple essential functions:

<details>

<summary><strong>Transaction Fees</strong></summary>

ONI is used to pay for gas fees, enabling smooth and efficient transactions across the network.

</details>

<details>

<summary><strong>Network Security</strong></summary>

Validators stake ONI tokens to participate in the consensus mechanism, ensuring network integrity.

</details>

<details>

<summary><strong>Sub-Chain Operations</strong></summary>

Operators can rent Sub-Chains by staking ONI tokens, facilitating specialized applications and services.

</details>

<details>

<summary><strong>Tokenization Platform Access</strong></summary>

ONI provides benefits on eligible tokenization projects within the ONINO ecosystem.

</details>

<details>

<summary><strong>Fee Redistribution</strong></summary>

ONINO plans to establish a fee redistribution in the future. Apps that reach a monthly volume threshhold of over 500.000 transactions will be eligible for a up to 20% fee redistribution from collected gas fees.

</details>

#### Preliminary Token Exchange

{% hint style="info" %}
Initially issued on the Binance Smart Chain and Ethereum Network, the preliminary ONI tokens in circulation are upgradeable at a 1:1 rate upon the launch of the ONINO Main-Chain, ensuring a seamless transition for existing holders.
{% endhint %}

### Incentive and Mechanism Design

<details>

<summary>Economic Incentives</summary>

The design of the ONI token economy is centered around aligning the interests of all network participants:

* **Validators**: By staking 35,000 ONI tokens, validators are incentivized to act honestly to earn rewards and maintain network security.
* **Sub-Chain Operators**: Operators stake 50,000 ONI tokens to run Sub-Chains, promoting network expansion and specialized service offerings.
* **Fee Redistribution:** The fee redistribution program will be established to encourage builders to create valuable applications and smart contracts.

</details>

<details>

<summary>Validation and Staking</summary>

Staking serves as a commitment mechanism:

* Validators lock up a significant amount of ONI tokens, which can be forfeited in case of malicious activity.
* Validators earn rewards proportional to their stake and contribution to network consensus, promoting active participation.

</details>

<details>

<summary>Sub-Chain Operations</summary>

Sub-Chains enable scalability and customization:

* Operators must stake 50,000 ONI tokens, aligning their success with the health of the Main-Chain.
* Sub-Chains can implement their own fee structures, with a portion of fees potentially flowing back to the Main-Chain, enhancing the overall ecosystem.

</details>

### Supply Mechanisms

#### Token Supply Through Validation

The ONI token supply is influenced by the network's validation process:

* New ONI tokens are minted per block as rewards for validators, providing an incentive for network security.
* The token emission rate is designed to balance rewarding participants and preventing excessive inflation, maintaining token value over time.

{% hint style="info" %}
The locked portion of the initial pre-minted maximum supply of 100M ONI tokens will be burned during migration, allowing the protocol to mint tokens per block as the validator rewards with diminishing returns.
{% endhint %}

### Punishment Mechanisms for Bad Actors

Ensuring network integrity requires robust deterrents against malicious behavior:

<details>

<summary>Validators</summary>

* Validators who act dishonestly or attempt to compromise the network can have a portion or all of their staked ONI tokens slashed (confiscated) by the protocol.
* Persistent bad actors can be removed from the validator set, losing future reward opportunities.

</details>

<details>

<summary>Sub-Chain Operators</summary>

* Operators who misuse their Sub-Chain or attempt to harm the Main-Chain risk losing their staked ONI tokens.
* The right to operate a Sub-Chain can be revoked, impacting the operator's ability to generate revenue from their services.

</details>


---

# 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.onino.io/tokenomics/incentive-and-mechanism-design.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.
