Whitelisting QUICK and 200K BNT Co-Investment

Do we know why their contract allows for minting new tokens every year?

/// @notice Minimum time between mints
uint32 public constant minimumTimeBetweenMints = 1 days * 365;

/// @notice Cap on the percentage of totalSupply that can be minted at each mint
uint8 public constant mintCap = 2;

I don’t think this is necessarily something that would prevent us from listing this token but would be good to know why that’s there? E.g. Enzyme Finance does something similar ((DEPRECATED) Whitelist Enzyme Finance utility token (MLN) Plus 250K BNT Co-Investment Limit) and I would love to know the tokenomics behind QUICK as well.