# Fees-saving calculation

{% hint style="success" %}
**Note:** Evia pays all the fees on user's behalf
{% endhint %}

The fee for each compounding transaction, if done manually, consists of two parts:

1. Claiming rewards: $0.025
2. Staking rewards to validators: $0.025

Therefore, the total fee for manual compounding per transaction is $0.05.

**Calculation:**&#x20;

To calculate the fees saved when using Evia's Auto-Compounding Vaults, follow these steps:

1. Determine the number of auto-compounding transactions per specified time period (e.g., per day, per week, per month).
2. Multiply the number of auto-compounding transactions by the total fee for manual compounding per transaction.
   * For example, if the user sets the vault to auto-compound twice daily and the total fee for manual compounding is $0.05 per auto-compound, then for a month (30 days), the calculation would be:

```
Total fee saved = (Number of auto-compounds per day) * (Total fee for manual compounding per compounding) * (Number of days in a month) 
```

```
Total fee saved = (2) * ($0.05) * (30) = $3.00 [Per vault]
```


---

# 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.evia.network/fundamentals/fees-saving-calculation.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.
