> For the complete documentation index, see [llms.txt](https://hyperutility.gitbook.io/about/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperutility.gitbook.io/about/getting-started/bot/bridging-from-solana-to-hyperliquid.md).

# Bridging from Solana to Hyperliquid

### Step 1

To get started, open our telegram bot directly at [HyperUtilityBot](https://t.me/HyperUtilityBot). You can find details of the telegram bot in the image below.

If you have any queries, feel free to join our public Telegram group at [HyperUtilityOfficialTg](https://t.me/hyper_utility_official)

Please note that you will need a Hyperliquid account to use the bot (Hyperliquid is restricted in some countries such as the USA and some of its jurisdiction).&#x20;

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

### Step 2

Click on "Start" to open the bot, and you will see this screen. Then, click the "Start" button at the bottom to get started.

<figure><img src="/files/25E4yQN7MgJSWVIs1sON" alt=""><figcaption></figcaption></figure>

### Step 3

After you click "Start," the bot will display your SOL deposit address, current SOL balance, and bridge limits. You can deposit the SOL to this address that you want to bridge to Hyperliquid USDC.

<figure><img src="/files/6fTRp6gZmwgJCGQMb53b" alt=""><figcaption></figcaption></figure>

You can also click on the hamburger menu icon at the bottom left corner of the screen to view the list of available options, as shown below.

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

### Step 4

Click on the "Bridge SOL to Hyperliquid USDC" button to proceed. Once you do that, the bot will ask for the amount of SOL you want to bridge. In this case, let’s try bridging 0.1 SOL. After entering this, please provide your Hyperliquid USDC address.

Note: It must be a Hyperliquid-compatible address. For example, using a Coinbase USDC Arbitrum address will result in the loss of funds.

<figure><img src="/files/6BmMryQoeOUL5Oyclr1b" alt=""><figcaption></figcaption></figure>

### Step 5

In this step, send SOL to the SOL address mentioned in the above message and then click on the Confirm button. Once the deposit is received, the conversion of SOL to HL USDC will begin as you can see in the below image.

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

You can enter `/status` to check the current status of the bridging operation. The process typically takes about 7–10 minutes to complete.<br>

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

### Step 6

Once the bridging is complete, funds will be successfully tranferred to your Hyperliquid account and you will see the following message in your telegram bot.&#x20;

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

You can also verify this by checking your Hyperliquid account under the **Portfolio > Deposits and Withdrawals** section.&#x20;

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

Congratulations! You have successfully bridged 0.1 SOL to native Hyperliquid USDC.\
\
If you encounter issues or have any questions about the bot, you can join our telegram chat (<https://t.me/hyper_utility_official>) for assistance!


---

# 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://hyperutility.gitbook.io/about/getting-started/bot/bridging-from-solana-to-hyperliquid.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.
