# Using the Bridge

Our Solana - Eclipse bridge works both ways, meaning you can either:\
\
A. Bridge from Solana to Eclipse\
Or\
B. Bridge from Eclipse to Solana

#### To bridge from Solana to Eclipse, follow these steps:

1\. Connect your Solana Wallet

2\. Select the amount of $SOL you want to bridge

3\. In the \*Recipient\* field, add the Eclipse wallet address or domain name you want to receive your $SOL

4\. Click \*Continue\*, check the details, click \*Send to Eclipse\* and approve the transaction.

{% hint style="success" %}
Make  sure you have enough Gas ($SOL) left in your wallet for the transaction to pass.
{% endhint %}

<figure><img src="/files/1jIShHXs3zeIfNIHPfp1" alt=""><figcaption><p>Solana to Eclipse Bridge</p></figcaption></figure>

You can only bridge Solana $SOL to Eclipse $SOL using this route. You will need some Eclipse $ETH (Gas) to start transacting. If you lack Gas in your Eclipse wallet, see the following page: [Get Gas](/protocol/alldomains-bridge/get-gas.md)

{% hint style="info" %}
The bridging process will take about a minute to complete.&#x20;
{% endhint %}

#### To bridge from Eclipse to Solana, follow these steps:

1. Connect your Eclipse wallet
2. Select the token you want to bridge: either $SOL or $ETH !If you choose to bridge $ETH this will be automatically swapped to $SOL via Hyperlane
3. In the *Recipient* field, add the **Solana wallet address or domain name** you want to receive your $SOL
4. Click *Continue*, check the details, click *Send to Solana,* and approve the transaction.&#x20;

{% hint style="success" %}
Be sure you have enough Gas ($ETH) left in your wallet for the transaction to pass.
{% endhint %}

<figure><img src="/files/w2IGBX8kjBz3yxqBeGiB" alt=""><figcaption><p>Eclipse to Solana Bridge</p></figcaption></figure>

Congratulations! You’ve just bridged from Solana to Eclipse, and back again!

You now know how to quickly transfer assets between the Solana and Eclipse blockchains, empowering seamless interactions across two of the most powerful blockchain ecosystems in Web3.


---

# 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.alldomains.id/protocol/alldomains-bridge/using-the-bridge.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.
