# جسر البلوكشين

كما رأينا سابقًا، يمكنك استخدام dRamps لتحويل العملات الفيات إلى السلسلة الكتلية إلى ما يعادلها من رموز tFIAT والعكس بالعكس.

إليك دليل خطوة بخطوة على كيفية استخدام تلك الوظيفة لنقل رمز مثل WETH (Wrapped Ether) بين سلسلتين مختلفتين (سميهما Chain 1 و Chain 2):

### الخطوة 1: جسر Chain 1 - TradFi

* اتصل بـ Chain 1 وحول رموز WETH الخاصة بك إلى رموز tFIAT. يمكنك اختيار الرمز tFIAT الذي تريده ولكن اعتمادًا على المبلغ الذي ترغب في تحويله، قد تقدم بعض رموز tFIAT مزيدًا من السيولة من غيرها.
* ابحث عن dRamp وحول رموز tFIAT الخاصة بك إلى ما يعادلها من الفيات

### الخطوة 2: جسر TradFi - Chain 2

* اتصل بـ Chain 2 وابحث عن dRamp لتحويل أموال الفيات الخاصة بك (التي تم الحصول عليها بعد الخطوة السابقة) إلى ما يعادلها من رموز tFIAT على Chain 2. العلامات هي وسيلة رائعة لتصفية والعثور على dRamps التي ترغب في التعامل معها.

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

* في النهاية، في بورصة PaySwap، قم بتبادل رموز tFIAT الخاصة بك برموز WETH على Chain 2

تهانينا! لقد نقلت بنجاح رموزك WETH من Chain 1 إلى 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/alarbyh/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.
