> 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-gen-dan-jiao-yi-he-mam-zhang-hu-ti-qu-zi-jin.md).

# 从跟单交易和 MAM 账户提取资金

您可以先将跟单交易和 MAM 账户中的资金转入其中一个钱包，然后再从该钱包提取资金。

从主账户或投资账户转出资金：

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

{% step %}
在 来源（From）下拉菜单中，选择您希望转出资金的账户。
{% endstep %}

{% step %}
在 转入账户（To）下拉菜单中，选择您希望接收资金的钱包。

{% hint style="info" %}
资金只能在同一计价货币的钱包和账户之间进行转账。
{% endhint %}
{% 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 %}

根据投资平台的配置，转账可能会立即完成，也可能需要等待管理员批准后完成。

最近的转账记录会显示在页面右侧。如需查看完整的转账历史记录，请点击**查看更多（See more）**。

{% hint style="success" %}

#### **注意事项**

* 从拥有一个或多个有效跟单订阅的投资账户转出资金时，系统会先按照各项跟单订阅的费用方案收取相应费用，然后将剩余金额转入钱包。
* 如果投资账户订阅了一个或多个设有最低入金要求的主账户，请确保转账后投资账户中的剩余余额仍符合最低入金要求。如果剩余余额不符合要求，您可以选择按照原申请金额转出资金并取消对相关主账户的订阅，或者减少转账金额，以满足最低入金要求并维持跟单订阅。
  {% endhint %}

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-20cdfcb09863eacb14c6cfef5558d61d42003dfc%2Ffront-transfer-from-with-min-deposit.png?alt=media" alt="The minim deposit requirements"><figcaption><p>The minim deposit requirements</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/cong-gen-dan-jiao-yi-he-mam-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.
