> For the complete documentation index, see [llms.txt](https://docs.outerringmmo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.outerringmmo.com/ecosystem/crafting-system.md).

# Crafting System

As if players were to set foot on Fanet, they will need to use the help of different game characters through their crafting journey. With each species representing a Pool, there they will assist users in the creation, design, and assembly of their items.&#x20;

<figure><img src="/files/p3IFWd8SEcUbXnh1NLw1" alt=""><figcaption></figcaption></figure>

### **Crafting**

To fully experience the crafting journey, users should start with the basics: [they need to access the Outer Ring Dapp](https://dapp.outerringmmo.com/home) and connect their wallet. Additionally, they must ensure they have the required materials, which can be obtained from the Outer Ring Farms, specific GQ Staking Pools, or traded within the DeFi section of the Dapp. Throughout all the processes, the GQ token will be required for payments and corresponding fees.&#x20;

**Link:** [**https://dapp.outerringmmo.com/crafting/factory**](https://dapp.outerringmmo.com/crafting/factory)

### **Galactic Foundry**

The Galactic Foundry opens a new realm of possibilities for players. Whether your equipment is crafted through the current system or obtained via Lootboxes, this feature marks a significant step in closing the circle of player-driven customization.

Burn armors and weapons to get materials!

**Link:** [**https://dapp.outerringmmo.com/crafting/foundry**](https://dapp.outerringmmo.com/crafting/foundry)

*As an exciting addition, Outer Ring has gone the extra mile by introducing a brand-new feature for the Great Silver City NFT Lands. By using them in the available Lands Staking Pools, each type of Land becomes an asset, allowing users to acquire materials and adding real value to these unique NFTs.*


---

# 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.outerringmmo.com/ecosystem/crafting-system.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.
