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

# 向跟单交易和 MAM 账户存入资金

将资金转入主账户或投资账户：

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

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

<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="Click Transfer"><figcaption><p>Click Transfer</p></figcaption></figure>

您将被重定向至 转账（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-d856c1c870a4760a9092ddbd78daf4208ebebb35%2Ffront-transfer-to-copy-trading-account.png?alt=media" alt="Transfer page"><figcaption><p>Transfer page</p></figcaption></figure>
{% endstep %}

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

{% step %}
在显示的弹窗中确认转账。
{% endstep %}
{% endstepper %}

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


---

# 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-gen-dan-jiao-yi-he-mam-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.
