Logistics manager tracking shipments on tablet, QR codes and shipping containers visible, warehouse background, operational work moment.
Protocols

Collateral Factor Adjustments

Tracks historical and pending governance actions that change collateral factors across Aave markets, detailing the risk methodology, affected stakeholders, and operational impact on borrowing power and solvency.
introduction
BORROWING POWER GOVERNANCE

What is a Collateral Factor Adjustment?

A governance-controlled parameter change that directly alters how much can be borrowed against a specific asset deposited in Aave.

A collateral factor adjustment is an on-chain governance action that modifies the maximum loan-to-value (LTV) ratio for a specific asset within an Aave market. This parameter, expressed as a percentage, dictates the maximum borrowing power a user receives for depositing that asset as collateral. When Aave governance votes to increase a collateral factor, users can borrow a larger amount against the same deposit; a decrease reduces borrowing power and can trigger immediate liquidation risk for positions that become undercollateralized under the new, more conservative parameter.

These adjustments are typically proposed by risk service providers like Chaos Labs and Gauntlet based on quantitative models that assess asset liquidity, volatility, and market capitalization. The operational impact is immediate upon on-chain execution of the governance proposal. For integrators, this means that risk engines, portfolio dashboards, and liquidation bots must consume the new liquidationThreshold and maxLTV values from the pool's data provider contract without delay. A failure to update these parameters in off-chain systems can lead to incorrect health factor calculations, missed liquidation opportunities, or a false sense of solvency for user positions.

For protocols and treasuries with large Aave positions, a pending collateral factor change is a critical operational signal that should trigger an internal risk review. A reduction in the collateral factor for a core treasury asset can force deleveraging, while an increase may present new yield opportunities. Chainscore Labs provides an impact assessment for affected parties, modeling the precise effect of a proposed adjustment on position health, liquidation proximity, and capital efficiency before the governance vote executes.

COLLATERAL FACTOR ADJUSTMENTS

Quick Facts

Key operational facts for evaluating the impact of a collateral factor change on Aave positions and integrated systems.

AreaWhat changesWho is affectedAction

Borrowing power

Maximum amount a user can borrow against a specific collateral asset increases or decreases

Borrowers, yield aggregators, leveraged position managers

Recalculate position health factors and maximum LTV for affected assets

Liquidation risk

Positions become closer to or further from the liquidation threshold

Borrowers, liquidators, risk dashboards

Update liquidation monitoring bots and risk alerts with new collateral factor

Governance process

Parameter changed via on-chain AIP after risk service provider recommendation and community vote

Governance delegates, risk teams, protocol integrators

Review the AIP payload and verify the exact parameter change against the canonical source

Risk methodology

Change reflects updated assessment of asset liquidity, volatility, and market cap by risk stewards

Risk managers, treasury operators, institutional borrowers

Trigger internal risk review for large positions dependent on the affected asset

Smart contract state

Updated collateral factor stored in the PoolConfigurator contract for the specific asset market

Indexers, subgraph operators, data teams

Confirm event emission and update data pipelines to ingest the new parameter

UI and tooling

Borrowing limits displayed in front-ends and dashboards will reflect the new factor after update

Wallet providers, DeFi dashboards, portfolio trackers

Verify UI correctly reads the updated on-chain value and displays accurate max borrow amounts

Composability

Protocols building on Aave (e.g., yield optimizers, leverage engines) may have position constraints

DeFi protocols, vault strategies, structured products

Audit downstream logic for assumptions about maximum borrowing power for the affected asset

technical-context
PARAMETER RISK FRAMEWORK

Risk Methodology and Governance Rationale

How Aave's collateral factors are set, reviewed, and adjusted through a continuous risk management cycle.

Collateral factors in Aave are not static configuration values; they are the primary risk-control lever that governs how much borrowing power a given asset provides. Each collateral factor represents the maximum percentage of an asset's value that can be borrowed against, directly defining the protocol's exposure to asset-specific default risk. The methodology for setting these factors is a continuous cycle of quantitative risk assessment, market surveillance, and governance deliberation, primarily driven by risk service providers like Chaos Labs and Gauntlet who run agent-based simulations and stress-testing models against historical volatility, liquidity depth, and correlation data.

A proposed adjustment typically follows a structured governance path: a risk service provider publishes a recommendation on the governance forum with supporting data, the community discusses the trade-offs during a temperature check, and if consensus forms, the proposal advances to an on-chain Aave Improvement Proposal (AIP) for a binding vote. The operational consequence is immediate upon execution—the new collateral factor is written to the PoolConfigurator contract, instantly changing the maximum borrowing power for all existing and new positions in that asset. This means a decrease can trigger sudden liquidation risks for users near their borrowing limit, while an increase can unlock new borrowing capacity without any user action.

For integrators, wallets, and risk dashboards, a collateral factor change is a critical event that must be consumed in real time. Systems that calculate account health factors, trigger liquidation bots, or display borrowing capacity to users must update their parameter sets immediately following the on-chain transaction. Chainscore Labs can provide a pre-execution impact assessment for protocols and treasuries with large Aave positions, modeling the specific effect of a pending change on position solvency and identifying accounts that may need to be deleveraged before the AIP executes.

COLLATERAL FACTOR ADJUSTMENT IMPACT

Affected Stakeholders

Direct Impact on Active Positions

A collateral factor reduction directly decreases your borrowing power against the affected asset. If your position's health factor is already low, this change can trigger immediate liquidation without any price movement.

Action Steps:

  • Re-calculate your maximum borrowing capacity using the new collateral factor.
  • If your health factor is below 1.05, immediately supply more collateral or repay debt to avoid liquidation.
  • For large positions, simulate the impact of a further 5-10% collateral factor decrease to stress-test your margin of safety.

Monitoring:

  • Do not rely solely on UI health factor displays. Query the getUserAccountData function on the Pool contract directly to confirm your post-change status.
  • Set alerts for governance proposals that mention assets you hold as collateral.
implementation-impact
COLLATERAL FACTOR CHANGE RESPONSE

Operational Impact and Required Actions

A collateral factor adjustment directly alters borrowing power across Aave markets. Integrators, risk managers, and large position holders must immediately assess the impact on position health, liquidation risk, and downstream protocol dependencies.

01

Position-Level Solvency Reassessment

A decrease in a collateral factor reduces the maximum borrowing power for that asset. All positions using the affected asset as collateral must be re-evaluated for health factor degradation. Risk managers should run a deterministic stress test against the new parameter to identify positions approaching liquidation thresholds. For large treasuries or DAOs, this may require immediate deleveraging or top-up transactions to avoid liquidation cascades.

02

Liquidation Bot Parameter Update

Liquidation bots and keeper networks must update their configurations to reflect the new collateral factor. A change alters the maximum close factor and the profitability calculation for liquidating undercollateralized positions. Failure to update bot logic can result in missed liquidation opportunities or unprofitable transactions. Operators should deploy updated configurations to their keeper infrastructure immediately following the on-chain execution of the governance proposal.

03

Downstream Protocol Impact Analysis

Protocols that build on Aave, such as yield aggregators, leveraged yield farms, or isolated lending markets, must recalculate their own risk parameters. A collateral factor change on a base asset can ripple through composable positions, affecting the solvency of vaults or strategies that recursively borrow. Integrators should run a full system impact assessment and communicate any changes in strategy risk to their users.

04

Oracle and Price Feed Dependency Check

Collateral factor adjustments are often motivated by changes in an asset's liquidity profile or volatility. Teams should cross-reference the governance rationale with the current state of the asset's primary oracle feed. Verify that the price source remains reliable and that no recent oracle deviations or stale price events could compound the risk introduced by the new parameter. This is critical for assets with lower market depth.

05

Governance Monitoring and Alerting

Risk stewards like Chaos Labs and Gauntlet can adjust collateral factors within a delegated mandate without a full on-chain vote. Integrators cannot rely solely on the standard AIP governance cycle for these changes. Implement real-time monitoring of the Aave Pool Configurator contract events to detect parameter changes as they happen, enabling an automated response for position management and user notifications.

06

Chainscore Impact Assessment

Chainscore Labs provides a structured impact assessment for protocols and treasuries with significant Aave positions affected by a pending or executed collateral factor change. This includes a position-level health factor simulation, a downstream integration risk review, and a readiness check for keeper and monitoring infrastructure. Contact the Chainscore team to schedule a review before the change activates.

COLLATERAL FACTOR ADJUSTMENTS

Risk Assessment Matrix

Evaluates the operational and solvency impact of a pending or historical collateral factor change across key protocol participants.

RiskFailure modeSeverityMitigation

Sudden borrowing power reduction

A decrease in the collateral factor triggers immediate liquidations for positions that become undercollateralized at the new parameter.

High

Risk managers should pre-calculate affected positions and alert users; liquidators must ensure bots are calibrated for the new threshold.

Oracle manipulation combined with high LTV

A manipulated price feed inflates collateral value, allowing a malicious borrower to extract maximum value just before a collateral factor reduction is executed.

Critical

Governance should enforce a timelock on parameter changes; integrators must monitor for oracle deviations during the governance delay.

Cascading liquidations in correlated assets

A collateral factor increase on a volatile asset encourages concentrated borrowing, which can trigger mass liquidations across correlated positions during a market downturn.

High

Risk teams should model correlation stress tests before voting; liquidators must ensure sufficient market liquidity to absorb the sell-off.

Stablecoin de-pegging in eMode

A collateral factor increase for a stablecoin in High Efficiency Mode amplifies the impact of a de-peg event, as positions are highly leveraged with thin liquidation margins.

Critical

Governance should pair eMode parameter changes with circuit breakers; integrators must monitor secondary market liquidity for the stablecoin.

Governance attack on parameter change

A malicious proposal or compromised multisig signer forces through an extreme collateral factor change to enable a theft of protocol funds.

High

Delegates must verify the payload of each proposal against the off-chain description; timelocks and veto mechanisms should be active.

Integration lag in risk dashboards

A wallet or DeFi aggregator fails to update its internal risk model with the new collateral factor, displaying incorrect borrowing power to users.

Medium

Integrators must subscribe to on-chain parameter change events and update their position health calculations within the timelock period.

Isolation mode debt ceiling bypass

A collateral factor increase for an asset in isolation mode is not accompanied by a corresponding debt ceiling review, allowing outsized exposure to a risky asset.

Medium

Risk stewards should review the debt ceiling in conjunction with any collateral factor change for isolated assets.

COLLATERAL FACTOR CHANGE VERIFICATION

Post-Adjustment Operator Checklist

After a governance vote executes a collateral factor adjustment, operators, risk managers, and integrators must validate that their systems reflect the new parameter state. This checklist covers the critical verification steps to ensure position calculations, liquidation engines, and user interfaces are operating with the correct borrowing power assumptions.

Confirm the new collateral factor is active in the Aave Pool Configurator contract for the specific asset and market.

  • What to check: Query getReserveConfigurationData() on the Pool Data Provider for the affected asset. The liquidationThreshold value should match the newly approved parameter.
  • Why it matters: A mismatch between expected and actual on-chain state means your system is calculating borrowing power incorrectly, potentially allowing undercollateralized positions or incorrectly blocking valid ones.
  • Confirmation signal: The transaction hash of the governance executor's execute() call has been mined and the event CollateralConfigurationChanged has been emitted with the new LTV.
Chains We Build On

Looking to build on a specific blockchain?

We build smart contracts, DeFi applications, wallets, tokenization platforms, and blockchain infrastructure across the major ecosystems teams choose today. That includes Ethereum, Arbitrum, Optimism, Polygon, Avalanche, Solana, Sui, Aptos, Hedera, Stellar, and NEAR, with support for additional EVM and non-EVM networks based on your product requirements.

EVM ecosystems

  • Ethereum logo
    Ethereum
  • Arbitrum logo
    Arbitrum
  • Optimism logo
    Optimism
  • Polygon logo
    Polygon
  • Avalanche logo
    Avalanche
  • Cronos logo
    Cronos

Non-EVM ecosystems

  • Solana logo
    Solana
  • Sui logo
    Sui
  • Aptos logo
    Aptos
  • Hedera logo
    Hedera
  • Stellar logo
    Stellar
  • NEAR logo
    NEAR

Additional ecosystems

  • Polkadot logo
    Polkadot
  • Cosmos logo
    Cosmos
  • TON logo
    TON
  • Cardano logo
    Cardano
  • Algorand logo
    Algorand
  • Tempo logo
    Tempo

Also available for Base, appchains, custom EVM networks, and cross-chain product architecture.

COLLATERAL FACTOR ADJUSTMENTS

Frequently Asked Questions

Practical answers for risk managers, integrators, and large position holders navigating Aave collateral factor changes.

A reduction in the collateral factor for an asset you have supplied immediately decreases your borrowing power against that asset. If your position's health factor falls below 1.0 as a result, your account becomes eligible for liquidation. Key checks:

  • Recalculate your maximum borrowable amount using the new collateral factor.
  • Monitor your health factor in real-time via on-chain data or a risk dashboard.
  • If your health factor is near 1.0, prepare to either repay debt or supply additional collateral before the change executes.
  • Note that governance parameter changes typically take effect immediately upon on-chain execution; there is no grace period.
Trusted by Industry Leaders

Delivering blockchain solutions for 5+ years.

We have partnered with 50+ leading DeFi protocols, NFT ecosystems, and fintech innovators to build secure, scalable, and capital-efficient blockchain products.

Selected Partners & Clients

ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
I've been working with Chainscore Labs for last 3+ years, they've consistently delivered with strong ownership across multiple projects. The team is reliable and detail-oriented.
L
Lee Erswell
CEO, Telos Foundation
how to get started

How to get started?

If you're looking for blockchain integration, ChainScore Labs has 5+ years of experience helping teams build and integrate exchanges, wallets, smart contracts, tokenization solutions, and protocol-connected products, we can help you choose the right path, integrate securely, and get to production faster. Our team consists of experienced blockchain developers and architects who can help you with your blockchain integration needs.

01

Exploration & Strategy

Define your product goals and choose the right blockchain architecture for your use case.

02

Architecture & Design

Design the smart contracts, tokenomics, and security parameters of your system.

03

Development & Integration

Build and integrate with wallets, oracles, and front-end dApps for a seamless experience.

04

Security & Launch

Comprehensive audits followed by a risk-managed mainnet deployment to protect your users.

Start a build

Need a blockchain engineering team?

Send the project context and we will respond with next steps, scope questions, and a practical path to delivery.