# VIP Program

The Dexodus VIP Program rewards high-level liquidity providers and active traders with exclusive fee discounts. By meeting specific monthly liquidity or trading volume requirements, users can access one of five VIP tiers. These tiers provide progressively larger fee discounts, incentivizing deeper engagement with the Dexodus platform.

### VIP Tiers

<table><thead><tr><th>VIP Level</th><th width="220">Average Liquidity</th><th>Monthly Trading Volume</th><th>Fee Discount</th></tr></thead><tbody><tr><td>VIP 1</td><td>$150 - $499</td><td>$10,000 - $99,999</td><td>5%</td></tr><tr><td>VIP 2</td><td>$500 - $2,499</td><td>$100,000 - $499,999</td><td>10%</td></tr><tr><td>VIP 3</td><td>$2,500 - 24,999</td><td>$500,000 - $2,499,999</td><td>15%</td></tr><tr><td>VIP 4</td><td>$25,000 - $99,999</td><td>$2,500,000 - $9,999,999</td><td>25%</td></tr><tr><td>VIP 5</td><td>$100,000 - $249,999</td><td>$10,000,000 - $49,999,999</td><td>35%</td></tr><tr><td>VIP 6</td><td>>$250,000</td><td>>$50,000,000</td><td>50%</td></tr></tbody></table>

### Program Details

The program evaluates users based on either **Liquidity Provided** or **Monthly Trading Volume**, ensuring that both LPs and traders have equal opportunities to benefit from the VIP system.

* **Flexible Entry Criteria**: Users can qualify for VIP tiers based on either their monthly liquidity provision or their monthly trading volume, allowing different types of users to benefit from the program.
* **Automatic Tier Adjustment**: The system will automatically adjust the VIP level based on the user’s monthly liquidity and trading volume, updating daily to ensure accurate tier placement.
* **Progressive Fee Discounts**: Higher tiers provide greater fee discounts, from 5% for VIP 1 up to 50% for VIP 6, rewarding increased engagement and commitment to Dexodus.

This tiered VIP structure allows users to maximize their benefits based on their specific activity, creating an inclusive program that values both liquidity provision and active trading.


---

# 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.dexodus.finance/protocol/vip-program.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.
