> For the complete documentation index, see [llms.txt](https://docs-perp.trado.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-perp.trado.one/portfolio/vip-level.md).

# VIP Level

Trado has introduced a VIP tier system, offering users a premium trading experience akin to centralized exchanges. This system allocates different VIP tiers based on users' perpetual contract trading volume over the past 30 days. Each VIP tier comes with corresponding trading fee discounts and other exclusive services. Users can view their current tier and upgrade progress on the "**VIP Levels**" interface

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

### Levels Rules

<figure><img src="/files/fSUkjTQsr1P1LJRIleYj" alt="" width="563"><figcaption></figcaption></figure>

**Upgrade Mechanism:**&#x20;

Automatic upgrades occur once daily, consistently at 00:00 (UTC+0) each day.&#x20;

Users can directly ascend to higher tiers without needing to progress through each intermediate tier.&#x20;

**Downgrade Mechanism:**&#x20;

Automatic downgrades occur once daily, consistently at 00:00 (UTC+0) each day. Downgrades adjust directly based on data to correspond with the current VIP tier.&#x20;

**Example:**

<table data-header-hidden><thead><tr><th width="228"></th><th></th><th></th></tr></thead><tbody><tr><td></td><td><strong>User</strong> <strong>A</strong></td><td><strong>User</strong> <strong>B</strong></td></tr><tr><td>Trading Fee Discount</td><td>0</td><td>10%</td></tr><tr><td>Colleteral($)</td><td>100</td><td>100</td></tr><tr><td>Leverages</td><td>10.00x</td><td>10.00x</td></tr><tr><td>Position($)</td><td>1000</td><td>1000</td></tr><tr><td>Anticipated Transaction Fees($)</td><td>0.6</td><td>0.6</td></tr><tr><td>Actual Transaction Fees($)</td><td>0.6</td><td>0.54</td></tr></tbody></table>


---

# 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://docs-perp.trado.one/portfolio/vip-level.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.
