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

# Tokenomics

NORA’s tokenomics is built around creating a fair and sustainable economic model that encourages active user participation while ensuring the token's value within the ecosystem. This section delves into the primary aspects of NORA’s tokenomics, including token distribution, utility, and rewards.

#### **5.1. The NORA Token (NORA Token)**

The native token of the platform is the **NORA Token**, which serves multiple functions within the ecosystem. It is used for **governance**, **transaction payments**, **staking**, and **liquidity provision**.

* **Governance**: The NORA token is the primary tool for **voting** on platform improvements. Token holders can vote on important proposals such as the addition of new features or partnerships.
* **DeFi Integration**: Users can stake their NORA tokens on the platform to earn rewards or participate in liquidity pools. These processes help maintain the stability of the ecosystem and encourage long-term token holding.

#### **5.2. Token Distribution**

To ensure a fair and effective distribution of NORA tokens, a model has been created that includes several categories:

* **50%** — for **community members** and **investors** during token sales.
* **20%** — for **developers and the team**, incentivizing continued work and platform improvement.
* **10%** — for **partnerships and integrations**, expanding the messenger’s capabilities.
* **10%** — for **community governance** (DAO).
* **10%** — for a **reserve fund** to cover unforeseen circumstances.

#### **5.3. Advantages of Tokenomics**

With a unique model of distribution and incentives, the NORA token ensures a balance between user interests and project development. Staking and reward mechanisms for active users guarantee that participants who contribute to the ecosystem will receive their fair share.

* **Participation Rewards**: Active users are rewarded with NORA tokens for engaging in **governance**, **content creation**, and **platform interactions**.


---

# 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://nora-2.gitbook.io/nora-docs/tokenomics.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.
