# How to Trade Perpetual Futures?

This guide provides a streamlined walkthrough for opening your first perpetual futures trade on Cwallet.

Perpetual Futures page: <https://my.cwallet.com/perpetual-futures>

**Here is a guide on trading perpetual futures:**

Navigate to the '**Futures**' tab and select '**Perpetual Futures**'.

<figure><img src="/files/7XI96v7H0fxDnvEMEhQW" alt=""><figcaption></figcaption></figure>

Browse the available trading pairs, such as **BTC/USDC** or **ETH/USDC**. For your first trade, it is recommended to choose a pair with high liquidity (major tokens).

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

Perpetual positions require collateral (margin). Ensure you have **USDC** in your Futures account. If you hold other assets, you can use **buy crypto or swap** features to convert them instantly.

**How to Swap:** <https://docs.cwallet.com/spot-trade/swap/how-to-swap>

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

Choose your leverage level to determine your buying power.

After you enter the leverage level, you can check the estimated liquidation price shown on the page.

<mark style="color:green;">**⚠️ Safety Note:**</mark> Beginners should keep leverage low (e.g., 2x to 5x) to minimize risk.

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

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

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

Select how you want to enter the market:

* **Market Order:** Executes instantly at the current price for immediate entry.
* **Limit Order:** Executes only when the market reaches your specified price, giving you more control.

<mark style="color:green;">**⚠️ NOTE:**</mark> For beginners, the limit order is often safer — it prevents slippage and gives control.

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

Before opening the position, set your **Stop Loss (SL)** to limit potential losses and **Take Profit (TP)** to lock in gains automatically.

<mark style="color:green;">**⚠️ NOTE:**</mark> This is an essential habit for protecting your capital.

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

Check the estimated maker/taker fee shown before you submit, view the current funding rate (displayed on the pair page), consider its effect if you hold overnight, and confirm estimated slippage and PnL preview on Cwallet.

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

Decide your direction based on your market view:

* Click the '**Buy (Long)**' button if you expect the price to rise.
* Click the '**Sell (Short)**' button if you expect the price to fall.

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

Once the order lives, you can monitor your position in real-time. When you are ready to exit, use the '**Close All**' button or set a reverse order to finalize the trade and settle your profits.

<figure><img src="/files/r2nPawuwavSxzB0GFOt4" 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.cwallet.com/futures-trade/perpetual-futures/how-to-trade-perpetual-futures.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.
