# Bridge Token

This page explains how to bridge the gas token, sepolia ETH to CARV's SVM testnet and bridge the token back.

## Before you start

#### SVM Wallet

You need to prepare a SVM wallet, [Backpack wallet](https://backpack.app/) is recommended.

You will need to add CARV's RPC node to the wallet. Using [Backpack wallet](https://backpack.app/) as an example:

**Step 1:** Open your Backpack wallet and click open the account menu from the **top left** corner.

![Screenshot of Backpack wallet 1](/files/dhgPFVB23R4JPmjjVfVa)

**Step 2:** Click Settings > Solana

![Screenshot of Backpack wallet 2](/files/83I9eoALyYSFXoH3XlIR)

**Step 3:** Click RPC Connection > Custom

![Screenshot of Backpack wallet 3](/files/mEU35y6FCXOlotWRrleH)

![Screenshot of Backpack wallet 4](/files/R2lfRg9qmwzyb6CbpL3l)

**Step 4:** Paste <https://rpc.testnet.carv.io/rpc>. Click **Update**. Your CARV SVM RPC is set up in Backpack now. You should see a "✓" next to the Custom RPC field.

<img src="/files/pupsPhEHKyHiJLJzoWBK" alt="Screenshot of Backpack wallet 5" width="375">

That's it! You have successfully set Backpack to use CARV SVM RPC.

#### Sepolia ETH

You will need Sepolia ETH as the native gas token on CARV's SVM chain. There are multiple different ways you can get Sepolia ETH:<br>

* <https://faucet.soo.network/>
* <https://www.alchemy.com/faucets/ethereum-sepolia>
* <https://cloud.google.com/application/web3/faucet/ethereum/sepolia>

Once you have enough Sepolia ETH, you can proceed with the bridge.

## Token bridge

You can access the bridge page by heading to <https://bridge.testnet.carv.io/>

## Deposit

To deposit token from Sepolia ETH to CARV SVM Chain, you need to set from as Sepolia and to as SOON Ops0. Once txs are signed you will be able to have your Sepolia ETH bridged to CARV SVM Chain.

<figure><img src="/files/ya3k0BTRYYPdhEbFcGxO" alt="" width="563"><figcaption><p>Deposit Sepolia ETH to CARV SVM Chain</p></figcaption></figure>

{% hint style="info" %}
Make sure you have rpc\_url=[ https://rpc.testnet.carv.io/rpc](< https://rpc.testnet.carv.io/rpc>) in your URL so you can correctly bridge the token to the CARV SVM Chain.
{% endhint %}

## Withdraw

To withdraw token, you can simply switch the token pair.

<figure><img src="/files/IT8aPoqIwPiu2L4NUQWC" alt="" width="563"><figcaption><p>Withdraw token</p></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://docs.carv.io/svm-ai-agentic-chain/quick-start/bridge-token.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.
