# Trading Fee

**General Contracts:**&#x20;

Type Before Adjustment       After Adjustment

Maker :        0.02%                  0.02%

Taker   :        0.02%                  0.04%

**Degen Contract Fee Calculation Method:**

Degen Contract Closing Fee Rate = max(Unrealized P\&L \* Sharerate / Notional Amount, Minimum Closing Fee Rate)

Parameter Description:

Sharerate: 20%

Minimum Closing Fee: 0.03%

Notional Amount: Closing Price × Position Quantity


---

# 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://top-one.gitbook.io/top.one/en1/fee/trading-fee.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.
