# Adding Margin to an Open Position

Kana Labs’ perpetual futures trading platform uses the Isolated Margin system. This risk-managed approach ensures that only the margin allocated to a specific position is at risk, regardless of the total balance in the trader’s account. It protects users from losing their entire account balance due to adverse price movements in a single trade. However, traders must actively monitor their positions and add margin when necessary to prevent liquidation and maintain a healthy margin buffer

### Step by Step Guide -

**Step 1**— To add margin to an open position, navigate to the “Positions” tab. Locate the active trade for which you wish to increase margin and click the “Add” button, denoted by a pencil icon.

<figure><img src="/files/5aummgLLWPu7CrMMHH6N" alt=""><figcaption></figcaption></figure>

**Step 2**—A pop-up window will appear, allowing you to input the additional margin amount. Note that the additional margin must be less than or equal to the current margin amount displayed in the Positions tab. For example, if the current margin is $1.60, you may add up to $1.60 or any amount below it. In this case, $1.39 is added as additional margin. Once the margin has been updated a notification stating “Margin Added Successfully” will appear on the screen.

<figure><img src="/files/9YWbCHrCqHwHHsLqaabW" 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.kanalabs.io/perpetual-futures/kana-perps/getting-started/mainnet-tutorials/adding-margin-to-an-open-position.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.
