> 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/ja/can-kao/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/ja/can-kao/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/ja/can-kao/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.
