APT爆炸,Aptos交易激增3570%:追踪过去24小时

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

币界网报道:
    8月13日,Aptos网络上的交易量飙升了3570%以上,这得益于Tapos Cat点击游戏的推出。技术指标显示,由于多头主导,APT呈持续上升趋势。

8月13日,Aptos[APT]上的交易量增长了3570%以上,这主要是由于网络上推出了Tapos Cat点击游戏。

Aptoscan的数据显示,Aptos的每日用户交易量从8月12日的140万激增至截至发稿时的5100多万,为5月以来的最高水平。

此外,每秒用户交易量(TPS)达到创纪录的14340,标志着网络历史上的第三高峰值。根据Solana Explorer的数据,该网络超过了Solana的[SOL]TPS,约为4000。

值得称赞的网络增长转化为其原生代币APT的收益,该代币在过去七天内上涨了30%。

Aptos网络激增背后的点击游戏?

根据X(前推特)的一篇帖子,Tapos为游戏赚取的交易量达到7900万笔。在这个点击游戏中,用户通过点击虚拟猫来赚取代币。

尽管游戏发布后Aptos网络的用户流量很高,但汽油费和速度仍然相对稳定。

Tapos游戏推动的Aptos网络增长反映了Hamster Kombat对Toncoin[TON]区块链的影响。

在Hamster Kombat对TON发起攻击约三个月后,TON创下历史新高。

由于Aptos网络已经在增长,APT能否模仿TON的涨势创下历史新高?

APT价格分析

在撰写本文时,APT的交易价格为6.83美元,在24小时内上涨了10%。价格高于200天指数移动平均线(EMA),这是一个看涨信号。

在形成金十字架后,上升趋势看起来很健康,20天均线越过200天均线。这种形成表明了持续的长期上升趋势。

相对强弱指数(RSI)也反弹至更高的低点,证实了看涨势头。该指标处于65水平,显示出进一步上涨的空间,因为APT尚未进入超买区域。

由于看涨信号占主导地位,持续的上涨趋势将使价格达到8.62美元的1.618斐波那契水平。

正如Coinglass上所见,APT的未平仓合约进一步显示,期货市场的活动在从6600万美元跃升至7900万美元后,增长了15%。


阅读Aptos的[APT]价格预测2024-25


除了最近Tapos点击游戏的繁荣之外,Aptos上的去中心化金融(DeFi)活动也表明了网络的进一步增长。

DeFiLlama的数据显示,在撰写本文时,Aptos网络的总价值锁定在过去七天内增长了18%,达到3.95亿美元。

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.

marsbit15 min fa

Former SpaceX Engineer Reconstructs Financial Execution System Using First Principles

marsbit15 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.

链捕手16 min fa

Former SpaceX Engineer Reconstructs Financial Execution System from First Principles

链捕手16 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.

marsbit31 min fa

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

marsbit31 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.

marsbit49 min fa

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

marsbit49 min fa

Trading

Spot
Futures

Articoli Popolari

Come comprare APT

Benvenuto in HTX.com! Abbiamo reso l'acquisto di Aptos (APT) 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 AptosAPT.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 Aptos (APT)Dopo aver acquistato Aptos (APT), conserva nel tuo account HTX. In alternativa, puoi inviare tramite trasferimento blockchain o scambiare per altre criptovalute.Step 4: Scambia Aptos (APT)Scambia facilmente Aptos (APT) 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.

128 Totale visualizzazioniPubblicato il 2024.12.11Aggiornato il 2026.06.02

Come comprare APT

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 APT APT sono presentate come di seguito.

活动图片