> 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/rifarensu/margin-and-leverage.md).

# 証拠金とレバレッジ

マージンとは、レバレッジ取引のポジションを開くために差し入れる担保です。レバレッジを使うと、口座残高では本来取れないより大きなポジションを管理でき、潜在的な利益も損失もそれぞれ拡大します。

## クロスマージン

Minara ではデフォルトでクロスマージンを使用します。つまり、Hyperliquid アカウント内の利用可能な USDC すべてが、保有中のポジション全体の担保になります。あるポジションが損失を出しても、清算が起こる前に残りの口座残高がそれを吸収します。

利点は、ポジションごとに資金を割り当てる必要がないことです。リスクは、1 回の取引での損失が、他のすべての保有中ポジションに使えるマージンを減らしてしまうことです。

## レバレッジ制限

| 資産クラス                        | 最大レバレッジ         |
| ---------------------------- | --------------- |
| 暗号資産の無期限先物（BTC、ETH、SOL など）   | 25倍             |
| 株式（AAPL、TSLA、NVDA、AMZN、MSFT） | 低め（資産によって異なります） |
| コモディティ（金/XAU、銀、原油）           | 低め（資産によって異なります） |

レバレッジ選択は取引パネルにあります。清算リスクを下げるには、より低い倍率を選択してください。

## 初期証拠金

初期証拠金とは、ポジションを開くために必要な USDC です：

```
初期証拠金 = （ポジションサイズ × エントリー価格）/ レバレッジ
```

たとえば、10倍のレバレッジで 10,000 ドル相当の BTC ポジションを建てるには、1,000 ドルの初期証拠金が必要です。

## 維持証拠金

維持証拠金とは、ポジションを維持するために必要な最低限の証拠金です。初期証拠金より低く設定されています。口座資産がそのポジションの維持証拠金水準を下回ると、そのポジションは清算の対象になります。

維持証拠金要件と現在の証拠金比率は、ポジションパネルの各保有ポジションに表示されます。

## マージンが尽きるとどうなるか

証拠金が維持証拠金水準を下回ると、システムがポジションをクローズします。 [清算](/docs/minara-handbook/ja/rifarensu/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, and the optional `goal` query parameter:

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