> For the complete documentation index, see [llms.txt](https://treasure-dwarf-battles.gitbook.io/dwarf-battles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://treasure-dwarf-battles.gitbook.io/dwarf-battles/additional-information/bridge-to-blast.md).

# Bridge to Blast

ETH is required to use the Blast network.

The cheapest and fastest way to do so at this time is by utilizing the [Orbiter Finance Bridge](https://www.orbiter.finance/).

1. Go to the [Orbiter Finance Bridge](https://www.orbiter.finance/).

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

2. Connect your wallet using the button in the upper right hand corner.

<figure><img src="/files/JBqPHZ1fUVC5NCfPDXf6" alt="" width="189"><figcaption></figcaption></figure>

3. After linking your wallet, choose the chain from which you want to transfer ETH and the chain to which you intend to send it. In this instance, we will be moving from Linea to Blast. Transferring from any other chain to Blast will involve the same procedures.

<figure><img src="/files/2DX7TZE3RIiEwqLva79N" alt=""><figcaption></figcaption></figure>

4. Enter the amount of ETH you wish to transfer and press send and confirm the transaction in your wallet.

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

5. The processing screen will appear

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

6. Done!&#x20;

You can now use the dApps in Blast. For using applications in Blast you can earn points from the network and airdrop. <https://docs.blast.io/airdrop/users>


---

# 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://treasure-dwarf-battles.gitbook.io/dwarf-battles/additional-information/bridge-to-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.
