> 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/gaming/roosting.md).

# Roosting

<figure><img src="/files/6LSPfOctykPUsEb1a4Ub" alt=""><figcaption></figcaption></figure>

Roosting was the first component of the Chikn gaming ecosystem and is a fundamental component of the meta.

There are currently two NFTs that can be added to a player’s roost:

* chikn NFTs
* Roostr NFTs

Each produces different tokens at variable rates that depend on the individual NFTs upgradable metadata, specifically its KG, or ‘Killergainz’.

<mark style="color:red;">**Roosted chikn lay $EGG. It’s science.**</mark>

<mark style="color:red;">**Roosted Roostr squirt $FERT. It’s also science.**</mark>

To produce more resources in the Roost, increase the NFT's KG. This is done for chikn by giving them $FEED and for Roostr by feeding them $EGG. See the section on [Leveling](/gaming/roosting/leveling.md) for more information.

A bird's roost is its castle, and your Roost is your castle away from… castle? Players can customize the name of their Roost by editing their wallet name—see the section on [CNS & RNS](/nfts/chikn-nft/cns-and-rns.md) for more details.

<figure><img src="/files/UalCL6VvenXIikcWTsKk" alt=""><figcaption><p>Your Roost is homebase for your chikn and Roostr and is where you can access a number of important ecosystem functions, inlcuding claiming $EGG and $FERT</p></figcaption></figure>

All Roosts collectively make the Barn—the entire collection of roosted chikn and Roostr. To view where your Roost sits on the leaderboard, head to [Chikn > Leaderboard and navigate to the ‘Roost’ tab](https://chikn.farm/leaderboardv2/?tab=roost). Players can see their position at the top and sort the leaderboard by rank, total KG, number of Chikn, average weight per chikn, and estimated daily $EGG.


---

# 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/gaming/roosting.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.
