Data Contract
A specialized smart contract employed in the data separation pattern commonly used in DeFi protocols. These smart contracts store and manage data (i.e., state), containing functions that allow other contracts to access and modify the stored information. Unlike logic contracts, data contracts remain persistent during protocol upgrades and serve as the protocol’s permanent data storage layer.
Back to Dictionary