> For the complete documentation index, see [llms.txt](https://twwom-2.gitbook.io/twwom-2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://twwom-2.gitbook.io/twwom-2/jugabilidad/interactive-blocks.md).

# Gringotts

En el Mundo Mágico existen tres monedas: Knuts, Sickles y Galeones. En general, los objetos están valuados en Galeones, pero puedes pagar el equivalente en cualquier moneda. Utilizando el comando `/dinero`, podrás visualizar cuánto dinero llevas en tu inventario.

\
Hay muchas formas de conseguir dinero dentro del Mundo Mágico; una de ellas es el intercambio de lingotes por monedas, los cuales tienen su equivalente y monto. A continuación, te presentamos una gráfica para que puedas orientarte mejor:

<figure><img src="/files/E0Bn9KgZ8BdbQGBrmAcO" alt=""><figcaption><p>Cantidad de minerales a cambio de la moneda correspondiente</p></figcaption></figure>

{% hint style="info" %}
Para realizar estos cambios debes de dirigirte a Gringotts y hablar con **Griphook.**
{% endhint %}

Las monedas del mundo mágico no tienen el mismo valor. El Galeón es la moneda de mayor valor, mientras que el Knut tiene el menor. Puedes consultar la siguiente gráfica para orientarte mejor:

<figure><img src="/files/010UlLIPCrU22jx4NG5H" alt=""><figcaption></figcaption></figure>

### Bóvedas de Gringotts

En **Gringotts** existen dos tipos de bóvedas mágicas: las bóvedas comunes y las bóvedas privadas.

* **Bóvedas comunes**: Diseñadas para guardar dinero, tienen un límite máximo de 500 Galeones. Sin embargo, ofrecen un beneficio adicional: generan intereses del 1% sobre tu saldo almacenado, hasta un máximo de 285 Galeones.
* **Bóvedas privadas**: Estas bóvedas están pensadas para quienes buscan mayor seguridad y exclusividad. Solo el propietario puede acceder a ellas, y permiten almacenar no solo dinero, sino también objetos valiosos.


---

# 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://twwom-2.gitbook.io/twwom-2/jugabilidad/interactive-blocks.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.
