> For the complete documentation index, see [llms.txt](https://whitepaper.morningmoonvillage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.morningmoonvillage.com/game-features/gamified-yield-farming/nft-staking.md).

# NFT Staking

In Morning Moon Village, players can use energy to explore the forest in Wild Zone with the chances of discovering NFT. The NFT in Plugin Category provide special ability on farming by staking them to the selected building/object, and it will enhance your farm profitability. Players with less staked value can potentially earn more rewards than those who have staked more thanks to the clever usage of NFTs. The game will include dozens of NFTs which can be staked on multiple farms at once for a variety of effects.\
\
For more information, please see detail in Plugin NFT section.

{% content-ref url="/pages/-MgAN7Yc5hrQlI2HBNwm" %}
[NFT Staking](/nfts/nft-staking.md)
{% endcontent-ref %}


---

# 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://whitepaper.morningmoonvillage.com/game-features/gamified-yield-farming/nft-staking.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.
