> For the complete documentation index, see [llms.txt](https://docs.chikn.farm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chikn.farm/nfts.md).

# NFTs

- [NFTs Overview](https://docs.chikn.farm/nfts/nfts-overview.md)
- [chikn NFT](https://docs.chikn.farm/nfts/chikn-nft.md): The Landmark NFT of the Chikn Ecosystem—And the Only NFT That Will Ever Lay $EGG
- [Mint Mechanics](https://docs.chikn.farm/nfts/chikn-nft/mint-mechanics.md)
- [Architecture](https://docs.chikn.farm/nfts/chikn-nft/architecture.md)
- [Traits & Rarity](https://docs.chikn.farm/nfts/chikn-nft/traits-and-rarity.md): Nice coq, but how nice?
- [CNS & RNS](https://docs.chikn.farm/nfts/chikn-nft/cns-and-rns.md)
- [Roostr NFT](https://docs.chikn.farm/nfts/roostr-nft.md)
- [Mint Mechanics](https://docs.chikn.farm/nfts/roostr-nft/mint-mechanics.md)
- [Architecture](https://docs.chikn.farm/nfts/roostr-nft/architecture.md)
- [Traits & Rarity](https://docs.chikn.farm/nfts/roostr-nft/traits-and-rarity.md)
- [FarmLand NFT](https://docs.chikn.farm/nfts/farmland-nft.md)
- [Mint Mechanics](https://docs.chikn.farm/nfts/farmland-nft/mint-mechanics.md)
- [Traits & Rarity](https://docs.chikn.farm/nfts/farmland-nft/traits-and-rarity.md)
- [LP Farm](https://docs.chikn.farm/nfts/farmland-nft/lp-farm.md)
- [WormFarm](https://docs.chikn.farm/nfts/farmland-nft/wormfarm.md)
- [Item & Blueprint NFTs](https://docs.chikn.farm/nfts/item-and-blueprint-nfts.md)
- [Chikn Marketplace](https://docs.chikn.farm/nfts/chikn-marketplace.md)
- [Non-Custodial Staking Mechanics](https://docs.chikn.farm/nfts/chikn-marketplace/non-custodial-staking-mechanics.md)
- [Eggnite](https://docs.chikn.farm/nfts/eggnite.md): Taking NFTs to the next level.
- [For Artists](https://docs.chikn.farm/nfts/eggnite/for-artists.md): Got some art or a concept but not sure how to execute? We can help.
- [For Projects & Game Developers](https://docs.chikn.farm/nfts/eggnite/for-projects-and-game-developers.md): Give your NFTs the fanfare they deserve.
- [For Companies & Brands](https://docs.chikn.farm/nfts/eggnite/for-companies-and-brands.md): Leverage the exciting world of gamified NFTs to engage your existing audience and reach new markets.
- [For Gamers & Consumers](https://docs.chikn.farm/nfts/eggnite/for-gamers-and-consumers.md): Eggnite gives the user more. Whether you’re in the Chikn ecosystem, an eager NFT collector, or a new user, we’ve got something for you.
- [How to Get Involved](https://docs.chikn.farm/nfts/eggnite/how-to-get-involved.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.chikn.farm/nfts.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.
