# Bridge your token using Wormhole

{% hint style="info" %}
Example below is bridging BASE token to SOLANA token. You may use Wormhole for other bringing means.&#x20;
{% endhint %}

### Here are the step-by-step instructions to make your token available on the Solana chain:

1. **Register Your Token on Wormhole** To begin, you need to register your token on Wormhole. Follow the instructions provided in the link below: [How to Register a Token on Wormhole](https://portalbridge.com/docs/tutorials/how-to-do-token-register/)
2. **Access the Portal Bridge** After successfully completing the token registration, navigate to the [Portal Bridge Advanced Tools](https://portalbridge.com/advanced-tools/#/transfer).
3. **Select Source and Target Chains**
   * Choose the source chain where your token currently resides (e.g., Base).
   * Select the target chain as Solana.
4. **Connect Your Wallet**
   * Click on the **Connect**
   * Select and connect your wallet to proceed.
5. **Bridge Your Token**
   * Select the token you want to bridge and specify the amount you wish to transfer.
   * Click **Next** to continue.
6. **Manual Payment**
   * Select **Manual Payment** as your payment method.
   * Connect your wallet and click **Next**.
7. **Send Token**
   * Follow the instructions provided to complete the token transfer process.
   * The bridging process may take 20 to 30 minutes.
8. **Redeem Your Token**
   * In Step 4 of the process, click on **Redeem Token**.
   * Approve the necessary transactions in your wallet to finalize the transfer.
9. **Save Your Transaction Hash** During Step 3, save the transaction hash (txhash) in case the transaction fails. This will allow you to retry the process later using the **Redeem Tab**. [Learn More About the Recovery Workflow](https://portalbridge.com/docs/tutorials/how-to-use-recovery-workflow)


---

# 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://whitepaper.virtuals.io/info-hub/builders-hub/agent-launch-guide/bridge-your-token-using-wormhole.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.
