> For the complete documentation index, see [llms.txt](https://docs.quipuswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quipuswap.com/smart-contracts/farming/fees-overview.md).

# Fees overview

Fees have 16 decimals (the precision for fees calculation). When the admin setups fee, he should add 16 extra symbols (multiply by 10^16). For example:

* 15% must be 15 \* 10^16;
* 21.5% must be 21.5 \* 10^16;
* 19.99% must be 19.99 \* 10^16;
* 1% must be 1 \* 10^16;
* 100% must be 100 \* 10^16.
