These contracts are critical support infrastructure for Gamma.
HypeRegistry: These contracts store all the Vaults under each AMM/chain for integrations and reference.
UniProxy: All deposits must go through the UniProxy (deposit proxy) to ensure deposit safety
Clearing: These contracts provide the deposit-clearing logic for the UniProxy contract. It provides safeguards to ensure that the deposits are not used to attack the vault by mandating deposit ratios and implementing TWAP checks and deposit caps.
Admin: These contracts have limited functionality to rebalance and compound the positions as well as replace the UniProxy contract addresses amongst other functionality
ChefRegistry: These contracts store all the Gammachefs under each AMM/chain for integrations and reference.
Gammachef: These contracts are a modified version of Sushiswap's "MasterchefV2 + Rewarder" incentives system. LP tokens are deposited into Gammachef, which directs an array of rewarders to transfer reward tokens to the user
Rewarder: These contracts are attached to the Gammachef and can reward any number of positions listed in the Gammachef. An unlimited array of rewarders may be attached to any position within the Gammachef allowing for an unlimited variety of token rewards per LP position