# SCV跨链桥

SCV跨链桥用于将以太链上的SCV(ERC-20)代币转换为BSC链上的SCV(BEP-20)代币

## 将以太链上的SCV存入钱包

如果你的SCV目前保存在中心化交易所（如Hotbit）或不支持DEX的钱包（如密信钱包）中，那么在转换之前你需要先将其转账到支持以太链和BSC链的DEX的钱包中。

**推荐使用的钱包:**

* 桌面电脑
  * &#x20;MetaMask (Chrome 扩展)
* 手机App
  * MetaMask
  * MathWallet（麦子钱包）
  * Trust

{% hint style="info" %}
进行SCV (ERC-20)的转账时，务必确认转入地址是你的钱包的ERC-20地址。
{% endhint %}

{% hint style="info" %}
如果你是首次向钱包中转入SCV(ERC-20)，你可能需要手动添加代币的合约地址到钱包才能在钱包中看到代币和余额

SCV(ERC-20) 的合约地址： 0x282417b21236ac01a3a3d7ba304ed8d284f48b4d
{% endhint %}

{% hint style="info" %}
如果你的钱包默认不支持BSC，则需要你手动添加BSC RPC配置。

Trust钱包默认支持BSC。

MetaMask用户请按照Binance的官方文档进行操作：<https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain>
{% endhint %}

## 将SCV从以太链转换到BSC链

{% hint style="info" %}
DEX上的任何交易都需要支付gas（在以太链上即为支付ETH，在BSC上支付BNB）。在进行下一步之前，请确保你的钱包中有足够的ETH以支付gas。
{% endhint %}

当你在钱包中准备好SCV(ERC-20)后，可以访问SCV 桥 <https://scv.finance/bridge> 开始转换操作。

SCV桥每日有25,000,000 SCV的转换限额（在每日的GMT时间0时重置）。如果你持有的SCV超过这个数量，则需要分批在每日进行操作。

### 转换操作步骤

#### 步骤 1

将钱包切换到以太链网络，点击**连接钱包**按钮。

#### 步骤 2

![](/files/-M_ZG4gNcEX4QkTkicKX)

输入想要转换的SCV数量，点击**转换**按钮。

![](/files/-M_ZFsFLhbKOI4FJa_OR)

#### 步骤 3

等待约10分钟，转换完成后将会显示对话框，展示转换结果信息。

![](/files/-M_YgB9pY8IeQgDMH14e)

#### 步骤 4

将钱包切换回BSC网络，查看钱包中的余额里是否已经成功收到了SCV代币。

{% hint style="info" %}
如果你是首次向钱包中转入SCV(BEP-20)，你可能需要手动添加代币的合约地址到钱包才能在钱包中看到代币和余额

SCV(BEP-20) 的合约地址： 0x1ecec64957a7f83f90e77bd1b1816ab40df4f615
{% endhint %}

![](/files/-M_YfKDRSR0N2qc3zWqr)


---

# 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/zh-cn/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.
