# Trade Perps/Spot

{% stepper %}
{% step %}
Navigate to **Perp/Spot** trading and select a token. Please note that you can select between perp and spot markets in the token search bar.

<figure><img src="/files/N6sLGuGeQjBvmUS7RDxQ" alt=""><figcaption><p>Leverage Page</p></figcaption></figure>
{% endstep %}

{% step %}
Select **Long** or **Short** in the Trade Execution Terminal.

<figure><img src="/files/tAZz24z4dhjrVyp8TGzx" alt="" width="295"><figcaption><p>Trade Execution Terminal</p></figcaption></figure>
{% endstep %}

{% step %}
**Longing vs. Shorting:** Key Concept

* **Longing**: This strategy involves purchasing an asset with the expectation that its value will rise. The goal is to buy at a low price and sell at a higher price to make a profit.
* **Shorting**: This involves selling borrowed assets at a high price, hoping the price will drop. The goal is to buy them back at a lower price, return the assets and pocket the difference.
  {% endstep %}

{% step %}
**Set size, leverage & place order:**

* Type in your size in BTC or USD.
* If you are placing a limit order, add the limit price.
* Pick your leverage. Leverage availability per token may vary.
* Optionally add TP/SL points.
* Place order.
  {% endstep %}

{% step %}
**Monitor your positions.**
{% endstep %}
{% endstepper %}


---

# 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://help.trade.fun/perps-spot/trade-perps-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.
