Composability Risk
Composability Risk refers to the systemic dangers inherent in building financial applications by combining multiple independent smart contracts and protocols. While this modularity drives innovation in DeFi, it creates deep interdependencies where a failure in one component can propagate throughout the entire system.
If a derivative protocol relies on an external lending platform for its collateral, and that platform suffers a hack or a liquidity crisis, the derivative protocol is directly affected. This is a classic example of systems risk and contagion.
Because these contracts are often open-source and permissionless, the risk is not just limited to intentional interactions but also to unexpected behavior when protocols are composed in ways the original developers did not anticipate. It requires a deep understanding of protocol physics to assess how liquidity flows and risk parameters change when assets move across different layers.
Managing this risk involves rigorous stress testing, the use of circuit breakers, and careful selection of external dependencies. It is the primary challenge in ensuring the long-term stability of the interconnected digital asset ecosystem.