# Delysium Bridge Guide

**Transfer Tokens from ETH to Solana**

Before transferring token ensure you have enough ETH and SOL tokens to cover the gas fees for the transfer.

To transfer tokens from Ethereum to Solana in the interface:

1. Select Ethereum as the source network, connect your wallet, and choose AGI as the asset you wish to transfer

<figure><img src="/files/5iaz8I18j8iAIX4yRPlM" alt="" width="375"><figcaption></figcaption></figure>

2. Choose Solana as the destination network and connect your wallet with the Solana network

<figure><img src="/files/YcvdV4BlhmGq912sr7AM" alt="" width="375"><figcaption></figcaption></figure>

3. Enter the amount of AGI tokens you wish to transfer

<figure><img src="/files/U3JxpR9yUkUEuorzOkDm" alt="" width="375"><figcaption></figcaption></figure>

4. This will require two transactions: one on the source chain (Ethereum) and one on the destination chain (Solana).

<figure><img src="/files/tujHjAcLGRR1z2v4UqFG" alt="" width="375"><figcaption></figcaption></figure>

5. Review and confirm the transfer on Solana. This will lock your tokens on the Solana chain

<figure><img src="/files/EXYvcxWwF0ysRznHG1Mo" alt="" width="375"><figcaption></figcaption></figure>

6. Follow the on-screen prompts to approve the transaction. You will be asked to sign with your Solana wallet

<figure><img src="/files/mmaa7a5G6ZNbIyFYDbUy" alt="" width="375"><figcaption></figcaption></figure>

#### **Common Error Messages**

1. There is an issue with Claim failure in Wormhole Connect.

   1. Users may need to attempt the Claim operation multiple times.
   2. You can also recover at <https://portalbridge.com/advanced-tools/#/redeem>

   Find the transaction record and select it.

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

   Go to WormholeScan to view the source TX hash and copy it.

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

   Go to <https://portalbridge.com/advanced-tools/#/redeem>, set the source chain to Ethereum, connect your wallet, paste the source TX hash, and click RECOVER.<br>

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


---

# 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://delysium.gitbook.io/delysium-multiverse-product/delysium-bridge-guide.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.
