> For the complete documentation index, see [llms.txt](https://docs.stratovm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stratovm.io/stratovm-sdk/bridges/testnet-stratovm-bridge.md).

# Testnet StratoVM Bridge

The [StratoVM Bridge](https://bridge.stratovm.io/) facilitates the transfer of SVM and selected ERC-20 tokens between the Ethereum network and StratoVM.

## To use the bridge for transactions:

#### 1. Navigate to [StratoVM Bridge](https://bridge.stratovm.io/) <a href="#navigate-to-superseed-bridge" id="navigate-to-superseed-bridge"></a>

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

#### 2. Follow the prompts to connect your wallet <a href="#follow-the-prompts-to-connect-your-wallet" id="follow-the-prompts-to-connect-your-wallet"></a>

#### 3. Specify the amount and the asset you wish to transfer <a href="#specify-the-amount-and-the-asset-you-wish-to-transfer" id="specify-the-amount-and-the-asset-you-wish-to-transfer"></a>

#### 4. Click *Deposit* <a href="#click-deposit" id="click-deposit"></a>

#### 5. Confirm dialog box and click *Initiate deposit* <a href="#confirm-dialog-box-and-click-initiate-deposit" id="confirm-dialog-box-and-click-initiate-deposit"></a>

#### 6. Follow the prompts in your wallet to confirm the transaction <a href="#follow-the-prompts-in-your-wallet-to-confirm-the-transaction" id="follow-the-prompts-in-your-wallet-to-confirm-the-transaction"></a>

## FAQ <a href="#follow-the-prompts-in-your-wallet-to-confirm-the-transaction" id="follow-the-prompts-in-your-wallet-to-confirm-the-transaction"></a>

***

<details>

<summary><strong>What is the purpose of the bridge?</strong></summary>

To facilitate the transfer of assets and data from one blockchain ecosystem to another.

</details>

<details>

<summary>What are the fees?</summary>

When bridging over tokens from L1 to L2, you will have to sign one or two transactions with their corresponding fees:

1. If you are bridging a token for the first time, you'll sign one **approval transaction**.
2. In all cases, you'll sign a **deposit transaction** that will send your tokens to the Bridge.

</details>

<details>

<summary>Does StratoVM charges any fees on top? </summary>

StratoVM does not charge any extra fees. However, standard network fees still apply. These fees are not collected by StratoVM Bridge. The specific transaction fee can vary depending on the transaction type and the current network congestion.

</details>


---

# 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://docs.stratovm.io/stratovm-sdk/bridges/testnet-stratovm-bridge.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.
