# Bridging Assets

{% hint style="info" %}
The official LightLink bridge is now available at <https://bridge.lightlink.io>.&#x20;
{% endhint %}

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

The bridge supports multiple paths for bridging assets to and from the LightLink network, the Standard Bridge is a permissionless option intended for use as an 'escape hatch' from the network if a user needs to retrieve their ETH if other options are unavailable.

The most user friendly option for bridging assets to and from LightLink is the Stargate Bridge, users can bridge their ETH, USDC, USDT or LL tokens in a matter of minutes via Stargate and LayerZero.

### How to Transfer Assets to LightLink

{% hint style="info" %}
The bridge currently supports the transfer of native Ethereum and multiple officially supported tokens such as USDC, USDT and LL.
{% endhint %}

{% embed url="<https://youtu.be/mV_WsopvkQA>" %}

1. Navigate to our [bridge dApp](https://bridge.lightlink.io/).
2. Click the '**Connect Wallet**' button
3. Select the network from which you would like to transfer your assets from
4. Select the asset you want to bridge, such as ETH, USDT, or LL
5. Enter the amount of the asset you would like to transfer, e.g. 0.1 Ethereum
6. Click '**Transfer**'
7. Confirm the transaction and send it via your wallet

Please note that the bridging process from Ethereum to LightLink takes about 6 minutes for the transaction to finalize and become irreversible. This duration serves as a safety measure to prevent fraudulent activities on the bridge contract.

### How to Withdraw Assets From LightLink

1. Go to our [bridge dApp](https://bridge.lightlink.io/).
2. Connect your wallet.
3. Select the asset you want to withdraw, like ETH, USDT, or LL
4. Enter the amount you wish to withdraw.
5. Click '**Transfer**'.
6. Confirm the action in your wallet.
7. Come back to the bridge in two days and claim your tokens from the list of recent transactions.


---

# 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.lightlink.io/lightlink-protocol/using-lightlink/bridging-assets.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.
