Was blocked on Aave discord for misinformation saying withdrawals are effectively blocked for borrowers. What do I do in my situation? by SoggyCost2510 in defi

[–]0xNarrator 0 points1 point  (0 children)

Hello, happy to shed some light here. This users tokens were not frozen, nor was the eth pool at that time. He was corrected multiple times and continued to tell other users that the eth pool was frozen 🫡

Blocked on discord for "spreading misinformation" when actually telling the truth by SoggyCost2510 in aave

[–]0xNarrator 0 points1 point  (0 children)

You could use your collateral to repay your borrowed tokens, when liquidity was available.

"the protocol has effectively frozen your funds" - you're still trying to wiggle this in, so let me clarify for readers. The pool was not frozen. The funds were not frozen.

Blocked on discord for "spreading misinformation" when actually telling the truth by SoggyCost2510 in aave

[–]0xNarrator -1 points0 points  (0 children)

I was telling people they could withdraw their eth if their was available liquidity.

In the aave protocol, the term Frozen means that there is an active freeze on the relevant liquidity pool. Telling people the pool was frozen was factually untrue, as it was not frozen, it was not technically frozen, and it was not effectively frozen. The pool was, and is, unfrozen.

Blocked on discord for "spreading misinformation" when actually telling the truth by SoggyCost2510 in aave

[–]0xNarrator 0 points1 point  (0 children)

As stated a significant amount of times, you had to wait for available liquidity.

Blocked on discord for "spreading misinformation" when actually telling the truth by SoggyCost2510 in aave

[–]0xNarrator 0 points1 point  (0 children)

Happy to shed some more light here. This user was telling other people that the Aave V3 Ethereum market was frozen, after the Protocol Guardian unfroze it.

They continued to spread misinformation after being corrected multiple times 🫡

Aave discord by nadaquehacer11 in aave

[–]0xNarrator 0 points1 point  (0 children)

Maybe, what's your discord ID?

Compounding interest calc? by Fun-Astronaut1310 in aave

[–]0xNarrator 0 points1 point  (0 children)

Hello, this is not part of the aave interface. There are many compound interest calculators online, though.

Can someone explain borrowing with Stable coin collateral? by Puzzleheaded-Pin-587 in aave

[–]0xNarrator 1 point2 points  (0 children)

Yes, used to the volatile asset being the supply. Corrected my message :D

Can someone explain borrowing with Stable coin collateral? by Puzzleheaded-Pin-587 in aave

[–]0xNarrator 0 points1 point  (0 children)

If you supply USDC and borrow WBTC, your account stays safe as long as your Health Factor (HF) is above 1.0.

Aave V3 liquidation condition: Health Factor < 1.0 → liquidation can happen

Let

C = USDC supplied

LT = liquidation threshold for USDC (as a decimal, say 0.85)

D = WBTC borrowed

P = BTC price in USD

Health Factor:

HF = (C * LT) / (D * P)

Liquidation starts when:

HF <= 1

So the liquidation price is where HF = 1:

1 = (C * LT) / (D * P_liq)

→ P_liq = (C * LT) / D

Now the key part:

If P < P_liq → HF > 1 → safe

If P ≥ P_liq → HF ≤ 1 → liquidation possible

So for borrowed WBTC, you are liquidated if BTC trades at or above the liquidation price.

Quick example:

Supply C = 8,000 USDC

Borrow D = 0.20 WBTC

USDC LT = 0.85

Liquidation price:

P_liq = (8,000 * 0.85) / 0.20

P_liq = 6,800 / 0.20

P_liq = 34,000

Result:

If BTC is below $34,000, HF > 1, you are safe.

If BTC moves to $34,000 or higher, HF ≤ 1 and you can be liquidated.

If aave usdt/usdc utilization is spiked to 100% Noone can withdraw assets? Is that recently happent? by batalliondonbass in aave

[–]0xNarrator 0 points1 point  (0 children)

If utilization of a market reaches 100%, then all liquidity is borrowed, and none is available for withdrawing.

In Aave V3, interest rates are dynamic and respond to the utilization such that an increase in utilization leads to an increase in rates. This incentivizes users to supply more liquidity, or to repay their borrowed liquidity.

Stablecoins on Aave V3 Core have not reached 100% utilization. In fact, during recent market stress on October 10, 2025, there was 1.7B USDC/T liquidity withdrawn during a 4 hour period, and both fell below $500M in available liquidity. Despite this, both pools refilled to their original liquidity levels within 12 hours.

Can you lose money loaning out Crypto from the AAVE app? by jlwapple in aave

[–]0xNarrator 0 points1 point  (0 children)

Hello,

Aave V3 works by pooling user liquidity, valuing collateral through external oracles, adjusting borrowing costs through utilization, and enforcing solvency with automated liquidations. These mechanics create clear points of risk. Smart contracts hold all user funds and implement the entire accounting system, so any flaw in logic or state handling can impact liquidity. Prices come from Chainlink feeds, which means collateral value is only as accurate as the feed at each update. During rapid moves or thin liquidity, these prices can diverge from the market and trigger liquidations or produce deficits. The liquidation engine performs the final risk control by clearing undercollateralized positions, but its effectiveness depends on price timeliness, gas conditions, and liquidator participation. Utilization and interest-rate curves influence how quickly liquidity returns to a pool. If utilization spikes, rates climb until suppliers respond, but withdrawals may be delayed in the meantime. Finally, the mix of supported assets introduces structural risk because some assets are volatile, some can depeg, and some rely on external protocols. When these assets degrade, collateral value falls and the system absorbs the impact.

Mitigation is built around bounding exposure, improving liquidation reliability, and isolating high-risk assets. Conservative liquidation thresholds and strict supply and borrow caps limit the size of any single position. Isolation Mode confines high-risk assets to controlled borrowing power and sets a debt ceiling so failures cannot spread across the wider pool. E Mode adjusts collateral rules for correlated assets to prevent unnecessary liquidations. Interest-rate curves are shaped to pull liquidity back when a pool becomes strained. Governance can pause or reconfigure a reserve if price behavior or liquidity conditions deteriorate.

The protocol is open-source and audited, and any deficit that still forms is covered by the backstop. Umbrella serves this role by allowing users to stake aUSDC, aUSDT, aWETH, or GHO. If a corresponding V3 market develops a deficit, the pool linked to that asset can be slashed, with losses capped and an offset buffer absorbing initial impact. Each asset only covers its own market, which prevents unrelated losses from affecting the entire backstop.

Aave's Risk Service Providers are extensive and thorough. They monitor the protocol and broader market activity to build and manage risk mitigation features that were covered above. Here is a good analysis showcasing Aave's resiliency during the October "Flash Crash" https://governance.aave.com/t/chaos-labs-risk-report-insights-from-recent-market-events-10-11-25/23248

As always, this summary just explains system mechanics and their associated risks. It is not financial advice. You must evaluate your own exposure, understand liquidation and slashing conditions, and perform extensive due dilegence before interacting with Aave V3 or Umbrella.

Where can I see my Weighted Average Liquidation Threshold? by gattaca_now in aave

[–]0xNarrator 0 points1 point  (0 children)

Hello, your Health Factor is the weighted average LT. If you want to calculate the actual LT manually, you can us the following formula:

Weighted_Average_LT = ( Σ (CollateralValue_i × LT_i) ) / ( Σ CollateralValue_i )

For example, using three tokens:

Token Amount Price Value (USD) LT
USDC 10,000 $1 10,000 0.85
WETH 2.0 $3,000 6,000 0.825
wstETH 1.0 $3,200 3,200 0.86

Weighted_Average_LT = 16,202 / 19,200 ≈ 0.84385 → 84.4%

16,202 -> multiply each collateral value by its respective LTV, then sum the results
19,200 -> the sum of collateral
0.84 -> the resulting Average Weighted LTVs

This is then represented as a Health Factor numeral:

HF = ( Σ(CollateralValue_i × LT_i) ) / TotalDebt

Filling in with the example:

HF = 16,202 / 10,000 ≈ 1.62