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

# Tutorial: Perp

### ***1. Connect your Wallet and get ready for Perp trade*** <a href="#d22f" id="d22f"></a>

On Predy V6, you don’t have to put your token into the Vault. Just connect your wallet and then, you can start your trade!

So, let’s see together.

Access Predy V6.

{% embed url="<https://app.predy.finance/>" %}

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*qhqSXTyWRMl1snks" alt=""><figcaption></figcaption></figure>

These wallets are supported.

<br>

<figure><img src="https://miro.medium.com/v2/resize:fit:944/0*BIDQ-T4Wi03P_i0X" alt=""><figcaption></figcaption></figure>

When it’s connected, select the Perp on the menu bar.

<br>

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*gDUyCsb-gDPeEgVy" alt=""><figcaption></figcaption></figure>

Then, you can order in the right column.\
There are 2 types of order, Market and Limit.

Market order is you can entry immediately with the current price.\
Limit order is you can set your order in advance with the price you want to entry.

<figure><img src="https://miro.medium.com/v2/resize:fit:724/0*zsMb0zPXjcwbNkkR" alt=""><figcaption></figcaption></figure>

### ***2. Make a trade with the Market order*** <a href="#id-242a" id="id-242a"></a>

From the above, you can choose ①Levarage and ②Amount.\
As you change them, you can see your order balance at ③.

<figure><img src="https://miro.medium.com/v2/resize:fit:724/0*7XeYhGO-Gt_L7CrY" alt=""><figcaption></figcaption></figure>

So, in this case, you will make a long order for 50% of WETH (3.436 WETH) with 20x Leverage at 2910.71.

③ shows that you need 500.05 USDC, and your position will be closed at 2820.48.

And click Approve USDC! Your order will be confirmed.\
You can check your Position, Order History, and Trade under the chart.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*7FNBhiZRn_xnfY8G" alt=""><figcaption></figcaption></figure>

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*1VzxWRzYRW5mUVbR" alt=""><figcaption></figcaption></figure>

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*5YHpPxZODt0ots5c" alt=""><figcaption></figcaption></figure>

When you want to close your position, click “Close” in your position list.<br>

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*9Swpaf58Fj9oVG_n" alt=""><figcaption></figcaption></figure>

And, click the “Close Position”.\ <br>

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*SGc3fj80pIrbHAcy" alt=""><figcaption></figcaption></figure>

Then, you can check in Trades if it’s closed.

<br>


---

# 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.predy.finance/predy-v6/trader/tutorial-perp.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.
