Overpass can charge fees on deposits into yield tokens. Fees are denominated in the underlying asset and affect the number of yield tokens minted from a deposit.Documentation Index
Fetch the complete documentation index at: https://docs.overpass.ag/llms.txt
Use this file to discover all available pages before exploring further.
Fee types
Overpass supports two deposit fee types:- protocol deposit fee
- creator deposit fee
Creator deposit fee
The creator deposit fee is set when a yield token is created. It can be updated later by the creator. The creator fee:- is charged on deposits
- accumulates as pending fees
- can be claimed by the creator wallet
- is capped by the program’s maximum creator fee
ABSOLUTE_MAX_FEE_BPS is 1000 basis points, or 10%.
Protocol deposit fee
The protocol deposit fee is set in the global Overpass config. It is charged on deposits and can be claimed by the configured protocol fee recipient. Applications can read the current global config before quoting or displaying fee breakdowns.Displaying fees
User interfaces should show:- creator deposit fee
- protocol deposit fee
- total deposit fee
- estimated output after fees