> For the complete documentation index, see [llms.txt](https://docs.bag.win/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bag.win/es/ayuda/guias/como-puentear-bag-a-blast.md).

# Cómo Puentear BAG a Blast

Puedes usar el puente BAG para transferir BAG desde Ethereum o Polygon a Blast.

{% hint style="info" %}
Hay una comisión de 100 BAG al usar el puente.
{% endhint %}

**Paso 1:** Ve al [Puente BAG](https://decentral.games/bag/bag-bridge) oficial y conecta tu wallet para iniciar sesión.

<figure><img src="/files/eznNsIB5KWF3BA70A3Ux" alt=""><figcaption><p>Puente BAG</p></figcaption></figure>

**Paso 2:** Selecciona **Polygon** o **Ethereum**. Ingresa el monto de BAG o presiona max.

<figure><img src="/files/dXL8gNa6JW2hGjfssPdO" alt=""><figcaption><p>Ingresa el monto de BAG</p></figcaption></figure>

**Paso 3:** Clickea **Aprobar.**

<figure><img src="/files/84F3zlHXTr2HYUKUmRGd" alt=""><figcaption><p>Aprueba el puente</p></figcaption></figure>

**Paso 4:** Clickea **Confirmar Puente.**

<figure><img src="/files/RVOJ8nFpxL84Xw124a3I" alt=""><figcaption><p>Confirma el puente</p></figcaption></figure>

**Paso 5**: Verás una pantalla de confirmación luego de que tus BAG hayan sido puenteados exitosamente.

<figure><img src="/files/qha8U0FvwrpgS7k7m6UA" alt=""><figcaption><p>Confirmación del Puente</p></figcaption></figure>


---

# 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.bag.win/es/ayuda/guias/como-puentear-bag-a-blast.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.
