Found Academy useful? A $5 donation by May 14 helps us ship more, faster. Every donor counts (QF matching).

Donate
All glossary terms
Architecture

Proxy Pattern

A smart contract architecture where users interact with a proxy contract that delegates calls to a separate implementation contract. Enables upgradeability (the implementation can be swapped) at the cost of added complexity and a trust assumption on the upgrade key holder.

Related terms in Architecture