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

币界网Publicado em 2024-08-15Última atualização em 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美元的供应区。

Criptomoedas em alta

Leituras Relacionadas

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.

marsbitHá 20m

Former SpaceX Engineer Reconstructs Financial Execution System Using First Principles

marsbitHá 20m

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.

链捕手Há 21m

Former SpaceX Engineer Reconstructs Financial Execution System from First Principles

链捕手Há 21m

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.

marsbitHá 36m

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

marsbitHá 36m

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.

marsbitHá 54m

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

marsbitHá 54m

Trading

Spot
Futuros

Artigos em Destaque

Como comprar AAVE

Bem-vindo à HTX.com!Tornámos a compra de Aave Protocol (AAVE) simples e conveniente.Segue o nosso guia passo a passo para iniciar a tua jornada no mundo das criptos.Passo 1: cria a tua conta HTXUtiliza o teu e-mail ou número de telefone para te inscreveres numa conta gratuita na HTX.Desfruta de um processo de inscrição sem complicações e desbloqueia todas as funcionalidades.Obter a minha contaPasso 2: vai para Comprar Cripto e escolhe o teu método de pagamentoCartão de crédito/débito: usa o teu visa ou mastercard para comprar Aave Protocol (AAVE) instantaneamente.Saldo: usa os fundos da tua conta HTX para transacionar sem problemas.Terceiros: adicionamos métodos de pagamento populares, como Google Pay e Apple Pay, para aumentar a conveniência.P2P: transaciona diretamente com outros utilizadores na HTX.Mercado de balcão (OTC): oferecemos serviços personalizados e taxas de câmbio competitivas para os traders.Passo 3: armazena teu Aave Protocol (AAVE)Depois de comprar o teu Aave Protocol (AAVE), armazena-o na tua conta HTX.Alternativamente, podes enviá-lo para outro lugar através de transferência blockchain ou usá-lo para transacionar outras criptomoedas.Passo 4: transaciona Aave Protocol (AAVE)Transaciona facilmente Aave Protocol (AAVE) no mercado à vista da HTX.Acede simplesmente à tua conta, seleciona o teu par de trading, executa as tuas transações e monitoriza em tempo real.Oferecemos uma experiência de fácil utilização tanto para principiantes como para traders experientes.

422 Visualizações TotaisPublicado em {updateTime}Atualizado em 2026.06.02

Como comprar AAVE

Discussões

Bem-vindo à Comunidade HTX. Aqui, pode manter-se informado sobre os mais recentes desenvolvimentos da plataforma e obter acesso a análises profissionais de mercado. As opiniões dos utilizadores sobre o preço de AAVE (AAVE) são apresentadas abaixo.

活动图片