A Solidity implementation of a transparent upgradeable beacon proxy that combines the beacon proxy pattern with transparent proxy upgradability features.
The beacon pattern enables multiple proxy instances to share a single upgradeable beacon, making it efficient to deploy many instances of the same contract. The transparent proxy extension enables updating a specific proxy’s implementation without impacting other contracts linked to the beacon.
- Website: LTV
- Protocol implementation: GitHub Repository
- Documentation: Protocol Documentation
- Twitter: @ltvprotocol