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

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