> 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.md).

# Nomo Keeper Leagues

- [Getting Started](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/getting-started.md)
- [What is a Nomo League?](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/what-is-a-nomo-league.md)
- [Nomo Player Tokens](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/nomo-player-tokens.md)
- [How do I join a Nomo League?](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/how-to-join-a-nomo-league.md)
- [I have minted Nomo but I cannot find a player name or picture on Opensea](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/i-have-minted-nomo-but-i-cannot-find-a-player-name-or-picture-on-opensea.md)
- [How do I stake a Player Token?](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/how-do-i-stake-a-player-token.md)
- [How many Players can I stake?](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/how-many-players-can-i-stake.md)
- [Is there a deadline to stake my player tokens?](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/is-there-a-deadline-to-stake-my-player-tokens.md)
- [Do I have to re-stake my Player Tokens each week?](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/do-i-have-to-re-stake-my-player-tokens-each-week.md)
- [Do I have to stake a whole team of 12 players?](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/do-i-have-to-stake-a-whole-team-of-12-players.md)
- [I staked my player and now I can't see him anywhere](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/i-staked-my-player-and-now-i-cant-see-him-anywhere.md)
- [How are Rewards Earned?](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/how-are-rewards-earned.md)
- [Is there an advantage to staking more players?](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/is-there-an-advantage-to-staking-more-players.md)
- [How Long Do I have to claim my rewards?](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/how-long-do-i-have-to-claim-my-rewards.md)
- [When can I claim my rewards?](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/when-can-i-claim-my-rewards.md)
- [League rewards…. are they only for this season?](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/league-rewards....-are-they-only-for-this-season.md)
- [Claiming Nomo League Rewards](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/claiming-nomo-league-rewards.md)
- [Nomo Fantasy Football Scoring](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/nomo-fantasy-football-scoring.md)
- [Security and Audits](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/security-and-audits.md)
- [How do I see my Player's stats?](https://docs.leaguedao.com/product-guides/nomo-fantasy-leagues/how-do-i-see-my-players-stats.md)


---

# 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.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.
