# 如何开通

## 如何开通

开通交易API需在[cloud.ave.ai](https://cloud.ave.ai/)上注册账户。

* 链钱包API可在免费Package下使用
* 代理钱包（Bot钱包）需要升级账户到Level 1以上方可使用。同时需要具备一个Ave的Bot钱包账户，用来绑定代理钱包账户以及获取返佣

## 资费等级

|         | 免费    | Level 1 | Level 2 | 企业级 |
| ------- | ----- | ------- | ------- | --- |
| 链钱包API  | √     | √       | √       | √   |
| 代理钱包API | ×     | √       | √       | √   |
| 写入请求限频  | 1 TPS | 5 TPS   | 20 TPS  | --  |
| 代理钱包数上限 | --    | 500     | 5000    | --  |

## 关于交易手续费和返佣

|       | 代理钱包API | 链钱包API                  |
| ----- | ------- | ----------------------- |
| 交易手续费 | 0.8%    | 0.6%                    |
| 返佣    | 25%     | 支持三方自定义收费，最高不超过交易金额的10% |

## 如何代理用户进行交易

第三方通过API开通代理钱包，并由第三方自行分配代理钱包给用户，可参考API DOC [开通代理钱包接口](/dai-li-qian-bao-bot-qian-bao-jiao-yi-rest-api/yong-hu.md#kai-tong-dai-li-qian-bao-jie-kou)


---

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

```
GET https://docs-bot-api.ave.ai/ru-he-kai-tong.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.
