# Isolated vs Cross 마진

### Isolated 마진 <a href="#fb299ebc-256d-4631-a0eb-0a2fe091c65f" id="fb299ebc-256d-4631-a0eb-0a2fe091c65f"></a>

각 포지션이 독립된 마진을 유지해요. 청산되더라도 그 포지션의 마진만 잃고, 다른 포지션이나 지갑 잔고에는 영향 없어요.

**적합한 경우:**

* 고위험 또는 실험적 거래
* 새로운 자산 테스트
* 개별 포지션의 하방 리스크 제한

### Cross 마진 <a href="#id-29ead097-3397-4dfd-a4d8-d07cf7add368" id="id-29ead097-3397-4dfd-a4d8-d07cf7add368"></a>

계정 전체 잔고가 모든 Cross 마진 포지션의 공유 담보로 사용돼요. 한 포지션의 미실현 이익이 다른 포지션의 청산을 막아줄 수 있어요.

**적합한 경우:**

* 여러 포지션을 운용하는 경험 많은 트레이더
* 헤징 전략 (예: BTC 롱, ETH 숏)

**리스크:** 하나의 나쁜 거래가 계정 전체 잔고를 날릴 수 있어요.

### 마진 모드 설정 방법 <a href="#id-4b35c42a-b856-47a0-bba3-a0ec5e2dd4fd" id="id-4b35c42a-b856-47a0-bba3-a0ec5e2dd4fd"></a>

마진 모드는 새 포지션을 열 때 선택해요. 거래 확인 화면에서 실행 전 Isolated 또는 Cross를 선택하세요.

> ⚠️ **이미 열린 포지션의 마진 모드는 변경할 수 없어요.** 모드를 전환하려면 포지션을 닫고 원하는 마진 모드로 다시 열어야 해요.

### 기본 설정 <a href="#id-003047e1-4849-4239-b3e0-7f6294571df3" id="id-003047e1-4849-4239-b3e0-7f6294571df3"></a>

`/settings`에서 기본 마진 모드를 설정하면 모든 새 포지션이 선택한 모드로 시작돼요. 거래별로 다르게 선택하는 것도 가능해요.

> 💡 **TIP:** 무기한 선물이 처음이면 Isolated 마진으로 시작하세요.

### 비교 표 <a href="#id-93a381b3-e708-4550-811e-ce4332fb3b84" id="id-93a381b3-e708-4550-811e-ce4332fb3b84"></a>

|           | **Isolated** | **Cross**           |
| --------- | ------------ | ------------------- |
| 거래당 리스크   | 포지션 마진으로 한정  | 계정 전체 잔고            |
| 청산 범위     | 단일 포지션만      | 모든 Cross 포지션에 영향 가능 |
| 적합 대상     | 고위험 거래, 초보자  | 멀티 포지션 전략, 헤징       |
| 자본 효율성    | 낮음           | 높음                  |
| 오픈 포지션 변경 | 불가           | 불가                  |


---

# 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.click.trade/product-docs-korean/perpetuals-bot/undefined/isolated-vs-cross.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.
