> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/ri-ben-yu/products/dramps/use-cases/blockchain-bridge.md).

# ブロックチェーンブリッジ

以前に見たように、dRampsを使用してFIAT通貨をブロックチェーンにそのtFIAT相当に変換したり、その逆を行うことができます。

以下は、WETH（Wrapped Ether）のようなトークンを2つの異なるチェーン（Chain 1とChain 2と呼びます）間で転送するためにその機能を使用する方法の手順です：

### ステップ1: Chain 1 - 伝統金融へのブリッジ

* Chain 1に接続し、WETHトークンをtFIATトークンに変換します。どのtFIATトークンを選ぶかは、転送したい金額に応じて、一部のtFIATトークンが他のものよりも流動性が高い場合があります。
* dRampを見つけ、tFIATトークンをFIATの等価物に変換します

### ステップ2: 伝統金融 - Chain 2へのブリッジ

* Chain 2に接続し、前のステップで取得したFIATマネーをそのChain 2上のtFIATの等価物に変換するためのdRampを見つけます。タグは、取引を行いたいdRampをフィルタリングして見つける素晴らしい方法です。

<figure><img src="/files/xZe7u5HSuqKlWOJgSpvK" alt=""><figcaption></figcaption></figure>

* 最後に、PaySwap Exchangeで、Chain 2上のWETHトークンにtFIATトークンを交換します。

おめでとうございます！ Chain 1からChain 2へのWETHトークンの転送に成功しました。


---

# 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:

```
GET https://docs.payswap.org/ri-ben-yu/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.
