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

# Stake

Staking involves the process by which holders of tokens commit a portion of their tokens to a designated wallet, known as a "staking pool." This act supports the network's operation, enhances its security, and contributes to its overall functionality. In return for their commitment, participants receive rewards in the form of additional tokens or other benefits. Staking is a critical mechanism that encourages active participation within the community, ensuring the blockchain's integrity and sustainability.

## Staking Protocol

The staking protocol operates on a fixed-term basis, where tokens are locked for a specified duration. The rewards associated with staking increase with longer commitment periods. The available staking durations include one month, three months, six months, and one year. The duration of the stake and the amount of tokens staked determine the level of benefits the holder is eligible to receive.

## Staking Benefits

* **Governance:** Stakers earn voting rights on administrative matters related to the Nortech App, contributing to decision-making processes within the ecosystem and future investments in Nortech Labs
* **Passive Income:** Participants are entitled to monetary rewards, receiving a portion of the network's generated revenue.
* **Early Access Program:** Stakers gain early access to select courses and participate in beta testing programs for upcoming developments from Nortech Labs.
* **Builder-Level Perks:** Subscribers receive various benefits tailored to meet the needs of content creators, enhancing their experience on the platform.
* **Discounts:** Stakers enjoy progressive reductions in fees, with greater discounts offered for longer staking periods.

## Stake Earnings&#x20;

The earnings from staking are influenced by both the duration of the stake and the amount of tokens committed. Yields are generated from a portion of the transaction fees and other revenues generated by the platform, distributed in USDT/USDC. This creates a sustainable cycle of incentives that is distinct from profit sharing or dividends.

The distribution of earnings per staked token is determined by a percentage of the yield, calculated using the following formula:

$$
\textit{staking earnings} = i \times\textit{yield}\times \frac{\textit{staked token}}{\textit{total of staked tokens}}   ,
$$

where $$i=30%$$ represents this percentage.


---

# 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://nortech.gitbook.io/nortech-whitepaper/nortech-token/stake.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.
