> For the complete documentation index, see [llms.txt](https://docs.blinkgalaxy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blinkgalaxy.com/spanish/learning-station/outer-ring-dapp/sistema-de-crafting-de-outer-ring/fundicion-galactica.md).

# Fundición Galáctica

Enlace a la fundición: <https://dapp.outerringmmo.com/crafting/foundry>

### Selecciona el NFT que deseas desmontar

Primero, elige si quieres desmontar un arma o una armadura. Los NFTs seleccionados se quemarán después del proceso.

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

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

En el siguiente menú, puedes ver las diferentes armas/armaduras que posees actualmente divididas por tiers y rareza.

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

### Visualiza los materiales que obtendrás a cambio

Podrás ver cuántos materiales recibirás a cambio de quemar tus NFT antes de tomar la decisión final. ¡Recuerda que el proceso es irreversible!

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

Utiliza el botón "Send/Enviar" y confirma la transacción.

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

### Reclamar los materiales

Una vez que hayas enviado tu NFT a la fundición, podrás verlo en la parte inferior en uno de los pools disponibles. Desde aquí podrás utilizar el botón "Reclamar Materiales" para recoger todos los materiales al final del proceso, o recogerlos parcialmente mientras el proceso termina.

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

> ⚡️ Al igual que en el proceso de crafting, puedes acelerar el proceso utilizando el botón "Accelerate/Acelerar" y pagando GQ a cambio.


---

# 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.blinkgalaxy.com/spanish/learning-station/outer-ring-dapp/sistema-de-crafting-de-outer-ring/fundicion-galactica.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.
