> For the complete documentation index, see [llms.txt](https://animalworld-1.gitbook.io/animal-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://animalworld-1.gitbook.io/animal-world/nfts/machines/forge.md).

# Forge

The Forge Machine is a specialized machine designed to craft a variety of accessories and decorative items that can be used by both humans and animals or used in farming process.

Rarity Ratio: 1:2:7 (Legendary : Rare : Common)

Slot System:

* Common Forge: 1 slot
* Rare Forge: 3 slots
* Legendary Forge: 7 slots

Recipes:

<table><thead><tr><th width="258">Recipe Name</th><th width="78.33333333333331" data-type="number">Hours</th><th>Ingredients</th><th data-type="number">Payout (AWC)</th></tr></thead><tbody><tr><td>Nature's Harmony Bracelet</td><td>4</td><td>10 Iron + 5 Silver</td><td>1000</td></tr><tr><td>Enchanted Hoof Earrings</td><td>6</td><td>15 Iron + 8 Silver + 1 Gold</td><td>2000</td></tr><tr><td>Serene Meadow Necklace</td><td>5</td><td>25 Iron + 10 Silver + 5 Gold</td><td>3500</td></tr><tr><td>Majestic Crown</td><td>8</td><td>30 Iron + 20 Silver + 10 Gold + 2 Mysterious Ore</td><td>5000</td></tr><tr><td>Radiant Farm Ornament</td><td>10</td><td>100 Iron + 50 Silver + 15 Gold + 5 Mysterious Ore</td><td>10000</td></tr></tbody></table>

\
Forge Machines requires more OIL usage than other machines. 2 Common, 3 Rare and 4 Legendary.\
Max harvests are 10, 15 and 42 respectively.<br>

| Rarity    | Max Harvests (Before OIL is required) | land\_multi | Cost to reset harvests |
| --------- | ------------------------------------- | ----------- | ---------------------- |
| Common    | 10                                    | 10          | 2.00 OIL               |
| Rare      | 15                                    | 10          | 3.00 OIL               |
| Legendary | 42                                    | 10          | 4.00 OIL               |

Costs to level up are given below, slots are added at level 4, 7 and 10 for forge machine.\ <br>

<table data-full-width="true"><thead><tr><th width="798">Slots-Level</th><th>Cost to upgrade (in AWC)</th></tr></thead><tbody><tr><td>[ { "level": 1, "count": 1 }, { "level": 4, "count": 2 }, { "level": 7, "count": 5 }, { "level": 10, "count": 10 } ]</td><td>[ { "level": 2, "count": 2000 }, { "level": 3, "count": 3000 }, { "level": 4, "count": 4000 }, { "level": 5, "count": 5000 }, { "level": 6, "count": 6000 }, { "level": 7, "count": 7000 }, { "level": 8, "count": 8000 }, { "level": 9, "count": 9000 }, { "level": 10, "count": 15000 } ]</td></tr><tr><td>[ { "level": 1, "count": 3 }, { "level": 4, "count": 6 }, { "level": 7, "count": 8 }, { "level": 10, "count": 12 } ]</td><td>[ { "level": 2, "count": 5000 }, { "level": 3, "count": 9000 }, { "level": 4, "count": 12000 }, { "level": 5, "count": 15000 }, { "level": 6, "count": 15000 }, { "level": 7, "count": 15000 }, { "level": 8, "count": 18000}, { "level": 9, "count": 25000 }, { "level": 10, "count": 35000 } ]</td></tr><tr><td>[ { "level": 1, "count": 7 }, { "level": 4, "count": 14 }, { "level": 7, "count": 21 }, { "level": 10, "count": 42 } ]</td><td>[ { "level": 2, "count": 7000 }, { "level": 3, "count": 10000 }, { "level": 4, "count": 15000 }, { "level": 5, "count": 15000 }, { "level": 6, "count": 20000 }, { "level": 7, "count": 25000 }, { "level": 8, "count": 30000 }, { "level": 9, "count": 40000 }, { "level": 10, "count": 75000 } ]</td></tr></tbody></table>

\
\
\*Daily Market Orders, Craft Times and description of items to be updated\*


---

# 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://animalworld-1.gitbook.io/animal-world/nfts/machines/forge.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.
