# 区块链桥

正如我们之前所看到的，您可以使用 dRamps 将 FIAT 货币转移到区块链上，转换为其 tFIAT 等价物，反之亦然。

以下是如何使用此功能在两个不同链（称为链 1 和链 2）之间转移诸如 WETH（Wrapped Ether）之类的代币的逐步指南：

### 第一步：桥接链 1 - 传统金融

* 连接到链 1 并将您的 WETH 代币转换为 tFIAT 代币。您可以选择您想要的 tFIAT 代币，但根据您希望转移的金额，某些 tFIAT 代币可能比其他代币具有更多的流动性。
* 找到一个 dRamp，并将您的 tFIAT 代币转换为等值的 FIAT 代币

### 第二步：桥接传统金融 - 链 2

* 连接到链 2 并找到一个 dRamp，将您的 FIAT 货币（在前一步骤后获得）转换为链 2 上的 tFIAT 等价物。标签是过滤和找到您想要与之做生意的 dRamps 的好方法。

<figure><img src="/files/8mD8VV4VaYRAq9xYhHSb" alt=""><figcaption></figcaption></figure>

* 最后，在 PaySwap 交易所上，将您的 tFIAT 代币与链 2 上的 WETH 代币进行交换

恭喜！您已成功将您的 WETH 代币从链 1 转移到链 2。


---

# 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.payswap.org/zhong-guo-ren/products/dramps/use-cases/blockchain-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.
