> For the complete documentation index, see [llms.txt](https://vesselfinance.gitbook.io/vessel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vesselfinance.gitbook.io/vessel/mainnet-user-guide/fees/trading-fee.md).

# Trading Fee

Trading fees are charged when an order is executed on Vessel. The fees are calculated as a percentage of the total value of the received token.

## Maker and Taker Fees

Currently, there is only one level of trading fee rate for Vessel users. In the future, Vessel will introduce VIP levels, where users will enjoy different fee rates based on their VIP status.

|             | Maker Fee Rate | Taker Fee Rate |
| ----------- | -------------- | -------------- |
| VIP Level 0 | 0.2%           | 0.2%           |

## Pair Fee Discount

Pair Fee Discount is an additional factor applied to the trading fees for specific pairs, which can significantly reduce the fees for traders.&#x20;

Please note that the promotional trading fees are only applicable to the trading pairs found in the list below.

<table><thead><tr><th width="204.33333333333331">Trading Pair</th><th>Maker Fee</th><th>Taker Fee </th></tr></thead><tbody><tr><td>USDC/USDT</td><td>5% * Standard Fee Rate</td><td>5% * Standard Fee Rate</td></tr></tbody></table>

## User Fee Rate Example

If your VIP Level in Vessel is **VIP 0**, your Maker Fee Rate is **0.2%** and Taker Fee Rate is **0.2%**. Let's say you want to trade the USDC/USDT pair, and there is a **95%** off on the taker and maker fees for this pair.

**Calculation:**

Your maker fee rate in USDC/USDT is 0.2% \* (1-95%) = 0.01%\
Your taker fee rate in USDC/USDT is 0.2% \* (1-95%) = 0.01%

## Trading Fee Examples

### **Buying Example**

If you buy 1 ETH at 3000 USDC, and the order is filled:

* Your trading fee is $$1 \text{ ETH}×0.2% = 0.002 \text{ ETH}$$
* You will receive $$1 -0.002 = 0.998 \text{ ETH}$$

### **Selling Example**

If you sell 1 ETH at 3000 USDC, and the order is filled:

* Your trading fee is $$3000 \text{ USDC}×0.2% = 6 \text{ USDC}$$
* You will receive $$3000 - 6 = 2994 \text{ USDC}$$

Please note that the fee model may change in the future. Stay informed by keeping an eye on our announcements for any updates.


---

# 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://vesselfinance.gitbook.io/vessel/mainnet-user-guide/fees/trading-fee.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.
