# SCV Bridge

The bridge helps you convert your SCV(ERC-20) token on Ethereum Chain to SCV(BEP-20) token on Binance Smart Chain.

## Deposit SCV to Your Wallet

If your SCV token is stored in CEX like hotbit, or legacy wallet like Mixin, you need to deposit them into a wallet that support both Ethereum and BSC DEX.

**Recommend Wallet:**

* Desktop
  * &#x20;MetaMask (Chrome Extension)
* Mobile App
  * MetaMask
  * MathWallet
  * Trust

{% hint style="info" %}
Make sure to deposit into the ERC-20 address of your wallet, if you are transfering SCV (ERC-20).
{% endhint %}

{% hint style="info" %}
If it's the first time you deposit SCV(ERC-20) into wallet, you may need to add the token contract manually for your wallet.&#x20;

SCV(ERC-20) contract address: 0x282417b21236ac01a3a3d7ba304ed8d284f48b4d
{% endhint %}

{% hint style="info" %}
If your wallet doesn't support Binance Smart Chain by default, you will need to add BSC RPC manually.

MetaMask users can follow the official guide from Binance: <https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain>
{% endhint %}

## Convert SCV from Ethereum to BSC

{% hint style="info" %}
Any transactions on DEX require gas(which is ETH on Ethereum, BNB on Binance Smart Chain). Make sure you have enough ETH in your wallet before you proceed.
{% endhint %}

Once you have got your SCV(ERC-20) ready, you can visit the SCV Bridge <https://scv.finance/bridge> to start conversion.&#x20;

The Bridge has a Daily Limit up to 25,000,000 SCV token per day (resets on GMT 00:00). If you owns SCV more than the limit, you need to seperate into multiple operation to finish the conversion.

### Conversion Steps

#### Step 1

Switch your wallet to Ethereum network, and click **Connect Wallet** button.

#### Step 2

![](/files/-M_YeKBDbtnoxbKrm3kK)

Type the number of how much SCV you would like to convert and click **Convert** button.

![](/files/-M_YelMBTx3jHpV9D3bI)

#### Step 3

Wait for about 10 minutes for the conversion process to complete. Once it's finished, a dialog will prompt to show you the transaction details.

![](/files/-M_Yf-_hjdD-YIk_TVYu)

#### Step 4

Switch your wallet to BSC network to check your SCV(BEP-20) token balance to make sure it's successfully deposited.

{% hint style="info" %}
If it's the first time you deposit SCV(BEP-20) into wallet, you may need to add the token contract manually for your wallet.&#x20;

SCV(BEP-20) contract address: 0x1ecec64957a7f83f90e77bd1b1816ab40df4f615
{% endhint %}


---

# 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.scv.finance/tokenomics/scv-bridge.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.
