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

# ব্লকচেইন ব্রিজ

যেমনটি আমরা আগে দেখেছি, আপনি FIAT মুদ্রাগুলিকে ব্লকচেইনে তাদের tFIAT সমতুল্য এবং এর বিপরীতে স্থানান্তর করতে dRamps ব্যবহার করতে পারেন।

দুটি ভিন্ন চেইনের মধ্যে WETH (রেপড ইথার) এর মতো একটি টোকেন স্থানান্তর করতে কীভাবে সেই কার্যকারিতাটি ব্যবহার করতে হয় তার একটি ধাপে ধাপে নির্দেশিকা এখানে রয়েছে (এগুলিকে চেইন 1 এবং চেইন 2 বলুন):

### ধাপ 1: ব্রিজ চেইন 1 - TradFi

* চেইন 1 এর সাথে সংযোগ করুন এবং আপনার WETH টোকেনগুলিকে tFIAT টোকেনে রূপান্তর করুন৷ আপনি যে টিএফআইএটি টোকেনটি চান তা বাছাই করতে পারেন তবে আপনি যে পরিমাণ স্থানান্তর করতে চান তার উপর নির্ভর করে, কিছু tFIAT টোকেন অন্যদের তুলনায় বেশি তারল্য অফার করতে পারে।
* একটি dRamp খুঁজুন এবং আপনার tFIAT টোকেনগুলিকে FIAT সমতুল্যতায় রূপান্তর করুন

### ধাপ ২: ব্রিজ ট্রেডফাই - চেইন ২

* চেইন 2-এর সাথে সংযোগ করুন এবং আপনার FIAT অর্থ (আগের ধাপের পরে প্রাপ্ত) চেইন 2-এ তার tFIAT সমতুল্য রূপান্তর করতে একটি dRamp খুঁজুন৷ ট্যাগগুলি হল ফিল্টার করার এবং আপনি ব্যবসা করতে চান এমন dRamps খুঁজে বের করার একটি দুর্দান্ত উপায়৷

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

* অবশেষে, PaySwap এক্সচেঞ্জে, চেইন 2 এ WETH টোকেনের জন্য আপনার tFIAT টোকেনগুলি অদলবদল করুন

অভিনন্দন! আপনি সফলভাবে আপনার WETH টোকেনগুলি চেইন 1 থেকে চেইন 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:

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