# Spot Trading Rules

To ensure a safe, transparent, and efficient trading experience on YUBIT, the following rules apply to all spot trading activities. Please read them carefully before trading.

***

### **Trading Pairs & Trading Hours**

&#x20; YUBIT offers spot trading for major cryptocurrencies such as BTC and ETH, as well as a variety of innovative assets.

* **Trading Hours:** 24/7 (excluding scheduled system maintenance)
* If a trading pair is delisted due to market or project reasons, an announcement will be made in advance.

***

### **Order Types**

&#x20; YUBIT supports multiple order types to meet different trading needs:

#### **Market Order**

* Executes immediately at the current market price.
* Ideal for users who prioritize fast execution.
* The final execution price may differ due to market volatility.

#### **Limit Order**

* Executes only when the market reaches the user-defined price.
* Unfilled limit orders remain in the order book and can be canceled at any time.

***

### **Trading Fees**

&#x20; Spot trading fees are divided into **Maker (limit orders added to the order book)** and **Taker (orders that take liquidity)**.

* Fee rates vary based on your **VIP level**.
* Please refer to the **Fee Schedule** or **VIP Program** page for the latest fee information.

***

**Trading Limits & Minimum Order Size**

&#x20; Each trading pair has specific rules, such as:

* Minimum order quantity
* Minimum order value
* Minimum order increment

&#x20; Orders below the minimum requirement cannot be submitted.

***

### **Order Matching & Execution**

&#x20; Orders are matched based on **price priority** and **time priority**:

* Orders with better prices are executed first.
* If prices are the same, earlier orders are executed first.
* Partially filled orders will remain in the order book until fully executed or canceled.

***

### **Order Cancellation Rules**

* **Limit Orders:** Can be canceled at any time before execution.
* **Market Orders:** Cannot be canceled once submitted, as they enter the matching engine immediately.
* In special situations (e.g., extreme volatility), some orders may be rejected due to system protection mechanisms.

***

### **Risk Warning**

* Cryptocurrencies are high-risk assets and may experience significant price fluctuations.
* Market orders may incur slippage when market depth is insufficient.
* Please safeguard your account credentials to prevent unauthorized access.

***

### **Abnormal Activity Handling**

&#x20; The platform reserves the right to intervene in the following situations:

* Orders placed at abnormal prices
* System errors leading to abnormal trades
* Market manipulation, wash trading, or malicious behavior

&#x20; Actions may include order cancellation, asset freezing, or other risk-control measures.

***

### **Customer Support**

&#x20; If you encounter any issues during trading, you may contact:

* **Online Customer Support**
* **Official Community Channels**

&#x20; We will assist you as soon as possible.


---

# 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-rules.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.
