> For the complete documentation index, see [llms.txt](https://docs.deri.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deri.io/trading/deri-lite/perpetual-futures.md).

# Perpetual Futures

**Open a Position**

**Step 1:** Switch to Lite version, enter the Lite interface.&#x20;

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

**Step 2:** Click the downward arrow,on the popped-up "Select Market" panel, choose "Futures". Then, select a symbol you want to trade.  Here taking the BTC as the example.&#x20;

<figure><img src="/files/9yFCHKgxp6kwZUrMNxKo" alt=""><figcaption></figcaption></figure>

**Step 3:** Choose if you wish to long or short your position on the “Buy/Sell” section (Taking long as an example here).\
\
Then, select a base token to buy assets: Click on the downward arrow, choose a base token with a balance in your wallet (using USDC as an example in this case).<br>

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

**Step 4:** Set the notional amount in BTC you’d like to buy (Or you can directly enter the notional amount in USDC, it will be converted to BTCs equivalent). Adjust the leverage through buttons/slider, the leverage can go up to 25x. After setting, click on "Long BTC".\
\
On the popped-up wallet interface, click on "Confirm." Open the position successfully now.

Information of the position(s) you have opened up, will be included in your “Positions” tab.<br>

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

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

You can add / remove the position’s collateral.\
\
**Add collateral**&#x20;

Click ‘+’ button, choose ‘Add’ section, set the notional amount in USDC you’d like to add through manually entering or selecting a percentage of your wallet balance. Then, click ‘Add Collateral’.

After confirming in the wallet, your collateral adding is done. Check the updated number in the ‘Collateral’ column.&#x20;

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

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

<figure><img src="/files/6RT5le3xFHxCSUMstKfo" alt=""><figcaption></figcaption></figure>

**Remove collateral**&#x20;

Choose ‘Remove’, set the notional amount in USDC you’d like to remove through manually entering or selecting a percentage of the available balance. Then, click ‘Remove Collateral’.

After confirming in the wallet, your collateral removal is done. Check the updated number in the ‘Collateral’ column.<br>

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

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

**Close a Position**\
\
**Step 1:** Click “Close” in the position tab. Set the position size you want to close through manually entering a specific size or selecting a percentage of the current position size. (100% means complete close) Then, click ‘Close’.

<figure><img src="/files/0to2eaHnk8U7uQAx8Fhw" alt=""><figcaption></figcaption></figure>

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

**Step 2:** After confirming in the wallet, close the position successfully now. You can view your detailed trading history in the “History” section.&#x20;

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

\
\ <br>

<br>

\ <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.deri.io/trading/deri-lite/perpetual-futures.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.
