> For the complete documentation index, see [llms.txt](https://docs.mode.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mode.network/user-guides/bridge/bridge-to-mode.md).

# Bridge to Mode

{% hint style="warning" %}
Withdrawal of funds from Mode will take up to 7 days due to Mode's optimistic rollup nature. Keep this in mind before Bridging.
{% endhint %}

## **To bridge funds to Mode you can use our** [**Bridge**](https://app.mode.network/)**.** <a href="#metamask" id="metamask"></a>

<details>

<summary>☢️ <strong>Programatically Deposit via the Mode Bridge</strong></summary>

Bridging to Mode Mainnet Programatically is for experienced users only:\
\
\- **Only send ETH from the Ethereum Mainnet network:** Sending ETH from any other network will also result in unrecoverable loss of assets.\
\
\- **Do not send from Centralized Exchanges:** The bridge sends the ETH to the address that sent the ETH. If you send from an exchange, you will lose your assets and they will be sent to the exchange's address in Mode Network resulting in unrecoverable loss.\
\
In order to bridge you just need to send ETH to the Bridge contract in the Ethereum Mainnet network and it will bridge the tokens to the Mode Mainnet network. Please note that this process might take up to 10 minutes to complete.\
\
This is the Mainnet Bridge address on Ethereum:\
\
[0x735aDBbE72226BD52e818E7181953f42E3b0FF21](https://etherscan.io/address/0x735aDBbE72226BD52e818E7181953f42E3b0FF21)

</details>


---

# 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.mode.network/user-guides/bridge/bridge-to-mode.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.
