> For the complete documentation index, see [llms.txt](https://whitepaper.cryptofights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.cryptofights.com/world/craft-and-enchant.md).

# Craft and Enchant

<figure><img src="/files/tarSmiFc6QfxHk0mHHWi" alt=""><figcaption><p>Preview Craft and Enchant Features</p></figcaption></figure>

### **🔨 Purpose**

Crafting and enchanting in CryptoFights offer players the opportunity to forge and enhance equipment, tailoring gear to their strategic needs and unlocking new levels of power and customization.

### **🌟 Benefits**

These systems enable players to create items with unique affixes and enhance them for specific strategies, directly impacting combat effectiveness and versatility.

### 🛠️ **System Overview**

Accessible from level 7, players can visit the Blacksmith to craft items using Gold and recipes. The system is intertwined with the game's economy, providing a critical item sink through the use of fragments and the chance-based outcomes of crafting and enchanting attempts.

### **💰 Economy & Item Sinks**

Crafting acts as a core mechanism for controlling item inflation by requiring the dismantling of items for fragments and introducing recipes with limited uses. This not only manages item abundance but also encourages strategic resource management.


---

# 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://whitepaper.cryptofights.com/world/craft-and-enchant.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.
