We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Used to pay off any bad debt that may occur in the protocol and also accure rewards
https://docs.maha.xyz/mechanics/safety-pool
bytes32 MANAGER_ROLE
function initialize(address _stablecoin, address _governance, address _rewardToken1, address _rewardToken2, uint256 _rewardsDuration, address _stakingBoost) external
function coverBadDebt(uint256 amount) external
function setStakingBoost(address _stakingBoost) external
function _calculateBoostedBalance(address account) internal view returns (uint256 boostedBalance_, uint256 boostedTotalSupply_)
_Override the calculateBoostedBalance function to account for the withdrawal queue