# Urani's Dynamic Fees

Swap fees and the fees generated from an order surplus (the bid-ask spread) should be dynamic, increasing during times of high volatility and decreasing when volatility is low.

To achieve this, the Urani Protocol aims to balance several factors, such as transaction speed, price discovery, agent operational costs, and overall network health.

{% hint style="info" %}
In its v1 (alpha) version, Urani will not charge fees, so all surplus goes to operators and users.

Urani's multidimensional fees and agent rewards will be implemented in future protocol versions.
{% endhint %}


---

# 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.urani.trade/urani-protocol/technical-considerations/multidimensional-market/uranis-dynamic-fees.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.
