> For the complete documentation index, see [llms.txt](https://whitepaper.doublejump.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.doublejump.wtf/tokenomics/jumper-nft-staking.md).

# Jumper NFT Staking

## Staking Program&#x20;

People who own Jumper NFT skins can stake them to earn $JUMP on our staking platform. Staking on our platform is non-custodial, meaning that the NFT remains in the holder's wallet so that it can still be used in-game.

Staking rewards are based on the following rarity system:&#x20;

| NFT Skin Type & Quantity        | $JUMP Tokens Daily Reward |
| ------------------------------- | ------------------------- |
| Full Set Of Origin Jumpers (x4) | 48                        |
| Origin Jumper (x1)              | 8                         |
| Seasonal Jumper (x1)            | 4                         |
| Monthly Jumper (x1)             | 2                         |
| Base Jumper (x1)                | 1                         |

The values expressed on the table except "Full Set of Origin Jumpers" are considered per one unit staking, if user stakes more than one NFT the rewards will be summed.&#x20;

***Examples:***

***Carl stakes one "Base Jumper" NFT and three "Seasonal" Jumper" NFTs, his total daily reward will be --> 1 + 4\*3 = 13 $JUMP tokens daily.***&#x20;

***John stakes a "Full Set of Origin Jumpers" NFTs, a single "Origin Jumper" NFT and single "Monthly Jumper" NFTs, his total daily reward will be --> 48 + 8 + 2 = 58 $JUMP tokens daily.***&#x20;


---

# 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://whitepaper.doublejump.wtf/tokenomics/jumper-nft-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.
