# About Trading

### What is Funding Fee?

Funding fee is the cost borne by the users to keep positions open for the funding interval. The fee will be prepaid for opening a position, and accumulated through funding intervals. Please refer to the [Pricing Method](https://docsend.com/view/7k98hrtjtscc5w7j) for additional details.&#x20;

### **What is Trading Fee?**

Trading fees are applied to open a new position. Currently, the fee is fixed at 0.1% of the notional value of the contract.

### What is Liquidation and the Maintenance Margin?

When you open a trade, you'll be paying ongoing funding fees in order to maintain the open position. As your funding balance decreases, near to the point where your position may be open for one more period - it's important to remember the locked Maintenance Margin (MM) which is included in your Funding Balance.

A user can be liquidated based on the following formula: Funding Balance = Available Balance + Maintenance Margin. Liquidation occurs when Available Balance < Funding Fee. The MM is sent over to the Insurance Fund and your position is closed.

In order to avoid forced liquidation, you will need to keep in mind that the MM is included in your funding balance. When your balance minus the MM is less than your funding fee, your position will be liquidated.


---

# 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.shieldex.io/getting-started/general/about-trading.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.
