# How to Trade Spot (App)

#### Steps to Trade Spot on YUBIT App

1. **Login and Enter the Spot Page**
   * Open the YUBIT App and log into your account.
   * Tap **\[Spot]** on the homepage to enter the trading page.
2. **Choose Order Type**
   * By default, orders are placed as **Limit Orders**.
   * To buy at your desired price, select **\[Limit]**.
   * Alternatively, you can select **\[Market]** to trade instantly at the current market price.
3. **Place a Limit Order (Example: Buy BTC)**
   * In **\[Price]**, enter the price at which you want to buy BTC.
   * In **\[Amount]**, enter the quantity of BTC you want to purchase.
   * You can also use the percentage shortcuts (25%, 50%, 75%, 100%) to allocate a proportion of your available USDT balance.
4. **Submit Your Order**
   * Tap **\[Buy BTC]** to place your buy order.
   * To sell, select **\[Sell]** and follow the same process for the coin you want to trade.
5. **View Active Orders**
   * Your open limit orders will appear under **\[Open Orders]**.
   * Once matched, the order will move to your **Order History** and the asset will be credited to your spot account.

***

⚠️ **Notes:**

* **Limit Order** – Executes only when the market reaches your set price.
* **Market Order** – Executes immediately at the current market price.


---

# 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/how-to-trade-spot-app.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.
