Boost SDK
Protocol Fees
How fees work and how to calculate them
The Boost Protocol collects protocol fees from budgets on 3 distinct occasions:
- At time of Boost creation, transferring assets to incentives from budgets
- On claim, recouping assets from the incentive’s backing asset
- On retrieving assets from an incentive back to a budget
At time of writing, the base protocol fee in basis points is 10%
and, for any qualifying event, the math can be summarized with the following equation:
Calculating fees for Boost creation
For ERC20 incentives, you’ll want to ensure your budget has enough assets to cover the full amount that can be claimed by users, as well as the protocol fee. The following is a simple code sample that can help ensure your new Boost does not revert with an Insufficient Funds
error.