# How to Make a Trade

On UNX, you can place different types of trading orders, such as **Limit**, **Market**, and **Stop**. In this tutorial, we’ll use **Spot Market trading**, which means buying and selling crypto at the current market price.

### **Go to the Trading View**

Log in to your UNX account and go to the [**Trade page**](https://exchange.unx.com/en/trade)**.**

<figure><img src="/files/r9Cy9UiDnQECM7eOcYvf" alt=""><figcaption></figcaption></figure>

***

### **Select a Trading Pair**

In the top left corner, you can choose which trading pairs you want to use, such as buying BTC with USDC. Click the highlighted button and select the pair you want to trade.

In the top-left corner, choose the trading pair you want to use (e.g., buying **BTC** with **USDC**).\
Click the pair selector button and choose the pair you want to trade.

<div><figure><img src="/files/hqzYTTjGV3xIsFF5H2mB" alt="" width="287"><figcaption></figcaption></figure> <figure><img src="/files/01B1QSxpkFCM5G1jih0N" alt="" width="225"><figcaption></figcaption></figure></div>

***

### **Place Order**

1. Enter the amount you want and click **Buy**. You can also choose to spend a percentage of your available balance.

<figure><img src="/files/SBg6IY7Fc9ueCfFjVHkl" alt="" width="189"><figcaption></figcaption></figure>

3. Review your order details.
4. Click **Confirm order** to place the trade.

<figure><img src="/files/01c9x01QMzKzFb2hs3WG" alt="" width="253"><figcaption></figcaption></figure>

***

### **Done!**

Once your order is filled, it will appear in your **Trade History**. Spot Market orders are usually filled immediately. For other order types, any unfilled orders will appear in the **Open Orders** tab.

<figure><img src="/files/VSiUiQVOMffBBs5H2F8n" alt=""><figcaption></figcaption></figure>


---

# 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://docs.unx.com/guides/how-to-make-a-trade.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.
