Author: ChandlerZ, Foresight News

On June 5, Aave officially deployed the Umbrella security module. This module will be launched in phases, marking that AAVE no longer directly bears the risk, and aToken holders assume risk responsibility, achieving a direct correlation between risk and reward.

What has changed in the Umbrella security module?

The Umbrella security module is the core smart contract system used for risk management and incentives within the Aave protocol. Compared to the previous security module, Umbrella unifies the management of multiple StakeTokens associated with a single Aave v3 liquidity pool through the core contract Umbrella Core, responsible for slashing and deficit compensation functions.

The module defines two deficit states:

The first is 'pending deficit,' which refers to capital losses that have been deducted from StakeTokens but have not yet been compensated.

The second is 'deficit offset,' which sets a threshold such that when the liquidity pool's losses are below this threshold, no reduction operation is triggered.

For example, in the Aave v3 USDC pool on the Ethereum mainnet, if the set deficit offset is 500 USDC, a reduction of the corresponding waUSDC stake token will only occur when losses exceed this amount.

In the specific process, when the liquidity pool generates a deficit of 1000 USDC, the automated system calls the slash function of Umbrella Core, and based on the preset 500 USDC deficit offset, it actually reduces 500 USDC of waUSDC tokens. The reduced token funds are transferred to the Aave Collector, and these funds are no longer available for withdrawal by stakers. Subsequently, entities with covering rights will call the coverPendingDeficit function to pull the corresponding funds from the Collector and invoke the eliminateReserveDeficit interface of the Aave v3 pool to complete the deficit coverage.

In terms of permission settings, Aave governance is responsible for configuring asset pairs, adjusting reduction parameters, and upgrading contracts. Reduction operations are open to all users and can be triggered according to contract rules, ensuring the system automatically responds to liquidity pool risks. Coverage operations for deficits are limited to entities holding the COVERAGE_MANAGER_ROLE, ensuring that capital flows are controlled and compliant.

Additionally, Umbrella provides a supporting user interface, allowing users to stake, redeem, activate cooling-off periods, and claim rewards. To simplify multi-step interactions, it has designed a batch operation auxiliary contract UmbrellaBatchHelper under the MIT license, facilitating integration and optimization of user experience by third-party developers.

Overall, the Umbrella security module improves the flexibility and transparency of liquidity pool risk control by introducing a refined deficit management mechanism and clear division of permissions, providing a robust technical foundation for Aave DAO governance and operation.

What are the potential advantages and disadvantages of the Umbrella security module?

For the overall protocol and users, the Umbrella security module has the following pros and cons:

Potential advantages:

  • Refinement of risk management: Umbrella Core supports setting a 'deficit offset' threshold, allowing the DAO to set specific deficit thresholds to decide whether to trigger a reduction, which improves flexibility in handling slight losses. For example, when losses are below 100,000 USDC, they can be covered by the Aave Collector to avoid reducing pledged assets.

  • Modularity and scalability: Umbrella Core centrally manages various StakeToken instances, supporting multi-network and multi-asset scalability, facilitating strategic deployment at the governance level.

  • Open interfaces and UI support: Provides open-source frontend and auxiliary contracts (UmbrellaBatchHelper), enhancing user interaction experience and facilitating integration and secondary development.

Potential disadvantages and risks:

  • Staking rewards are linked to risk: Compared to the traditional Safety Module, stakers under Umbrella bear a clear reduction risk. When the liquidity pool suffers losses exceeding the set threshold, StakeTokens will be deducted. For example, if losses exceed 500 USDC, the system will deduct the corresponding staked assets.

  • Reduced assets are non-recoverable: The reduced StakeTokens are sent to the Aave Collector to cover liquidity pool losses, and stakers cannot redeem them. The system uses this mechanism to cover risks, but users permanently lose the corresponding assets.

  • Dependence on permission role operations: For example, capital coverage operations must be triggered by entities holding the COVERAGE_MANAGER_ROLE. If governance or operations are delayed, it may affect the efficiency of risk disposal.

  • The transition mechanism is relatively complex: In the early stages of the Umbrella launch, stkAAVE/stkABPT and Umbrella StakeToken exist in parallel, and users need to pay attention to migration paths and incentive changes to prevent misunderstandings or operational errors due to adjustments.

Users are concerned about pledge yield

In the Umbrella module, the staking yield for users is set by governance and dynamically adjusted based on the total staking amount and the reward pool balance. Each type of StakeToken (such as waUSDC, waGHO) must be initialized through governance proposals, configuring its target liquidity, maximum reward per unit time, and distribution cycle. The reward funds come from a preset rewardPayer address, usually the Aave DAO's Collector or its sub-accounts.

Taking USDC as an example, if the target liquidity is 1 million USDC, and initially only 500,000 is actually staked, rewards will be concentrated and distributed over time, resulting in a relatively higher yield; as the staking volume increases, the yield approaches the target level set by governance. If reward funds are insufficient or delayed in replenishment, yields may decline or even be interrupted.

It is worth noting that GHO stakers are particularly affected during this migration. Because the target liquidity and annual incentive cap set for waGHO by the Umbrella module are significantly lower than the subsidy levels of stkGHO in the old security module, it may lead to their expected annual return rate dropping from 13% to around 7.7%, which could also affect the market demand for GHO and the overall issuance pace.

In addition, unlike the old security module, Umbrella allows flexible reward settings by asset, making it easier to link with protocol risk levels. However, users' earnings are highly dependent on governance efficiency and capital scheduling capabilities, so attention should be paid to governance progress and the status of reward pools across networks to assess the trade-off between potential returns and liquidity risks.

Summary

In May 2025, Aave maintained high liquidity on major chains such as Ethereum and Arbitrum. Coupled with a flash loan service fee rate of 0.09% and large loan scales, the protocol's revenue for the month reached approximately 39 million USD. Based on this, Aave's market share in the money market field exceeds 50%. Although the price of AAVE tokens has not yet broken the historical high, as an established DeFi project, it has shown relatively stable performance. Comprehensive operational metrics show that Aave's dominant position in the crypto lending market remains at a high point in nearly two years.

The launch of the Umbrella security module reflects Aave's continued advancement in product and risk management. The current business foundation is relatively solid, and if the existing pace of innovation is maintained, future performance is expected to improve. This continuous optimization and improvement also provides a reference for other DeFi projects. In a competitive environment, continuous updates in technology and products are key to maintaining competitiveness and achieving long-term development.