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

# How to use bridge

## How to perform a cross-chain transaction

1. Select the source chain and target chain for your cross-chain transaction.

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

2. After selecting the chains, connect your WEB3 wallet. For example, if you are bridging from Endless to Ethereum, you need to log in to your Endless wallet.

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

<figure><img src="/files/3nIw8yIfKTnZANCZptU6" alt=""><figcaption></figcaption></figure>

3. After logging into the wallet, select the token you want to bridge and enter the desired amount.

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

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

4. Enter the **recipient address** on your target chain.

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

5. Click **\[Transfer]** to initiate the cross-chain operation and proceed to your wallet for signature and payment.

<figure><img src="/files/7kf1rK6awZ8Oo2sBSVWs" alt=""><figcaption></figcaption></figure>

6. After the wallet confirmation, wait for the cross-chain process to complete. Once successful, you can go to the recipient address to view your cross-chain assets.

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

## How to view historical orders

1. Connect your WEB3 wallet.

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

2. Click the **\[Orders]** icon in the action area.

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

3. View the history of your cross-chain transactions.

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


---

# 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.endless.link/endless/bridge/how-to-use.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.
