> For the complete documentation index, see [llms.txt](https://lympo-1.gitbook.io/nft-minting-platform-2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lympo-1.gitbook.io/nft-minting-platform-2.0/lympo-nft-staking-update/nft-staking-functionality.md).

# NFT Staking Functionality

The Lympo NFT Staking Platform will function as follows:

Users select the Lympo NFTs they want to stake and the pool they want to stake in. If users own duplicate NFT cards, each of them can be staked as a separate card. If the NFT card is staked in one pool, it cannot be staked in other pools at the same time.&#x20;

Each NFT card has a different reward score associated with it depending on its rarity and the rewards the user will receive are based on the score/rarity of the card.&#x20;

Each Staking Pool is unique - some utilize and reward $SPORT token only, others use a mix of $SPORT and partner token.&#x20;

{% hint style="info" %}
Each staking pool may have different rewards, prerequisites, and staking periods associated with it.&#x20;
{% endhint %}

<figure><img src="/files/HxDDMqtGeRHEvUnVrFr8" alt=""><figcaption><p>Example of NFT staking pool</p></figcaption></figure>

{% hint style="info" %}
Users can start staking with as minimum as one NFT card, depending on its rarity. The maximum cap is defined by the selected pool.&#x20;
{% endhint %}

GOAT NFTs have a bonus staking reward depending on the price for which that NFT was sold. The reward is encoded within the said NFT.&#x20;

Once the NFT is staked, reward calculation begins. The rewards are calculated by second and can be collected anytime. Depending on the pool, unstaking fees might apply.&#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, and the optional `goal` query parameter:

```
GET https://lympo-1.gitbook.io/nft-minting-platform-2.0/lympo-nft-staking-update/nft-staking-functionality.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.
