> 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/zh/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/zh/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, and the optional `goal` query parameter:

```
GET https://minara.ai/docs/minara-handbook/zh/can-kao/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.
