# Blockchain Bridge

As we have previously seen, you can use ramps to transfer FIAT currencies onto the blockchain into their tFIAT equivalent and vice versa.

Here is a step by step guide on how to use that functionality to transfer a token like WETH (Wrapped Ether) between two different chains (call them Chain 1 and Chain 2):

### Step 1: Bridge Chain 1 - TradFi

* Connect to Chain 1 and convert your WETH tokens into tFIAT tokens. You can pick the tFIAT token that you want but depending on the amount you wish to transfer, some tFIAT tokens might offer more liquidity than others.
* Find a ramp and convert your tFIAT tokens into the FIAT equivalent

### Step 2: Bridge TradFi - Chain 2

* Connect to Chain 2 and find a ramp to convert your FIAT money (obtained after the previous step) into its tFIAT equivalent on Chain 2. Tags are a great way to filter and find ramps you want to do business with.

<figure><img src="https://3481829468-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbuuWgsRQF3QPmDvV7XJQ%2Fuploads%2Fgit-blob-449e1cb41dc8127d4147103309400862d69e33f7%2Framp_header.png?alt=media" alt=""><figcaption></figcaption></figure>

* Finally, in the PaySwap Exchange, swap your tFIAT tokens for WETH tokens on Chain 2

Congratulations! You have successfully transferred you WETH tokens from Chain 1 to Chain 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/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.
