> 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/foraging/blueprints.md).

# Blueprints

<div><figure><img src="/files/5W6cJc9zAeaIYlJGCK1T" alt=""><figcaption></figcaption></figure> <figure><img src="/files/OhUo0gnfBkgkj7mEc86F" alt=""><figcaption></figcaption></figure> <figure><img src="/files/SQT1AmCTNLphsqnQrYMa" alt=""><figcaption></figcaption></figure></div>

Blueprints are NFTs that allow the holder to craft a corresponding Equipable Item. They are held on-chain in your wallet and can be traded on the Chikn marketplace.

Rarer Blueprints either create rarer Items or result in more items crafted in a single event.

Some Items have a limited global supply. <mark style="color:red;">Once the global supply cap is reached, players won’t be able to craft any more of that Item and must instead purchase them from the secondary market.</mark> The total supply of each Blueprint is 10% of the maximum supply of the Item it can craft (which is counted across both on-chain and off-chain Items). See [Items](/gaming/foraging/items.md) for more information on this cap.

There’s no limit to the number of times you can craft from a Blueprint, as long as the Item supply cap hasn’t been reached.

Blueprints are discovered as you dig through your WormFarm. Once a Blueprint is found, you’ll need to fill your WormFarm with $WORM to the depth of the Blueprint in order to recover it.


---

# 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/foraging/blueprints.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.
