# Spot Trading Fees and Minimum Order Size

1. ### **Spot Trading Fee Structure**

YUBIT spot trading uses the following fee rates:

| Order Type              | Fee Rate |
| ----------------------- | -------- |
| Maker (Adds liquidity)  | 0.10%    |
| Taker (Takes liquidity) | 0.10%    |

***

2. ### **Fee Calculation Methods**

#### **Buy Fee Formula**

`Buy Fee = Buy Executed Quantity × Fee Rate`

#### **Sell Fee Formula**

`Sell Fee = Sell Price × Sell Executed Quantity × Fee Rate`

***

3. ### **Fee Rules for Buy and Sell Directions**

Using **BTC/USDT** as an example:

* **Buy BTC (BTC/USDT Buy)** You are buying BTC and paying USDT. → **Fee is charged in BTC** (the asset you receive).
* **Sell BTC (BTC/USDT Sell)** You are selling BTC and receiving USDT. → **Fee is charged in USDT** (the asset you receive).

> **Note:**
>
> * Fees are charged **only when the order is executed**.
> * Fees are charged in the **asset acquired** after the trade.
> * Unfilled orders do **not** generate fees.

***

4. ### **Examples**

#### **Example 1: Buy Order (Maker)**

A user buys **1 BTC** using a **Maker order**.`Buy Fee = Executed Quantity × Fee Rate` `Buy Fee = 1 × 0.1% = 0.001 BTC`The fee charged is **0.001 BTC**.

***

#### **Example 2: Sell Order (Taker)**

A user sells **1 ETH** at a price of **4,000 USDT**, executed as a **Taker order**.`Sell Fee = Sell Price × Executed Quantity × Fee Rate` `Sell Fee = 4000 × 1 × 0.1% = 4 USDT`The fee charged is **4 USDT**.

***

5. ### **Minimum Order Size for Spot Trading**

The minimum order size varies by asset. Please refer to the **minimum order amount displayed on the spot trading page**.

\
**YUBIT Team**<br>


---

# 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://yubit.gitbook.io/yubit/spot-trading/spot-trading-fees-and-minimum-order-size.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.
