# Before Placing an Order

{% hint style="warning" %}
**Attentions:** You need to complete the ID verification and settings related to account safety before place an transaction order.
{% endhint %}

{% stepper %}
{% step %}

### Determine the direction

Choose **\[Fiat]** or **\[**[**FUSD**](/finchain-docs/en/fusd/fusd-token.md)**].**
{% endstep %}

{% step %}

### Select the currency to pay and get

FinChain provides USD/HKD, USDT-ERC20 and USDT-TRC20 exchange services.
{% endstep %}

{% step %}

### Enter the amount

You can enter the amount you want to pay/receive and the corresponding amount will be calculated automatically. (Relax, you can still modify the amount in the following steps) After entering, click **\[Start]**.
{% endstep %}

{% step %}

### Confirm the rate and the fee

Please confirm the exchange rate and fees before confirming your order.
{% endstep %}

{% step %}

### Enter discount code (if any)

If you have already get a discount code, you can enter the code here. After clicking **\[Apply]**, the valid discount code will show the specific fee discount amount. Learn more about [discount codes](/finchain-docs/en/transactions/discount.md).
{% endstep %}

{% step %}

### Choose the way to pay or receive

You can choose a bank account or digital wallet address to send or receive money, please make sure you have added this information in [Accounts](/finchain-docs/en/accounts/bank-accounts.md).
{% endstep %}

{% step %}

### Security Check

You need to enter the [Security PIN](/finchain-docs/en/safety/account-safety.md#id-2-trade-pin) to confirm your order.
{% endstep %}

{% step %}

### Order confirmed!

[View the guidelines after placing the order →](/finchain-docs/en/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/en/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.
