# 添加交易所主/子账户

{% hint style="info" %}
为了方便用户在交易所进行多账户管理，我们提供了主账户与子账户的支持，帮助您实现权限分离、资金分账以及更高效的账户管理。
{% endhint %}

### 一、什么是主/子账户？

* **主账户**：由用户直接创建与登录，拥有完整控制权。
* **子账户**：在主账户下创建，用于分权管理、独立交易，可独立登录但由主账户管理。

### 二、添加帐户时，选择主/子账户属性

在添加交易所账户时，可以选择所添加的账户是否为主/子账户

<figure><img src="/files/9W0VNb2jgCvLrqxPOiZi" alt=""><figcaption></figcaption></figure>

当所添加的账户选择为子账户时，支持配置它的主账户信息：

<figure><img src="/files/WGmvbYcTWo2f7Z2RIhQo" alt=""><figcaption></figcaption></figure>

### 三、Elven 系统如何展示主/子账户关系？

我们在多个页面中体现了账户类型与主从关系，方便管理和分析：

#### 1. Treasury Account 页面

<figure><img src="/files/Z9BtSld2xlJevaRJeJWf" alt=""><figcaption></figcaption></figure>

* 展示账户的“主/子账户”标签；
* 提供“主子账户合为一组”视图选项；
* 分组展示主子关系，默认折叠，可展开查看详情；
* 导出数据时包含“账户层级（Account Level）”与“主账户（Master Account）”两列。

#### 2. Total Position 总持仓表

<figure><img src="/files/oamjGCpcfX905zovfCVw" alt=""><figcaption></figcaption></figure>

* 展示“主/子账户”字段与“主账户”字段；
* 明确每个账户的层级归属，方便评估子账户业绩。

#### 3. 账户详情页

<figure><img src="/files/jTMDBDmQL1azjeSbZUzS" alt=""><figcaption></figcaption></figure>

* 明确标示账户类型与对应的主账户信息（如有）；
* 支持回溯历史数据的主子关系修复。


---

# Agent Instructions: 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:

```
GET https://docs.elven.com/v3/chinese/accounts-management/tian-jia-jiao-yi-suo-zhu-zi-zhang-hu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
