# Explanation of Contract Fee Rates

Here are the details of the contract fee rates:

| **Type**                 | **Rate** | **Notes**                                                       |
| ------------------------ | -------- | --------------------------------------------------------------- |
| Market Order / taker     | 0.06%    | <p><br></p>                                                     |
| Conditional Order /maker | 0.04%    | Includes limit orders, take-profit orders, and stop-loss orders |

**Fee Calculation Formula:** Quantity × Price × Fee Rate = Contract Fee

(Fee applies to both opening and closing positions)

**Example:**

Current ETH market price: 2633 U

User A opens a long position of 1 ETH at the current market price.

**Opening Fee:** 2633 U × 1 × 0.06% = 1.5798 U

User A sets a stop-loss price at 2613 U. When the market price hits 2613 U, the stop-loss order triggers and

closes the position.

**Closing Fee:** 2633 U × 1 × 0.04% = 1.0532 U


---

# 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://kine.gitbook.io/kine-docs-portal/library/explanation-of-contract-fee-rates.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.
