# 下單前

{% hint style="warning" %}
**注意：**&#x5728;創建交易前，您需要完成賬戶認證和賬戶安全的必要設置。
{% endhint %}

{% stepper %}
{% step %}

### 選擇交易方向

在主頁選擇 **「法幣兌換」** 或「 [**FUSD申贖**](/finchain-docs/fusd/fusd-token/mint.md) 」。
{% endstep %}

{% step %}

### 選擇支付/獲得的幣種

目前，FinChain星鏈提供 USD / HKD，與 USDT-ERC20、USDT-TRC20或 FUSD 的兌換服務。
{% endstep %}

{% step %}

### 輸入兌換的金額

您可以隨意輸入想要支付/獲得的金額，相應的數額將被自動計算。（別擔心，您仍然可以在後續步驟中修改金額）輸入後點擊 **「開始」**
{% endstep %}

{% step %}

### 確認匯率、費用

在確認訂單前，請確認兌換的匯率和費用。
{% endstep %}

{% step %}

### 輸入折扣代碼（如有）

如果您已經獲得折扣代碼，您可以在此輸入代碼，點擊 **「應用」** 后，有效的折扣代碼將顯示具體的費用優惠金額。瞭解更多關於 [折扣代碼](/finchain-docs/transactions/discount.md) 的詳細信息。&#x20;
{% endstep %}

{% step %}

### 選擇支付/收款方式

您可以選擇用於支付或收款的銀行賬戶或數字錢包地址，請確保您已經在 [賬戶](/finchain-docs/accounts/bank-accounts.md) 中關聯了這些信息。
{% endstep %}

{% step %}

### 安全驗證

您需要輸入 [交易密碼](/finchain-docs/safety/account-safety.md#id-2-jiao-yi-mi-ma) 以確認下單。
{% endstep %}

{% step %}

### 下單完成！

查看 [下單後](/finchain-docs/transactions/after-order.md) 指引
{% endstep %}
{% endstepper %}


---

# 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://finchain.gitbook.io/finchain-docs/transactions/before-order.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.
