# Staking

### Why do we have a staking program?

We want to give back a part of Learnify's revenue and reward active community members

### Where does the APR comes from?

The APR comes from our *Community Incentive* reserve and from  $LEARN collected by the *Revenue wallet* from in-app activity

### Who can stake $LEARN?

Any user can start staking as long as they have a Learnify account, access to staking pools is subject to tiers by levels.

### What are level tiers?

| Tier | Level requirement | Reward split |
| :--: | ----------------- | ------------ |
|   I  | 1 - 9             | 20%          |
|  II  | 10 - 19           | 20%          |
|  III | 20 - 29           | 20%          |
|  IV  | 30 - 39           | 20%          |
|   V  | 40 - 50           | 20%          |

### How to stake?

You can access staking through the app, staking is **permissionned**  and can't be done directly through the contract, however unstaking is **permissionless** and can be done directly through the contract at any time even if Learnify is down.

Note that unstaking is subject to gas fees and an unbonding period of 7 days, while staking gas fees are sponsored by Learnify.

***Platform revenue share collected by*** [***Stakers***](/usdlearn/staking.md)***:***

* Fees on marketplace volume
* Sales of advanced courses
* Sponsors promoting their content
* PvP activities


---

# 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://whitepaper.learnify.xyz/usdlearn/staking.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.
