> For the complete documentation index, see [llms.txt](https://lti.gitbook.io/user_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lti.gitbook.io/user_guide/zh-cn/yong-hu-zhi-nan/guan-li-zhu-zhang-hu-he-tou-zi-zhang-hu/wei-zhu-zhang-hu-she-zhi-zui-di-ru-jin-jin-e.md).

# 为主账户设置最低入金金额

您可以为跟单交易、PAMM 或 MAM 主账户设置最低入金金额，也可以调整之前设置的金额。

{% hint style="info" %}
Web UI 中可能会显示或隐藏 最低入金金额（Minimum deposit）部分。此设置由投资平台管理员控制。
{% endhint %}

为主账户设置最低入金金额后，投资者必须向其投资账户存入规定的最低余额，才能订阅您的主账户。

此外，投资者提款后，其投资账户仍须保持规定的最低余额，才能确保跟单订阅维持有效状态。

为主账户设置最低入金金额：

{% stepper %}
{% step %}
在主菜单中展开相应的服务项目，例如 **LTI Copy Trading**、**PAMM** 或 **MAM**。如果该服务支持多个交易平台，请在所需平台下点击**我的账户（My Accounts）**。
{% endstep %}

{% step %}
在账户列表中点击相应的主账户。
{% endstep %}

{% step %}
在账户详情中，前往 设置（Settings）页面。
{% endstep %}

{% step %}
在**最低入金金额（Minimum deposit）部分，点击编辑（Edit）**。
{% endstep %}

{% step %}
输入最低入金金额，货币单位为 `USD`。

{% hint style="info" %}
在 Web UI 的所有页面中，最低入金金额始终以 `USD` 计价并显示。
{% endhint %}

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-ec8712d762688e9b54e3774667d41c419e2ec4f8%2Ffront-settings-minimum-deposit.png?alt=media" alt="Assign a minimum deposit"><figcaption><p>Assign a minimum deposit</p></figcaption></figure>
{% endstep %}

{% step %}
点击 保存（Save）以应用更改。
{% endstep %}
{% endstepper %}

在交易员排行榜（Leaderboard）中，为主账户设置的最低入金要求会显示在+跟单（+Follow）**中，为主账户设置的最低入金要求会显示在**+跟单（+Follow）按钮下方。


---

# 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://lti.gitbook.io/user_guide/zh-cn/yong-hu-zhi-nan/guan-li-zhu-zhang-hu-he-tou-zi-zhang-hu/wei-zhu-zhang-hu-she-zhi-zui-di-ru-jin-jin-e.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.
