GlossaryBlockchain Glossary
Upgradeable Contract
A smart contract system where the logic can be changed after deployment. Achieved through proxy patterns (the proxy forwards calls to an implementation that can be replaced). Upgradeability introduces centralization risk — whoever controls the upgrade key can change contract behavior.