> 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-ru-jin-he-ti-kuan/xiang-pamm-zhang-hu-cun-ru-zi-jin.md).

# 向 PAMM 账户存入资金

资金只能存入 PAMM 投资账户。PAMM 主账户不允许执行任何余额操作，这意味着资金管理者无法直接向其主账户存入资金或从中提取资金。

PAMM 主账户的资金来自已订阅该主账户的 PAMM 投资账户。

当您通过 Web UI 创建 PAMM 主账户时，系统会自动创建一个配套的 PAMM 投资账户，并将其订阅至新创建的主账户。如需向 PAMM 主账户增加资金，请将资金从钱包转入与其关联的投资账户。

{% hint style="info" %}
资金只能在使用相同计价货币的钱包和 PAMM 投资账户之间进行转账。

只有在 PAMM 投资账户订阅了 PAMM 主账户后，才能向该投资账户转入资金。

禁止在 PAMM 投资账户之间进行转账。
{% endhint %}

将资金转入 PAMM 投资账户：

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

{% step %}
选择您希望转入资金的投资账户，然后点击该账户所在行中的**转账（Transfer）**。

{% hint style="info" %}
只有在投资账户已订阅主账户的情况下，转账（Transfer）按钮才会启用。
{% endhint %}

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-ee561e78b63fab192bbdc66c748ce676eabf3449%2Ffront-account-row.png?alt=media" alt="Transfer button"><figcaption><p>Transfer button</p></figcaption></figure>

您将被重定向至 转账（Transfer）页面。
{% endstep %}

{% step %}
在 来源（From）下拉菜单中，选择用于转出资金的钱包。
{% endstep %}

{% step %}
转入账户（To）字段中会显示所选投资账户的账号。
{% endstep %}

{% step %}
输入您希望转账的金额。

您也可以点击 **25%**、**50%**、**75%** 或 **100%**，选择转出当前所选余额的一定比例。系统将自动计算相应的转账金额。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-4356472b49c339a5825333c27ec5b51d11e298c5%2Ffront-transfer-to-pamm-account.png?alt=media" alt="Transfer page"><figcaption><p>Transfer page</p></figcaption></figure>
{% endstep %}

{% step %}
点击**转账（Transfer）**。
{% endstep %}

{% step %}
在显示的弹窗中确认转账，以创建入金请求。
{% endstep %}
{% endstepper %}

根据投资平台的配置，您的请求可能需要经过管理员批准。

管理员批准后，待处理的入金请求将显示在 PAMM 投资账户详情的 请求（Requests）页面中。之后，该请求将在投资账户所订阅的 PAMM 主账户进行结算时得到处理。请求执行完成后，资金将存入您的投资账户。

在 请求（Requests）**页面中，只要入金请求仍处于待处理状态，您就可以点击**取消（Cancel）按钮取消该请求。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-befc362fdf40a58a83a934885dee5be8d165e2ad%2Ffront-requests.png?alt=media" alt="Requests page"><figcaption><p>Requests page</p></figcaption></figure>


---

# 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-ru-jin-he-ti-kuan/xiang-pamm-zhang-hu-cun-ru-zi-jin.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.
