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

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