# Add margin

You can add margin to a position by placing an order in the same direction. The amount of margin you submit with your new order will be added to your existing position.

This can be useful in scenarios where you want to avoid liquidation or lower your leverage.

#### Example

You have a 100 ETH long on BTC-USD at 10× leverage (10 ETH margin).

You submit a 50 ETH long on BTC-USD at 5× leverage (10 ETH margin).

Your new position is 150 ETH long on BTC-USD with 20 ETH margin, e.g. 7.5× leverage. You've successfully added margin and reduced the leverage of your position.


---

# 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.cap.finance/trade/add-margin.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.
