# Spot

Spot trading is a direct transaction between a buyer and a seller at the current market rate, known as the spot price.

For example, in the BTC/USDT pair, you can buy or sell 1 BTC at the spot price and pay or receive the equivalent amount in USDT.

### **What’s the difference between spot trading and perpetuals trading?**

In spot trading, traders buy and sell the actual tokens of the underlying assets. For example, buying BTC in the spot market means you hold BTC in your account and benefit if its value increases.

In perpetuals trading, traders do not own the underlying asset. Instead, they trade perpetual contracts based on price movements. Perpetuals allow traders to go long when bullish or go short when bearish, without holding the actual token.

\ <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://docs.asterdex.com/trading/spot.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.
