> For the complete documentation index, see [llms.txt](https://docs.gigaverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gigaverse.io/archive/materials.md).

# Materials

### General materials

Dropped in dungeons

<table data-full-width="true"><thead><tr><th width="112">Icon</th><th width="119">Rarity</th><th width="121">Token Type</th><th>Description</th><th data-hidden data-type="files"></th></tr></thead><tbody><tr><td><img src="/files/owYjlPmnE9fqn2dYriTc" alt=""></td><td>Common</td><td>Soulbound</td><td><p>A valuable material found commonly within the dungeon. </p><p>Used to level up Dungetron skills and various crafts.</p></td><td><a href="/files/huK0pKnoVWNG22sVngix">/files/huK0pKnoVWNG22sVngix</a></td></tr><tr><td><img src="/files/Z1IHg4AWEWsOBUU5tnZV" alt=""></td><td><mark style="color:green;">Uncommon</mark></td><td>ERC1155</td><td><p>A valuable material found commonly within the dungeon. </p><p>Used for various crafts.</p></td><td></td></tr><tr><td><img src="/files/C4a8kAx9kifur1yZP5Ah" alt=""></td><td><mark style="color:blue;">Rare</mark></td><td>ERC1155</td><td><p>A valuable material found commonly within the dungeon. </p><p>Used for various crafts.</p></td><td></td></tr><tr><td><img src="/files/XXGjft5XqZ6ennca4XP0" alt=""></td><td><mark style="color:purple;">Epic</mark></td><td>ERC1155</td><td><p>A valuable material found commonly within the dungeon. </p><p>Used for various crafts.</p></td><td></td></tr></tbody></table>

### Faction materials

Claim via ROMs&#x20;

Exception: Gigus materials which are also dropped in Gigus Dungeon

Each of the 8 faction ROMs produces specific Dust and Shard.

Factions -&#x20;

<table data-full-width="true"><thead><tr><th width="197.00000000000006">Material</th><th width="112">Icon</th><th width="119">Rarity</th><th width="121">Token Type</th><th>Description</th><th data-hidden data-type="files"></th></tr></thead><tbody><tr><td>Dust</td><td><img src="/files/6kLCrPkiDCLUNXXy04y2" alt=""></td><td><mark style="color:green;">Uncommon</mark></td><td>ERC1155</td><td>Glistening dust.</td><td></td></tr><tr><td>Shard</td><td><img src="/files/KZhyJVomwzI7EyihBigp" alt=""></td><td><mark style="color:blue;">Rare</mark></td><td>ERC1155</td><td>A stone made of an unknown material. It feels fragile.</td><td></td></tr></tbody></table>


---

# 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.gigaverse.io/archive/materials.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.
