> For the complete documentation index, see [llms.txt](https://docs.owlto.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.owlto.finance/getting-started/quick-start/bridge.md).

# Bridge

### Connect wallet <a href="#b92b" id="b92b"></a>

* Visit [Owlto Bridge](https://owlto.finance/)
* Click the "**Connect Wallet**" button.
* Select your wallet type and complete the connection.

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

Select Asset and Network

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

* Under "**From**", select the source chain and the asset to bridge.
* Under "**To**", choose the destination chain and the receiving address.
* The system will automatically calculate the optimal route and fee.

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

When you make a cross-rollup transfer, if the destination chain is not added to your wallet, the system will automatically prompt you to add the corresponding network; if you haven't selected the correct source chain, the wallet will also automatically guide you through the network switching process.

#### Transfer Tokens Across Chains <a href="#transfer-tokens-across-chains" id="transfer-tokens-across-chains"></a>

* Review the transaction details and fees.
* Click the "Send" button.

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

Please keep some Gas Tokens in your wallet as Gas for wallet interaction.

#### Transfer Confirmation <a href="#b570" id="b570"></a>

Confirm and sign the transaction in your wallet.

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

{% hint style="info" %}
**Important Notes**

**Address Setting**: If no receiving address is specified under "To", the system will default to using the same address as the "From" section (except for non-EVM chains).

**Fee Optimization**: While the system automatically selects the optimal route, you can also manually adjust settings to potentially achieve lower fees or faster transaction speed.
{% endhint %}

#### Cross-Chain Transfer Status <a href="#id-5349" id="id-5349"></a>

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

#### **Post-Transfer Monitoring**

After confirming the transaction in your wallet, the status page provides real-time updates on the cross-chain progress:

* **Processing:** An animated hourglass icon indicates the transfer is in progress.
* **Success:** A static checkmark indicates the transaction has been finalized.

#### **Key Features**

* **Verification:** Once completed, transaction records are available for review on both source and destination chain explorers.
* **Concurrency:** You may navigate away from the status page to initiate new transfers at any time; this will not interrupt or affect any ongoing background transactions.

#### History <a href="#id-09e2" id="id-09e2"></a>

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

#### **Viewing Transaction History**

To review your cross-chain activity on Owlto, navigate to **History** in the main menu bar. The history dashboard provides a comprehensive audit trail for every transaction, including:

* **Timestamp:** The exact date and time the transfer was initiated.
* **Amount:** The total volume of assets transferred.
* **Network Path:** The specific source and destination chains involved in the transaction.

#### **Technical Support**

If you experience any technical irregularities - such as extended bridging latencies, wallet integration errors, or UI abnormalities - please visit our [**Official Discord**](https://discord.com/invite/VVVtWQbRzA).

To receive assistance:

1. Join the community via the [Official Link](https://discord.com/invite/VVVtWQbRzA).
2. Navigate to the support channel to submit a ticket.
3. Our technical team and community moderators are available to help resolve your issue.


---

# 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.owlto.finance/getting-started/quick-start/bridge.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.
