> 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/cong-pamm-zhang-hu-ti-qu-zi-jin.md).

# 从 PAMM 账户提取资金

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

如需从 PAMM 投资账户提取资金，请先将资金从该账户转入您的钱包，然后再通过 LTI Copy Trading 投资平台从钱包中提款。

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

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

从 PAMM 投资账户转出资金：

{% stepper %}
{% step %}
在主菜单中，前往**资金（Funds）** > **转账（Transfer）**。
{% endstep %}

{% step %}
在 来源（From）下拉菜单中，选择您希望转出资金的 PAMM 投资账户。
{% 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-c9aecc49a502ace53870cecb7601c4c3fc498fe9%2Ffront-transfer-from.png?alt=media" alt="Transfer page"><figcaption><p>Transfer page</p></figcaption></figure>
{% endstep %}

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

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

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

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

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

{% hint style="success" %}

#### 注意事项

* 如果您从已订阅主账户的 PAMM 投资账户中提取全部可用余额，该投资账户将自动取消对主账户的订阅。
* 如果 PAMM 投资账户订阅的主账户设置了最低入金要求，请确保提款后投资账户中的剩余余额仍符合最低入金要求。如果剩余余额不符合要求，您可以选择按照原申请金额提取资金并取消对该主账户的订阅，或者减少提款金额，以满足最低入金要求并维持跟单订阅。
  {% 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://lti.gitbook.io/user_guide/zh-cn/yong-hu-zhi-nan/guan-li-ru-jin-he-ti-kuan/cong-pamm-zhang-hu-ti-qu-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.
