# 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: 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:

```
GET https://docs.mode.network/user-guides/bridge/bridge-to-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
