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

# Staking Dapp

To be able to stake on LiftOff.monster you need to have Mon5t3r Club NFT's&#x20;

*Purchase Mon5t3r on Magic Eden \<link/>*

<figure><img src="/files/kTwOTmPEzwd99GMGU44M" alt=""><figcaption></figcaption></figure>

### **How to Stake on LiftOff.Monster**

**Choose Your Pool**: Pick from one of the 5 **staking pools**, choosing a lock-up period from **1 moon to 12 moon or simply stake in the infinity pool (no lock).  1 moon is 15 epochs on Solana.**&#x20;

**Stake Mon5t3r Club NFT's**: Lock your **NFT's** into the pool of your choice and receive staking rewards after having successfully staked during the duration of the lock. You’ll be able to monitor your staking status and rewards in real-time.

<figure><img src="/files/CrbLQpWrWiAIZNNZvA6j" alt=""><figcaption></figcaption></figure>

**Obtain Moons**: 12 Moons permit to mint 1 Potion

*Example Stake 3 NFTs for 1 moon = 3 moons*

<figure><img src="/files/nyQohMn6aPeusossjUVO" alt=""><figcaption></figcaption></figure>

**Staking Rewards**: Based on your staking duration and number of NFT's staked you’ll receive rewards from **50% of platform fees**.

**Withdraw or Re-Stake**: After your lock-up period ends, you can choose to withdraw your rewards & NFT's (you cannot unstake before staking period ends) and re-stake them to continue receiving Staking Rewards.

### Upgrade NFT's

In order to upgrade NFT's you will need Potions&#x20;

| NFT Tier Level | Potions to Upgrade NFT |
| -------------- | ---------------------- |
| Level 1        | 1                      |
| Level 2        | 2                      |
| Level 3        | 4                      |

### NFT Weight

Each Level NFT weight is proportional to each level NFT

| NFT Tier Level     | NFT Weight |
| ------------------ | ---------- |
| Level 1 (Egg)      | 1          |
| Level 2 (Baby)     | 3          |
| Level 3 (Teenager) | 6          |
| Level 4 (Adult)    | 10         |

### Staking Distribution FIT

Please find the raw weights for each staking tier below. These weights will be normalised to sum to 100%.

| Tier     | Epochs         | Weight |
| -------- | -------------- | ------ |
| Infinity | n/a            | 10     |
| Tier 1   | 15 (1 Moon)    | 30     |
| Tier 2   | 45 (3 Moons)   | 60     |
| Tier 3   | 90 (6 Moons)   | 180    |
| Tier 4   | 180 (12 Moons) | 500    |
| Total    |                | 780    |

### Model & Metric Selection

| Metric     | Polynomial |
| ---------- | ---------- |
| Degree     | 3          |
| Fit Metric | MSE        |

Fitted Formulae :

y = (-7.5573e-07)*x*\*(3) + (0.00067612)*x*\*(2) + (0.032946)*x*\*(1) + (0.094587)

LaTeX-rendered equation :

y=−7.5573e−07x 3 +0.00067612x 2 +0.032946x 1 +0.094587

Fit Metric :

MSE = 0.016453

<figure><img src="/files/tLXA7uCTyoOk99HkoFZ2" alt=""><figcaption><p>Polynomial Fit on Staking Curve</p></figcaption></figure>

Why this Works :

* **Exponential-Like Growth** – The weights now **scale faster** in later tiers while keeping short-term staking competitive.
* **Massive Incentive for Long-Term Holders** – The difference between **15 and 180 epochs** is now **over 16x**, strongly encouraging **locked staking OR inifinity staking to 180 epochs is 50x.**
* **More Fair Early Progression** – The lower tiers scale reasonably, avoiding a **too-steep** jump from **short to mid-term** stakes.


---

# 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://docs.liftoff.monster/staking-dapp.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.
