# Perp Trade

1. Navigate to the "Trade > Perp" section to engage in perpetual trading. Select your desired token pairs from the upper-left corner.

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

2. Enter the amount of your tokens and the leverage multiplier for your desired perpetual trading. After confirming your "Approve" action, click the "Long" or "Short" button to initiate the transaction.

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

3. Then, you will be directed to the "Open Position Preview" dashboard, where you can view the basic information of the position you intend to open. Next, click the "Confirm" button and confirm the transaction in your wallet to successfully open a perpetual position.

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

4. From your open position, you can adjust your position to suit your strategies by clicking the edit icon.\
   \
   Alternatively, you can close your position by clicking the close icon.

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

5. After clicking the position icon, you have the option to close the position at the market price or set up a limit trigger. For the limit trigger, input your desired closing price and a bonus for users who execute the trigger.

<figure><img src="/files/CcqLtIkHcOmLn9owylnv" 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.roguex.io/tutorial/trade/perp-trade.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.
