# Spot Trading

Spot trading refers to the direct buying and selling of cryptocurrency assets without the use of leverage or borrowing.

* **Navigate to Spot Interface**: Switch to the "Spot" tab in the trading module.
* **Select Asset Pair**: Choose the asset pair you wish to trade (e.g., HYPE/USDC).
* **Buy/Sell**:
  * **Buy**: Use the stablecoins in your account (e.g., USDC) to purchase the desired token.
  * **Sell**: Exchange your held tokens back into stablecoins.
* **Check Balance**: After the transaction is completed, you can view your updated holdings in real-time under the "Balance" section.

### <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://corndex.gitbook.io/cornwallet/contracts-and-spot-trading/spot-trading.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.
