> For the complete documentation index, see [llms.txt](https://docs.supervol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.supervol.io/developers/structure/fee-structure.md).

# Fee Structure

SuperVol trades currently have no opening / funding / closing fees.&#x20;

#### **Overall Fee** <a href="#overall-fee" id="overall-fee"></a>

{% tabs %}
{% tab title="1 Hour Option" %}

* For each round, **4.9% of the profit** will be charged as the Overall Fee of SuperVol, which will then be split between the operator and the participants.
* For example, if User A paid 10 USDC to buy an <mark style="color:green;">**OVER**</mark> option and wins 100 USDC at expiry,
  * User A pays 4.41 USDC (=Profit 90 \* Platform Fee 4.9%) as a fee.
  * User A receives 95.59 USDC as the final result.
* On the other hand, User B, the counterpart of such option (=buyer of <mark style="color:red;">**UNDER**</mark> option at the same expiry) who paid and lost 90 USDC **will NOT be subject to a fee**.
* Fees are rounded to the second decimal (0.01 USDC)
  {% endtab %}

{% tab title="1 Minute Option" %}
*As of now, there is no additional fee associated to trading 1 Minute options on SuperVol.*\
\
*Traders are only subject to the price spread displayed on the order screen.*
{% endtab %}
{% endtabs %}

#### Operational Stability Fee <a href="#operational-stability-fee" id="operational-stability-fee"></a>

* SuperVol prioritizes user safety above all - thus, we have implemented measures to prevent malicious attacks towards both the smart contract and deposited user funds.
* To keep operations stable, a **small fee** is charged for withdrawal requests from SuperVol (subject to change)


---

# 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.supervol.io/developers/structure/fee-structure.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.
