# How to Activate

## How to Activate

To activate the Trading API, you need to register an account on [cloud.ave.ai](https://cloud.ave.ai/).

* The Chain Wallet API can be used under the Free Package.
* To use the Delegate Wallet(Bot Wallet), you need to upgrade your account to Level 1 or above. Additionally, you must have an Ave Bot Wallet account, which is used to bind the Delegate Wallet account and receive rebates.

### Pricing Tiers

<table><thead><tr><th width="289">Pricing Tier</th><th width="110">Free</th><th width="107">Level 1</th><th width="107">Level 2</th><th>Enterprise</th></tr></thead><tbody><tr><td>Chain Wallet API</td><td>√</td><td>√</td><td>√</td><td>√</td></tr><tr><td>Delegate Wallet API</td><td>×</td><td>√</td><td>√</td><td>√</td></tr><tr><td>Write Request Rate Limit</td><td>1 TPS</td><td>5 TPS</td><td>20 TPS</td><td>--</td></tr><tr><td>Maximum Number of Proxy Wallets</td><td>--</td><td>500</td><td>5000</td><td>--</td></tr></tbody></table>

### About Transaction Fees and Rebates

| API Type        | Delegate Wallet API | Chain Wallet API |
| --------------- | ------------------- | ---------------- |
| Transaction Fee | 0.8%                | 0.6%             |
| Rebate          | 25%                 | Custom fees      |

### How to Conduct Transactions on Behalf of Users

Third parties can activate Delegate Wallets via the API and assign the Delegate Wallets to users independently. For reference, please check the "[Activate Delegate Wallet](/en/delegate-wallet-transaction-rest-api/user.md#enable-proxy-wallet-interface)" interface in the API DOC.


---

# 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/en/how-to-activate.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.
