# 保证金模式

PropW 有两种不同的保证金模式：“*隔离*” 和 “*全仓*” 保证金模式。用户可以自由选择任一保证金模式。以下对保证金类型进行说明。

**隔离保证金**

每个持仓都有独立的保证金。这将隔离每笔交易的风险，将潜在损失限制在分配给该特定持仓的保证金内。

**全仓保证金**

保证金在账户所有未平仓持仓间共享。如果某一持仓出现亏损，这可以帮助避免被强平，但也意味着如果整体保证金水平低于维持保证金要求，所有持仓都会面临风险。

**调整您的保证金模式**

要设置您的保证金类型，请前往“*交易*” 页面。在页面右侧，您会看到一个标有“全仓”或“隔离”的按钮，表示您当前的保证金模式。要更改保证金模式，请点击相应的按钮。

<figure><img src="https://2815469980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeaxOdUiZ0pgP8l3xBrOW%2Fuploads%2FEhMS1A0o2lVgPa7FoHJj%2Fimage.png?alt=media&#x26;token=1607e6ef-5dfa-420f-9db3-2fbd556ce632" alt=""><figcaption></figcaption></figure>

点击相关按钮后，将打开保证金模式选择页面。在此页面，您可以看到“隔离”和“全仓”保证金模式。点击您想使用的保证金模式，并通过点击“***确认***” 按钮来确认更改。

<figure><img src="https://2815469980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeaxOdUiZ0pgP8l3xBrOW%2Fuploads%2FpbOQNpBSIJMXArlcmxsa%2Fimage.png?alt=media&#x26;token=9db402ac-d04f-4bef-8d82-203fda42b165" alt=""><figcaption></figcaption></figure>


---

# 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.propw.com/documentation/documentation-zh/propw-jiao-yi-mo-kuai-ping-tai/editor.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.
