Browse DEF's website and content

Proxy Contract

A smart contract that acts as an interface between users and the main implementation contract in a proxy pattern for a DeFi protocol. It stores the protocol’s state (data) while delegating function calls to a separate implementation contract that contains the business logic. This design allows for protocol upgrades by redirecting the proxy contract to new implementation contracts without changing the protocol’s address or losing its stored data.

Back to Dictionary

Latest Posts