> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/ko/reference/margin-and-leverage.md).

# 마진 및 레버리지

증거금은 레버리지 포지션을 열기 위해 예치하는 담보입니다. 레버리지를 사용하면 계좌 잔고로는 원래 불가능한 더 큰 포지션을 통제할 수 있으며, 잠재적 이익과 잠재적 손실이 모두 배가됩니다.

## 교차 증거금

Minara는 기본적으로 교차 증거금을 사용합니다. 이는 Hyperliquid 계정의 사용 가능한 모든 USDC가 열려 있는 포지션 전체를 함께 뒷받침한다는 의미입니다. 하나의 포지션이 손실을 내면, 청산이 발생하기 전에 남은 계좌 잔고가 그 손실을 흡수합니다.

장점은 포지션별로 자금을 따로 배분할 필요가 없다는 점입니다. 위험은 한 거래의 손실이 다른 모든 열린 포지션에 사용할 수 있는 증거금을 줄인다는 점입니다.

## 레버리지 한도

| 자산 클래스                           | 최대 레버리지         |
| -------------------------------- | --------------- |
| 암호화폐 무기한 계약(BTC, ETH, SOL 등)     | 25배             |
| 주식(AAPL, TSLA, NVDA, AMZN, MSFT) | 더 낮음(자산에 따라 다름) |
| 원자재(금/XAU, 은, 원유)                | 더 낮음(자산에 따라 다름) |

레버리지 선택기는 거래 패널에 있습니다. 청산 위험을 줄이려면 더 낮은 배수를 선택하세요.

## 초기 마진

초기 증거금은 포지션을 열기 위해 필요한 USDC입니다:

```
초기 증거금 = (포지션 규모 × 진입 가격) / 레버리지
```

예를 들어, 10배 레버리지로 $10,000 규모의 BTC 포지션을 열려면 초기 증거금 $1,000이 필요합니다.

## 유지 증거금

유지 증거금은 포지션을 계속 열어 두기 위해 필요한 최소 자산가치입니다. 이는 초기 증거금보다 낮습니다. 계좌 자산가치가 특정 포지션의 유지 증거금 수준 아래로 떨어지면, 해당 포지션은 청산 대상이 됩니다.

유지 증거금 요건과 현재 증거금 비율은 포지션 패널의 각 열린 포지션에 표시됩니다.

## 증거금이 소진되면 어떻게 되는가

계좌 자산가치가 유지 증거금 수준 아래로 떨어지면 시스템이 포지션을 종료합니다. 자세한 [청산](/docs/minara-handbook/ko/reference/liquidations.md) 전체 절차와 이를 피하는 방법, 그리고 자동 디레버리징의 의미를 포함해 보려면

{% hint style="info" %}
청산을 피하는 가장 간단한 방법은 더 낮은 레버리지를 사용하고 손절매를 설정하는 것입니다. Autopilot의 AI 손절매 기능은 청산 가격에 도달하기 전에 포지션을 종료합니다.
{% endhint %}


---

# 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:

```
GET https://minara.ai/docs/minara-handbook/ko/reference/margin-and-leverage.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.
