# Forge

The Forge is a place where players can enchant, craft, and recycle the items that they get in the game.

It consists of several different toolkits all in one place. These toolkits at the moment of writing are as follows:&#x20;

{% tabs %}
{% tab title="Enchant" %}
![](/files/XiBDaKnHHckRQpNeKP4U) In the enchantment section, players can improve the stats of their items by using magic dust and tool kits. The amount of dust they need to use for an upgrade depends on the item’s tier. In addition to dust, to enchant items and improve their stats players need to use tool kits. There are three types:

1. Regular for +1 and +2 enchantments
2. Silver for +3 and +4 enchantments
3. Golden for +5 enchantment

Tool kits are available in the special adventure [**Halls of the Grumpy King's Deep**](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/game-mechanics/adventures.md#halls-of-grumpy-kings-deep) as well as in the [daily lottery](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/game-mechanics/daily-lottery.md).

Whenever an item is enchanted, there is a chance the enchantment fails and the item breaks. When an item is broken it can not be used by a Cutie and it will need to be repaired.
{% endtab %}

{% tab title="Recycle" %}
![](/files/Tai63xiEDMPGXsH5Ge4P) In the recycling section players can turn items they don't need into magic dust. The amount of dust received depends on the rarity of an item that is recycled. The rarer and more powerful the item, the higher the better amount of dust is generated.&#x20;

{% hint style="warning" %}
Higher tiers require more time to be recycled
{% endhint %}

Magic dust can be used in Enchanting or sold on the item market.
{% endtab %}

{% tab title="Repair" %}
![](/files/Tb2OSlb9hsJRSNOp5vav) Repair of items is only required whenever an enchantment doesn't go well.&#x20;

Before an item can be used on a Cutie or enchanted again, it will need to be repaired. The repair table uses slots same as the Recycle and Crafting do.<br>
{% endtab %}

{% tab title="Crafting" %}
![](/files/4sH0gxnEevmztI91BDwW) Crafting is a very important part of the Forge. If not one of the most important ones.&#x20;

Here players can create [gear](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/items/item-types/gear-items.md), [tools](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/items/item-types/consumable-items/tools.md), and many more things that will help them reach their goals during play. It is especially vital during events and [Seasons](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/game-mechanics/seasons.md). &#x20;

Crafting recipes can be very different from each other. It evolves all the time, so going through the categories is a good practice, especially when a new event or season starts. That is where a lot of new stuff is added to the recipe list.&#x20;
{% endtab %}

{% tab title="Creator Bench" %}
This table is a minigame, where players can use their event items that are made specifically with this minigame in mind.&#x20;

Through trial and error, players can unlock different recipes that grant them prizes. Some are a limited amount of uses, some are not. This is a playground for the curious!&#x20;
{% endtab %}
{% endtabs %}


---

# 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.blockchaincuties.com/blockchain-cuties-universe-knowledge-base/bcu-mechanics/crafting/forge.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.
