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

# Bridge using Stargate

## How to Bridge using Stargate Bridge

#### 1. Go to the Bridge section

Navigate to the Bridge section in the app to begin.\
🔗 <https://luminite.app/bridge>

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

#### 2. Select Stargate

Choose the Stargate option to use Stargate’s cross-chain routing.\
🔗  <https://luminite.app/bridge/stargate>

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

#### 3. Choose Chain, Token & Enter Amount

* Starting chain & token: Pick the token you want to bridge & the chain you’re sending from.
* Amount: Enter the amount to transfer.

Destination chain & token: Choose which token to receive & the chain you want to send to

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

#### 4. Choose routing mode: Stargate V2 Taxi or Stargate V2 Bus

* Stargate V2 Taxi - higher fees, faster finality.
* Stargate V2 Bus - lower fees, slower finality.

Click the small v icon to view a breakdown of estimated fees. Review the fee estimate before confirming.<br>

<figure><img src="/files/5tLZC3nZi2ihqBYlaljS" alt=""><figcaption></figcaption></figure>

#### 5. Initiate the bridge

* Click “Bridge” to begin the process.&#x20;
* A notification will appear in the top right to confirm the request.

Note: You may need to confirm one or more wallet prompts (e.g., approve token / confirm transfer). Wait for wallet confirmations to complete.

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

#### 6. Track and confirm completion

* While the transfer is processing, monitor it under the Open tab.
* After the transfer completes, it moves to the Completed tab.
* You can view the full history of successful transfers at any time in Completed.

<figure><img src="/files/YWJAnPPTfoTiFndeBLd5" 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.luminite.app/tutorials/bridge-using-stargate.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.
