# Bridging your assets to Linea

For new users coming to the Linea ecosystem there are two main way to bridge your assets to the Linea ecosystem

## Native Token Bridge From Mainnet

The native token bridge is the most secure although slightly slow way to bridge in and out of Linea from and to Ethereum Mainnet. For users coming from Ethereum Mainnet with no time pressure, this is the most secure way to transfer assets.&#x20;

This is the same bridge that is used to communicate and send proofs to Ethereum mainnet, and as with all rollups it is one of the most important pieces of the security architecture. Therefore the Linea team ensured robust security behind it. Note that major blue-chip DAOs like Uniswap are always leveraging native token bridges for message passing between L1 and L2 if possible.

{% embed url="<https://bridge.linea.build/>" %}

## Third-party bridges

Users from other L2s and those looking for a quicker way to bridge funds will find Across Protocol an excellent option. It offers a secure, fast, and low-slippage method to bridge assets into the Linea ecosystem.

Across Protocol is built on top of the native L2 bridges deriving security directly from them, but with a relayer network that optimistically lends funds while they receive the bridged assets via the slow paths existing via the native bridges.&#x20;

You can bridge via the first link and check out their docs in the second to understand their design and architecture.&#x20;

{% embed url="<https://app.across.to/bridge>" %}
Across Bridge
{% endembed %}

{% embed url="<https://docs.across.to/>" %}


---

# 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://ionian.gitbook.io/mendi-finance/getting-started/bridging-your-assets-to-linea.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.
