# Claiming Fees

Managers earn fees on the assets under management in their BSKTs. These fees accrue over time and can be claimed at the manager's discretion.

## How Fees Work

Management fees are collected as additional LP tokens minted at each deposit into the BSKT. The fee is taken from the basket's net asset value (NAV). The fee structure is defined at the protocol level.

Fees accrue with each deposit and are tracked by the smart contract. They do not need to be claimed at any specific interval. Managers can claim whenever they choose.

## How to Claim

1. Navigate to your BSKT's management page
2. View your pending fee earnings
3. Click **Claim Fees**
4. Confirm the transaction in your wallet

Fees are paid out in ETH to your manager wallet.

## MEV Protection

Fee claiming involves converting accrued fees into ETH, which requires token swaps. Like all swap operations in the protocol, this is protected against MEV attacks through the backend signing service.

## Important Notes

* Fees can only be claimed by the wallet holding the management NFT
* There is no minimum claim amount
* Claiming fees does not affect the basket's TVL or LP token value. Fees are tracked separately from investor capital
* If a constituent token has been delisted or is no longer tradeable, the claim process handles this automatically


---

# 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.alvara.xyz/fund-managers/claiming-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.
