> 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/chikn-marketplace/non-custodial-staking-mechanics.md).

# Non-Custodial Staking Mechanics

Chikn ecosystem NFTs leverage our powerful non-custodial staking contracts in-game. When a player roosts a chikn or Roostr or activates a FarmLand, the NFT remains in their wallet. These NFTs are still usable in-game and can be upgraded, even though they remain custodied by the player.

Non-custodial staking also means that players can list their NFTs for sale while they’re still using them in-game. Players can continue using these NFTs up until the moment they’re sold, at which point they’re transferred to their new loving owner.

* Roosted chikn transfer with all unclaimed $EGG from the Roost. This means that the purchasing player will have access to any unclaimed $EGG the chikn laid.
* Roosted Roostr transfer with all unclaimed $FERT from the Roost. This means the purchasing player will have access to any unclaimed $FERT.
* Activated FarmLand do not transfer with unclaimed LP Farm rewards. Any unclaimed LP Farm rewards are instead lost upon transfer.
* WormFarms are sold with their associated FarmLand. This means that the WormFarm’s tunnel depth and Wormcount are transferred with the sale.
* When an NFT linked to an active forage is sold, the forage is canceled and any potential rewards are forfeited. Note that individual chikn and Roostr forage separately, so the sale of one NFT in an active forage will not impact the other foraging birds.
* Items attached to a transferring NFT are unequipped and returned to the player's off-chain inventory.

Clicking on most NFTs reveals the additional metadata associated with their Roost or WormFarm, and the community has developed some third-party tools that allow you to check unclaimed $EGG and $FERT. See the [Toolboks](/misc/toolboks.md) for a full list of these tools.


---

# 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/chikn-marketplace/non-custodial-staking-mechanics.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.
