> 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-eg-1.md).

# Materials (eg 1)

### General materials

Dropped in dungeons

<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>Dungeon Scrap</td><td><img src="/files/huK0pKnoVWNG22sVngix" alt=""></td><td>Common</td><td>Soulbound</td><td>A valuable material found commonly within the dungeon. Used to level up Dungetron skills and various crafts.</td><td><a href="/files/huK0pKnoVWNG22sVngix">/files/huK0pKnoVWNG22sVngix</a></td></tr><tr><td>Bolt</td><td><img src="/files/JigoAl8M4JeP5YD5sb4Q" alt="" data-size="original"></td><td><mark style="color:green;">Uncommon</mark></td><td>ERC1155</td><td>A small bolt used for putting things together.</td><td></td></tr><tr><td>Steel Pipe</td><td><img src="/files/efs9K8Qbb9Vb8dMz5rAQ" alt="" data-size="original"></td><td><mark style="color:green;">Uncommon</mark></td><td>ERC1155</td><td>A heavy steel pipe.</td><td></td></tr><tr><td>Void Seed</td><td><img src="/files/qJONevp85N1lgcCrdOSx" alt="" data-size="original"></td><td><mark style="color:blue;">Rare</mark></td><td>ERC1155</td><td>Soft purple seeds. Plants seldom grow in the depths of the dungeon, so where did these come from?</td><td></td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>

### Faction materials

Claim via ROMs

<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>Crusader Dust</td><td><img src="/files/GScKetEcSf6hQ6kQIMgV" alt="" data-size="original"></td><td><mark style="color:green;">Uncommon</mark></td><td>ERC1155</td><td>Glistening pink dust.</td><td></td></tr><tr><td>...</td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>...</td><td></td><td></td><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td><td></td><td></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-eg-1.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.
