> ## Documentation Index
> Fetch the complete documentation index at: https://docs.otim.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Treasury

This contract holds all fees collected from Instruction executions. Each time an Instruction is executed on behalf of a user, a fee is collected and sent to this `Treasury` contract. To read more on Otim's fee structure, check out the [Fee Structure](/docs/concepts/fee-structure) page.

The source code is available on [GitHub](https://github.com/otimlabs/otim-protocol/blob/main/src/infrastructure/Treasury.sol).
