# Trading

## Opening and Closing Trades

&#x20;Users can currently trade perpetual contracts up to **30x leverage**&#x20;

## Opening Trades

**1/ Head over to the Trade page**

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

**2/ Enter the trade size, and choose the leverage on the panel on the right side (make sure you have USDC deposited in your account)**

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

**3/ You should recieve a confirmation of order placement and fulfillment at the bottom left**&#x20;

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

***

## Closing Trades

**1/ Head over the "Positions" tab at the bottom of the Trade page, and click on "Close" besides the position to be closed**

<figure><img src="/files/4TO1ee6YToDFxshC6Qar" alt=""><figcaption></figcaption></figure>

**2/ Enter the amount of the position of to be closed**&#x20;

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

***

## Managing Positions&#x20;

Users can manage their position by adjusting the amount of collateral in a position or changing the TP (Take Profit) and SL (Stop Loss) prices.&#x20;

**1/ Head over to the "Positions" tab at the bottom on the Trade page, and click on the edit icon beneath "Collateral" or "TP/SL" to manage them respectively**

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

**2/ Change the details on the "Manage Position" panel for collateral or TP/SL**

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


---

# 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.filament.finance/guides/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.
