> For the complete documentation index, see [llms.txt](https://docs.kanalabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kanalabs.io/perpetual-futures/kana-perps/getting-started/mainnet-tutorials/adding-margin-to-an-open-position.md).

# 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
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.kanalabs.io/perpetual-futures/kana-perps/getting-started/mainnet-tutorials/adding-margin-to-an-open-position.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.
