# How to Trade Spot (Web)

#### How to trade spot on YUBIT Web:

1. Log in to your YUBIT account on the official website, and go to **\[Spot]** to open the trading page.
2. For example, to buy BTC using a **Limit Order**, select **\[Limit]**, then enter the price at which you want to buy BTC.
3. In the **\[Amount]** field, enter the number of BTC you want to purchase. Alternatively, you can use the percentage options below to choose what portion of your available USDT you want to spend.
4. Click **Buy BTC** to place the order. To sell, follow the same steps but select **Sell BTC** (or the token you wish to sell).
5. You can view your active orders under **\[Open Orders]** on the trading page.

#### Important Notes:

* By default, the order type is set to **Limit Order**.
* If you switch to **Market Order**, the trade will execute 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-web.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.
