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

# Guide

{% embed url="<https://www.loom.com/share/749c783e9af544d1b1b9fed9145f5ecd?sid=195bc8c4-caf6-4752-b050-94e3ac65df8c>" %}

### 1- Go to the [Constellation Base Bridge ](https://bridge.constellationnetwork.io)website

{% hint style="warning" %}
Make sure you are on the official website:\
\
[**https://bridge.constellationnetwork.io**](https://bridge.constellationnetwork.io)
{% endhint %}

<figure><img src="/files/zYyVQ4g6zst0eUAQQNhi" alt="" width="563"><figcaption></figcaption></figure>

### **2- Connect your wallet.**

Click on “Connect Wallet” and select your Stargazer wallet—or any other wallet that supports the Constellation or Base network—from the list of available options.

<figure><img src="/files/IMekle3rbxyIz6RkkxBG" alt="" width="563"><figcaption></figcaption></figure>

### **3- Select the network and token.**

Choose the source network (Constellation or Base) and then pick which token you intend to bridge.

<figure><img src="/files/9ZCWJtssxgg7a33NUQtK" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/TN3jvJO2uwUnSvIsT0oA" alt="" width="563"><figcaption></figcaption></figure>

### **4- Specify the amount to bridge.**

<figure><img src="/files/cjGNiKgeHaFK487IlHtj" alt="" width="563"><figcaption></figcaption></figure>

### **5- Enter the destination address.**

Provide the wallet address where you want the bridged tokens to arrive.&#x20;

{% hint style="warning" %}
Double-check this address to avoid sending to the wrong destination.
{% endhint %}

<figure><img src="/files/F8sdpbfBUSsg9ZKxq6gt" alt="" width="563"><figcaption></figcaption></figure>

### **6- Review transaction details.**

Once you have entered the amount and address, click “Review & Confirm” to see a summary of your transaction. Carefully confirm all details—network, token, amount, and destination address.

### **7- Confirm the transaction.**

If everything looks correct, click “Confirm.”

<figure><img src="/files/18UT7pxoYToN5zIgDscF" alt="" width="563"><figcaption></figcaption></figure>

### **8- Authorize the transaction in your wallet.**

A pop-up from your wallet (e.g., Stargazer) will appear. Approve or send the transaction within your wallet interface.

<figure><img src="/files/mPW5lRFiQTeORGd8IH1X" alt="" width="563"><figcaption></figcaption></figure>

### **9- Wait for processing.**

The bridge transaction may take a short while to confirm. You can typically monitor its status on the bridge interface or in your wallet.

<figure><img src="/files/UtSEdFfJVbQ5gZ2Gp53b" alt="" width="563"><figcaption></figcaption></figure>

### **10- Completion.**

Once processed, the tokens should appear in the destination wallet. Congratulations—you have successfully bridged your tokens!

<figure><img src="/files/vkML7qC0zn5IamjUhoOd" alt="" width="563"><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.constellationnetwork.io/bridge/guide.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.
