# Fee Management

**Distribute Fees** allows you to transfer collected fees to the addresses configured as Fee Recipients.

<figure><img src="/files/Gmenus73eNj1FKRoQ6qo" alt="" width="354"><figcaption></figcaption></figure>

## Total Fees Owed

Total Fees Owed consolidates all fees accrued based on the fee types you have configured.

{% hint style="info" %}
Learn more about Fees, [HERE](https://enzyme-finance.gitbook.io/onyx/enzyme-vault/fees).
{% endhint %}

{% hint style="warning" %}
**Total Fees Owed** represents the remaining fees owed that have not yet been distributed, rather than a life-to-date total.
{% endhint %}

## Available Liquidity

Available Liquidity refers to the funds currently held in the Vault smart contract.&#x20;

{% hint style="success" %}
**Why would Total Fees Owed differ from Available Liquidity?** \
\
1\) Fees are not automatically transferred to the Vault smart contract. They remain in your Management environment and must first be transferred to the Vault smart contract before being processed processed.\
\
2\) Fees can be distributed using any liquidity available in the smart contract (*for example, funds collected from deposits*). However, liquidity may still fall short.
{% endhint %}

## Distributing Fees

1\) Select the Fee Recipient\
2\) Select the amount according to the Available Liquidity and Total Fees Owed\
3\) Confirm with **Distribute Fees**\
\
The process of distributing fees is an on-chain transaction :\
:arrow\_forward: Only Vault Owner and Vault Admins can execute such commands using their Owner Wallet and Admin Wallets\
:arrow\_forward: Triggers a transaction to approve in the wallet interface of either the Owner Wallet or the Admin Wallet executing the transaction&#x20;


---

# 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.enzyme.finance/onyx-user-documentation/administration-app/vault/fee-management.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.
