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

币界网Publicado a 2024-08-15Actualizado a 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亿美元。

Criptos en tendencia

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

marsbitHace 17 min(s)

Former SpaceX Engineer Reconstructs Financial Execution System Using First Principles

marsbitHace 17 min(s)

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.

链捕手Hace 17 min(s)

Former SpaceX Engineer Reconstructs Financial Execution System from First Principles

链捕手Hace 17 min(s)

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.

marsbitHace 32 min(s)

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

marsbitHace 32 min(s)

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.

marsbitHace 51 min(s)

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

marsbitHace 51 min(s)

Trading

Spot
Futuros

Artículos destacados

Cómo comprar APT

¡Bienvenido a HTX.com! Hemos hecho que comprar Aptos (APT) sea simple y conveniente. Sigue nuestra guía paso a paso para iniciar tu viaje de criptos.Paso 1: crea tu cuenta HTXUtiliza tu correo electrónico o número de teléfono para registrarte y obtener una cuenta gratuita en HTX. Experimenta un proceso de registro sin complicaciones y desbloquea todas las funciones.Obtener mi cuentaPaso 2: ve a Comprar cripto y elige tu método de pagoTarjeta de crédito/débito: usa tu Visa o Mastercard para comprar Aptos (APT) al instante.Saldo: utiliza fondos del saldo de tu cuenta HTX para tradear sin problemas.Terceros: hemos agregado métodos de pago populares como Google Pay y Apple Pay para mejorar la comodidad.P2P: tradear directamente con otros usuarios en HTX.Over-the-Counter (OTC): ofrecemos servicios personalizados y tipos de cambio competitivos para los traders.Paso 3: guarda tu Aptos (APT)Después de comprar tu Aptos (APT), guárdalo en tu cuenta HTX. Alternativamente, puedes enviarlo a otro lugar mediante transferencia blockchain o utilizarlo para tradear otras criptomonedas.Paso 4: tradear Aptos (APT)Tradear fácilmente con Aptos (APT) en HTX's mercado spot. Simplemente accede a tu cuenta, selecciona tu par de trading, ejecuta tus trades y monitorea en tiempo real. Ofrecemos una experiencia fácil de usar tanto para principiantes como para traders experimentados.

171 Vistas totalesPublicado en 2024.12.11Actualizado en 2026.06.02

Cómo comprar APT

Discusiones

Bienvenido a la comunidad de HTX. Aquí puedes mantenerte informado sobre los últimos desarrollos de la plataforma y acceder a análisis profesionales del mercado. A continuación se presentan las opiniones de los usuarios sobre el precio de APT (APT).

活动图片