> For the complete documentation index, see [llms.txt](https://docs.leaguedao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/how-do-i-stake-a-player-token.md).

# How do I stake a Player Token?

You manager your “Team” of Player Tokens by staking your NFTs in the appropriate Nomo league.

Right now we have just launched the Fantasy Football (American Football) league, so that is the only league that shows up. More sports are coming very soon.

![](https://miro.medium.com/max/653/1*ApAkNZYD3JLx77w5_wFgAA.png)

Click **Stake Players** and select which players you would like to stake. Players must be staked before the first game of the week to be eligible to compete for that week’s rewards.

You can only stake a maximum of 12 players at any point, so you have to use a little skill and research to pick your top 12 player tokens.

![](https://miro.medium.com/max/600/1*5CawLzp1ap10jmtFBmlO1A.gif)

Once you’ve staked your players, you are all set.


---

# 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://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/how-do-i-stake-a-player-token.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.
