> For the complete documentation index, see [llms.txt](https://docs.myneighboralice.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myneighboralice.com/our-website/play/crafting.md).

# Crafting

Crafting is one of the most exciting activities in My Neighbor Alice, as it is the **key to bringing NFTs to life**: clothes, furniture, working tools, and much more!&#x20;

Once you **complete activities** in the Archipelago, you can **be rewarded with blueprints and tickets** containing the secret resources you need to create NFTs.&#x20;

What’s the **difference between a blueprint and a ticket?**&#x20;

<figure><img src="/files/ifsKuW60tIwLfDZMvfUD" alt=""><figcaption><p>Difference between Blueprint and Ticket</p></figcaption></figure>

Some NFTs can be created with resources you find in-game, but some items may require, among the resources, $ALICE.

{% hint style="info" %}
$ALICE is My Neighbor Alice's native token. For more information about it, go to $ALICE.
{% endhint %}

NFTs crafted with $ALICE are very peculiar.&#x20;

Indeed, when you craft an NFT requiring $ALICE resources, a part of the $ALICE spent will stay locked in the NFTs. This means that if you want those $ALICE back, you can just decide to burn the item, so destroy that item and get the $ALICE by only paying a small burning fee.&#x20;

The Collateral inside the NFTs can also be staked during some announced staking period, and make you earn extra $ALICE.&#x20;

<figure><img src="/files/4AnJQAHYcd5MG45JCx1q" alt=""><figcaption><p>Collateral</p></figcaption></figure>

If you want to learn how to use $ALICE in-game for crafting, head to [$ALICE](/tokenomics/usdalice-how-to-buy.md).&#x20;

If you want to learn how to buy and sell NFTs, head to [In-game Trading](/our-website/play/in-game-trading.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.myneighboralice.com/our-website/play/crafting.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.
