> For the complete documentation index, see [llms.txt](https://phemex.gitbook.io/phemex-web3-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phemex.gitbook.io/phemex-web3-whitepaper/features/phemex-token/token-benefits/fee-discounts-and-earn-boosts.md).

# Fee Discounts & Earn Boosts

Having a certain threshold of vePT will grant users Phemex VIP privileges and corresponding trading fee discounts. vePT holders can also obtain interest rate boosts for Phemex Earn products as well as lower costs of borrowing for Margin Trading. vePT holders also enjoy a 30% discount on USDT borrowing rates when using the Phemex Lending Protocol. The specific terms of these benefits are subject to decentralized decision-making by the PhemexDAO.&#x20;

Users who achieve VIP privileges through their vePT holdings will also receive monthly airdrops of USDT by making fiat deposits or [buying crypto](https://phemex.com/fiat/buy-crypto/place-order?side=buy) on Phemex. Higher VIP levels are eligible to receive more frequent airdrops every month based on their deposits and buy crypto transactions.

| **vePT Balance** | **VIP Privilege** | <p><strong>Contract Trading Fee</strong></p><p><strong>Maker / Taker</strong></p> | **Spot Trading Fee Maker / Taker** |
| ---------------- | ----------------- | --------------------------------------------------------------------------------- | ---------------------------------- |
| ≥0               | VIP level 0       | 0.01% / 0.06%                                                                     | 0.1% / 0.1%                        |
| ≥50,000          | VIP level 1       | 0.01% / 0.055%                                                                    | 0.09% / 0.1%                       |
| ≥100,000         | VIP level 2       | 0.0055% / 0.05%                                                                   | 0.05% / 0.07%                      |
| ≥200,000         | VIP level 3       | 0.0045% / 0.045%                                                                  | 0.045% / 0.065%                    |
| ≥400,000         | VIP level 4       | 0.002% / 0.04%                                                                    | 0.04% / 0.06%                      |
| ≥1,000,000       | VIP level 5       | 0.001% / 0.0375%                                                                  | 0.035% / 0.055%                    |


---

# 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://phemex.gitbook.io/phemex-web3-whitepaper/features/phemex-token/token-benefits/fee-discounts-and-earn-boosts.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.
