> For the complete documentation index, see [llms.txt](https://hyperdust-foundation.gitbook.io/hyperagi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperdust-foundation.gitbook.io/hyperagi-docs/tokenomics/bridge-between-solana-and-arbitrum.md).

# Bridge between Solana and Arbitrum

<mark style="color:red;">**DeBridge is the established cross-chain bridge solution provider. If you encounter any issues bridging $HYPT from Arbitrum to Solana, please contact DeBridge through their Discord channel by creating a support ticket. The $HYPT development team cannot assist with bridge-related issues.**</mark>

### Pre-requirments:

EVM wallet (recommand MetaMask)

Solana Wallet (recommand Phantom)

Token Address:

$HYPT contract on Arbitrum One&#x20;

0x74B1A2E85462a102509aeE0Ee899BD3F7aA69E1F

$HYPT contract on Solana (deployed by DeBridge automatically when bridged $HYPT for the first time）

57iaCFGwsfZYCurbrgmtrDnHggGP6B6oHSdWD4nNXo9T

### First,  you have to bridge $HYPT form HyperAGI chain to Arbitrum One (L3 to L2)

<https://bridge.hyperagi.ai/?destinationChain=arbitrum-one&sourceChain=HyperAGI>

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

### Then, bridge $HYPT from Arbitrum to Solana with <mark style="color:$danger;">dePort</mark> of deBridge

<mark style="color:$danger;">Reminder: Use dePort for lower fees!</mark>&#x20;

{% embed url="<https://app.debridge.finance/deport>" %}

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

Just follow the UI instructions to confirm transactions and claim $HYPT on solana. You can also claim $HYPT manually from deExplorer. (better to use phantom wallet on solana to receive $HYPT)

E.g <https://app.debridge.finance/messages?s=0xee16a0517421f039309bdc54b6b551608c56df2dacac97fc345e10242d2f896c>

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

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

Congrats, it is done.

<br>


---

# 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://hyperdust-foundation.gitbook.io/hyperagi-docs/tokenomics/bridge-between-solana-and-arbitrum.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.
