> For the complete documentation index, see [llms.txt](https://docs.kawaii.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kawaii.global/game-play/crafting/convert-and-extract.md).

# Converting & Extracting

After harvesting fruits and eggs, players will use these farm products to create Materials and Dyes - 2 types of ingredients for Furniture Crafting. Players will be provided with 2 related machines on their home isle for this process. Let’s review each machine and see how they function.

## **1. Dye Machine**

![](/files/-MiyZF7ytaXWmYRrPfaU)

This floral-shaped machine will help players extract dye colors from magical fruits. 1 dye is extracted from 50 fruits. Players will be able to queue up their extractions then wait for a while before they can collect their Dyes. From level 15, players can increase 1 queue slot each 10 levels up by using Upgrade Tools and Silver. To extract more, players will have to wait for the dyes in Queue to finish extracting.

![](/files/6SdZYqxAQtLy3F17PDZS)

![](/files/X1VGujC5HZZZwajGjM6Z)

This extraction process will be off-chain. If players wish to trade their Dyes on the Marketplace, they will have to mint these Dyes into NFTs first.

**\*Notes:** The minting process will cost gas fee so it is highly recommended to stack up and mint several dyes at once. **Kawaii Islands does not charge this gas fee, all will be paid to the network provider (in BNB)**.

## **2. Material Factory**&#x20;

![](/files/-Mj8M4BT7zz8V3Bkifil)

Another useful machine in Kawaii Islands is the Material Factory, which converts eggs into Materials with a similar logic as the Dye Machine. Each material is converted from 5 eggs. Players will be able to queue up their material conversions then wait for a while before they can collect their Materials. From level 10, players can increase 1 queue slot each 10 levels up by using Upgrade Tools and Silver.

Material conversion is off-chain. To mint materials on-chain for trading purpose on Marketplace, players will have 2 options:

* Mint to Kawaiiverse (no fee);
* Mint to BSC (require minting fee). This option will coming soon.

![](/files/bOrlR0wzU4ERnUq71h0g)

**\*Notes:**&#x20;

* The minting process to BSC will cost gas fee so it is highly recommended to stack up and mint several materials at once. **Kawaii Islands does not charge this gas fee, all will be paid to the network provider (in BNB)**.
* You can cancel the converting/extracting process. All input fruits/eggs will be given back to your Silo. Please beware that it could exceed the Silo's limit.

## 3. Barn

Barn is used to store Dyes, Materials, Upgrade Tools and Speed Up Items. To check current stock, players can click on the Barn building.

![Barn](/files/42aFVVJozfh6bXcwe15T)

The Barn storage limit starts at 150 items. From level 15, players can increase 50 slots each time they level up by using Upgrade tools and Silver.<br>


---

# 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.kawaii.global/game-play/crafting/convert-and-extract.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.
