> For the complete documentation index, see [llms.txt](https://docs.shieldex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shieldex.io/getting-started/general/about-trading.md).

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