# WaxDAO NFT Farms

On WaxDAO there are 2 different versions of NFT Farms, with a few different setting options.

Farms can either be custodial (meaning the staked assets are transferred to the WaxDAO wallet for the duration of the staking), or non-custodial farms (meaning the staked NFT assets remain in your wallet).

An example of a Version 1 Farm can be our initial pixal staking farm here below:

{% embed url="<https://waxdao.io/farm/pixeljourney>" %}
<https://waxdao.io/farm/pixeljourney>
{% endembed %}

V1 Farms

<table><thead><tr><th width="190"></th><th>V1 Farms</th><th>V2 Farms </th></tr></thead><tbody><tr><td>Max staked assets</td><td>5000</td><td>Unlimited</td></tr><tr><td>Cost</td><td>250 WAX, 25,000 WAXDAO, or <a href="https://waxdao.io/drops/247">1 Wojak NFT</a></td><td>250 WAX, 25,000 WAXDAO, or <a href="https://waxdao.io/drops/247">1 Wojak NFT</a></td></tr><tr><td>Editable</td><td>Yes</td><td>Only before launch/extendable from initially defined rates</td></tr><tr><td>Number of reward tokens possible</td><td>1</td><td>3</td></tr><tr><td>Farm can run out of rewards before expiry</td><td>Yes</td><td>No (rewards to cover the full duration need to be locked in at launch)</td></tr><tr><td>Stakers can be kicked/banned/blacklisted</td><td>Yes</td><td>No</td></tr><tr><td>Can be ended before expiration</td><td>Yes</td><td>No</td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

Farms are created with different Farm Types to cover/target different types of scopes of the collection:

* Entire collection
* Entire Schema
* Schemas with Exclusions (For V1 Farms)
* Specific Templates
* Specific Attributes (For V2 Farms)

For V1 Farms it's possible to edit the staking weight/earnings after Farm creation, and add in additional collections, or templates to become stakable in the Farm.


---

# Agent Instructions: 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:

```
GET https://docs.pixeljourney.xyz/introduction/wax-ecosystem-guides/waxdao/waxdao-nft-farms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
