> 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/polski/products/dramps/use-cases/blockchain-bridge.md).

# Most Blockchain

Jak widzieliśmy wcześniej, możesz używać dRamps do przesyłania walut FIAT na blockchain do ich odpowiedników tFIAT i odwrotnie.

Oto przewodnik krok po kroku, jak używać tej funkcji do przesyłania tokena takiego jak WETH (Wrapped Ether) pomiędzy dwoma różnymi łańcuchami (nazwij je Łańcuchem 1 i Łańcuchem 2):

### Krok 1: Łańcuch mostowy 1 – TradFi

* Połącz się z łańcuchem 1 i zamień swoje tokeny WETH na tokeny tFIAT. Możesz wybrać token tFIAT, który chcesz, ale w zależności od kwoty, którą chcesz przelać, niektóre tokeny tFIAT mogą oferować większą płynność niż inne.
* Znajdź dRamp i zamień swoje tokeny tFIAT na odpowiednik FIAT®

### Krok 2: Most TradFi – Łańcuch 2

* Połącz się z Łańcuchem 2 i znajdź dRamp, aby przekonwertować pieniądze FIAT (otrzymane w poprzednim kroku) na ich ekwiwalent tFIAT w Łańcuchu 2. Tagi to świetny sposób na filtrowanie i znajdowanie dRampów, z którymi chcesz robić interesy.

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

* Na koniec, na giełdzie PaySwap, zamień swoje tokeny tFIAT na tokeny WETH w Łańcuchu 2

Gratulacje! Pomyślnie przeniosłeś tokeny WETH z Łańcucha 1 do Łańcucha 2.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.payswap.org/polski/products/dramps/use-cases/blockchain-bridge.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
