随着以太坊贷款协议的失败,Aave V3记录了价值2.85亿美元的清算

币界网Pubblicato 2024-08-15Pubblicato ultima volta 2024-08-15

币界网报道:

以太坊借贷协议一直面临着巨大的看跌压力,导致去中心化金融(DeFi)协议的大规模清算。8月是迄今为止以太坊主网上这些贷款协议最糟糕的一个月,已经见证了价值超过4.3亿美元的清算。仅Aave V3就记录了价值2.85亿美元的清算。

Defillama的数据显示,8月对于基于以太坊的贷款协议来说是艰难的一个月。本月才过半,但以太坊贷款协议已经经历了价值4.31亿美元的清算。

仅Aave V3一家就记录了最多的清算,价值2.85亿美元。按总价值锁定(TVL)计算,Aave是最大的加密货币借贷协议。其他贷款协议,如Spark、Compound和Morpho Blue,也经历了重大清算。

以太坊领先的借贷协议Aave步履蹒跚

7月底,日本央行加息,导致日元兑美元和其他主要货币大幅走强。该政策造成了严重的市场失衡,引发了2024年最严重的加密货币下跌。以太坊在不到10天的时间里下跌了近40%,是受影响最严重的数字资产之一。

以太坊借贷协议中的抵押品也出现了清算。自投资者在平台应用程序上执行代币流入和美元流出以来,Aave V3等协议的波动性增加。该协议的波动性水平达到峰值,超过了2022年的记录水平。

根据链上市场情报平台IntoTheBlock的数据,Aave V3在8月10日也经历了类似的清算。IntoTheBlock强调,“大多数清算源于ETH抵押品的稳定币贷款,因为ETH下跌了25%。”

然而,市场情报平台指出,以太坊借贷平台为Aave去中心化自治组织(DAO)增加了600万美元的利润。

AAVE价格走势将打破阻力

根据CoinMarketCap的数据,AAVE的原生数字资产目前零售价为104.47美元。该数字资产在过去25小时内增长了7%,在过去7天内增长了5%。

来源:Coinmarketcap

根据TradingView的数据,该数字资产的每日交易价格在132.29美元至70.76美元之间。该图表显示,在日本央行新利率政策引发的市场抛售期间,数字资产在8月初经历了强烈的看跌走势。

然而,AAVE从76美元的支撑位反弹,并略微回升至100美元以上。AAVE可能会在106.92美元的关口遇到阻力,导致大幅跌至区间底部,或突破阻力,飙升至132.29美元的供应区。

Crypto di tendenza

Letture associate

Former SpaceX Engineer Reconstructs Financial Execution System Using First Principles

Former SpaceX engineer Lex Li applies "First Principles Thinking" to financial infrastructure with Plan Execution Lab, recently raising angel funding at a $50M post-money valuation. The team argues that the core function of finance is capital allocation, and the critical gap is not in trading but in execution, which remains highly manual and fragmented. While assets, liquidity, and settlement have migrated on-chain, execution workflows (monitoring, risk management, liquidity coordination) are still human-native. In an era of accelerating AI agents, strategy decay is rapid, shifting the competitive edge from having the best strategy to having the most robust execution network. Plan Execution Lab introduces two core components: 1. **PlanX**: A Financial Execution Protocol designed as infrastructure for the migration from CEX to DEX, providing on-chain execution capabilities, liquidity access, risk management, and capital orchestration. 2. **Xgent**: An Autonomous Financial Runtime. Users define investment intents, risk preferences, and constraints; Xgent automatically constructs an execution graph, verifies it, and handles ongoing execution and optimization—streamlining the process from Intent to Autonomous Execution. The long-term vision is to create the "Bloomberg Terminal for Autonomous Finance"—a shared operating environment and execution network built collectively by participants like execution nodes, liquidity providers, and autonomous agents. The future of finance, they contend, belongs not to isolated algorithms but to open, collaborative execution networks.

marsbit18 min fa

Former SpaceX Engineer Reconstructs Financial Execution System Using First Principles

marsbit18 min fa

Former SpaceX Engineer Reconstructs Financial Execution System from First Principles

Plan Execution Lab, a financial infrastructure project founded by former SpaceX engineer Lex Li, has raised angel funding at a $50M post-money valuation. The startup is applying "first principles thinking" from Li's SpaceX experience to rethink financial market execution. Their analysis posits that while assets, liquidity, and settlement have moved on-chain, the execution layer remains fundamentally human-dependent and fragmented. In the era of AI Agents, strategy advantages decay rapidly, shifting the competitive edge from isolated algorithms to robust **execution networks**. Plan Execution Lab's solution is a two-part system: **PlanX**, a Financial Execution Protocol designed to facilitate the migration from centralized exchanges (CEX) to on-chain markets by providing core on-chain execution capabilities; and **Xgent**, an Autonomous Financial Runtime. Xgent allows users to define investment goals and constraints, then autonomously constructs and manages the execution logic—moving from **Intent to Execution Graph to Verification to Autonomous Execution**. The long-term vision is to create the "Bloomberg Terminal for Autonomous Finance"—an operating environment not for humans, but for agents and execution nodes. The future financial system, they argue, will be a collaborative network built by diverse participants contributing execution capabilities, not secret strategies. The core competition will shift to who builds the most powerful and adaptive execution network.

链捕手19 min fa

Former SpaceX Engineer Reconstructs Financial Execution System from First Principles

链捕手19 min fa

First Long-Horizon Doc2Repo Training Dataset: Code Agents Move Beyond Bug Fixing and Begin Creating Repositories

With the advancement of LLM Code Agents, the research focus is shifting towards long-horizon, real-world tasks, moving beyond simple bug fixes to full repository generation. To address this, researchers from Renmin University of China introduced the DeNovoSWE dataset. This dataset focuses on long-term software engineering tasks, specifically the "document-to-repository" challenge—generating an entire, executable code repository from a task description. The DeNovoSWE construction method employs a Divide & Conquer approach. It breaks down target repositories into core capabilities and uses a multi-agent Draft-Critic-Repair workflow to automatically generate high-quality, evaluation-aligned task documents. The dataset also implements difficulty-aware filtering to balance quality and diversity. The result is a high-quality, anti-leakage dataset of 4,818 instances. Experiments show that models trained on DeNovoSWE achieve significant improvements in long-horizon repository generation. For instance, Qwen3-30B-A3B-Instruct's performance on the BeyondSWE-Doc2Repo benchmark increased from 5.8% to 47.2%, and on NL2RepoBench from 4.3% to 23.0%. Similar gains were observed with stronger backbones, demonstrating that dedicated long-horizon training data is crucial for advancing Code Agents from maintainers to architects capable of planning and building complete software projects from scratch.

marsbit34 min fa

First Long-Horizon Doc2Repo Training Dataset: Code Agents Move Beyond Bug Fixing and Begin Creating Repositories

marsbit34 min fa

Even CZ Praised Hyperliquid as 'Awesome', But Its Biggest Moat Might Also Be Its Biggest Risk

In an episode of Galaxy Brains, Binance founder CZ praised Hyperliquid as "awesome" but clarified that while its product is strong, Binance cannot compete in its specific niche due to Hyperliquid's no-KYC, decentralized model. CZ noted he would not personally operate such a model, highlighting the inherent legal and compliance risks tied to its access advantage. The discussion underscores a core market structure conflict: on-chain perp platforms like Hyperliquid thrive on open, low-barrier access, which regulated exchanges like Binance cannot replicate without abandoning their global compliance posture. However, this very advantage makes Hyperliquid a clear target for regulatory scrutiny. The UK FCA has already issued a warning against Hyperliquid for potentially offering unauthorized services to UK users, framing it as a financial services provider rather than neutral infrastructure. Historical cases like the CFTC's action against bZeroX and Ooki DAO further illustrate that regulators may pursue decentralized structures if they facilitate leveraged trading for retail users without proper controls. Meanwhile, regulated venues like Cboe are developing US-compliant "continuous futures" that mimic perpetual exposure, narrowing the product gap. Hyperliquid's long-term edge may increasingly hinge on its access model—the very feature most exposed to regulatory pressure. The key question is whether its "access premium" can withstand escalating legal challenges as on-chain perps gain mainstream attention.

marsbit52 min fa

Even CZ Praised Hyperliquid as 'Awesome', But Its Biggest Moat Might Also Be Its Biggest Risk

marsbit52 min fa

Trading

Spot
Futures

Articoli Popolari

Come comprare AAVE

Benvenuto in HTX.com! Abbiamo reso l'acquisto di Aave Protocol (AAVE) semplice e conveniente. Segui la nostra guida passo passo per intraprendere il tuo viaggio nel mondo delle criptovalute.Step 1: Crea il tuo Account HTXUsa la tua email o numero di telefono per registrarti il tuo account gratuito su HTX. Vivi un'esperienza facile e sblocca tutte le funzionalità,Crea il mio accountStep 2: Vai in Acquista crypto e seleziona il tuo metodo di pagamentoCarta di credito/debito: utilizza la tua Visa o Mastercard per acquistare immediatamente Aave ProtocolAAVE.Bilancio: Usa i fondi dal bilancio del tuo account HTX per fare trading senza problemi.Terze parti: abbiamo aggiunto metodi di pagamento molto utilizzati come Google Pay e Apple Pay per maggiore comodità.P2P: Fai trading direttamente con altri utenti HTX.Over-the-Counter (OTC): Offriamo servizi su misura e tassi di cambio competitivi per i trader.Step 3: Conserva Aave Protocol (AAVE)Dopo aver acquistato Aave Protocol (AAVE), conserva nel tuo account HTX. In alternativa, puoi inviare tramite trasferimento blockchain o scambiare per altre criptovalute.Step 4: Scambia Aave Protocol (AAVE)Scambia facilmente Aave Protocol (AAVE) nel mercato spot di HTX. Accedi al tuo account, seleziona la tua coppia di trading, esegui le tue operazioni e monitora in tempo reale. Offriamo un'esperienza user-friendly sia per chi ha appena iniziato che per i trader più esperti.

332 Totale visualizzazioniPubblicato il 2024.12.11Aggiornato il 2026.06.02

Come comprare AAVE

Discussioni

Benvenuto nella Community HTX. Qui puoi rimanere informato sugli ultimi sviluppi della piattaforma e accedere ad approfondimenti esperti sul mercato. Le opinioni degli utenti sul prezzo di AAVE AAVE sono presentate come di seguito.

活动图片