[GIP-286] Protocol Surface Reduction: v3.0 admins and Obsolete Bytecode
AI summary
This proposal aims to clean up the Gearbox protocol by removing outdated components. It will close down the legacy V3.0 markets, which currently have no active loans, by removing all administrative controls and preventing any future updates. Additionally, it will block the deployment of obsolete smart contracts and price feeds from the protocol's BytecodeRepository.
If passed, this proposal will reduce the protocol's attack surface and maintenance overhead by eliminating unnecessary administrative roles and preventing the use of old, unused code. This benefits the entire DAO by making the protocol more secure and efficient, with no negative impact on current users or active markets.
Voting results
Votes over time
x-axis = % of voting window elapsed · y-axis = cumulative VP per choice
🐳 Whale votes
9 votes > 5% VPFull proposal
Summary
This proposal bundles two precautionary cleanups that touch no live positions and affect no active market, user, or curator:
- Close the legacy V3.0 markets, where the pools now carry zero debt and borrowing is blocked: pause the controller, remove every pausable and unpausable admin, and remove governance's ability to queue further updates.
- Forbid the init code of obsolete integration and price-feed contracts in the BytecodeRepository so they can no longer be deployed.
Both actions shrink what the prot…