> For the complete documentation index, see [llms.txt](https://docs.level.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.level.finance/tutorials/trading-tutorials/spot-trading.md).

# Spot Trading

At LEVEL, you can trade one asset for another with minimal price impact through a **Spot Trading**. The spot trading interface is clean and simple, just like swap platforms across DeFi.

{% hint style="info" %}
💡 Swap assets on LEVEL [here](https://app.level.finance/spot)
{% endhint %}

To perform a Swap, follow the step-by-step guide below:

1. **Connect** your wallet
2. **Navigate** to the [Spot Trading page](https://app.level.finance/spot)

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

3. **Select Spot Trading type**

* Market: the order executes immediately at the market price
* Limit: set an order to execute at a specific price in the future

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

4. **Select** the two **tokens** you want to swap

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

4. **Enter** the quantity, click ‘**SWAP**’, and sign the pop-up transaction in your wallet

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

5. After the transaction has been completed, click ‘**CONFIRM**’, and sign the pop-up transaction in your wallet.

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

6. Once confirmed in your wallet, you will see a ‘**Successful’** pop-up on the LEVEL UI after a few seconds. Your trade is now complete!

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.level.finance/tutorials/trading-tutorials/spot-trading.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
