Solana Takes The Crown As Leader In App Revenue Generation – Here’s How Much

bitcoinist发布于2025-09-17更新于2025-09-17

文章摘要

Solana has been nothing but bullish in the past few days, as the leading asset rides the wave of renewed...

Trusted Editorial content, reviewed by leading industry experts and seasoned editors. Ad Disclosure

Solana has been nothing but bullish in the past few days, as the leading asset rides the wave of renewed momentum, which has pushed its price above the $230 threshold. While SOL’s price has been trending upward, activity on the blockchain seems to be sharply rising, suggesting that the current rally is on-chain-driven.

App Economy Thrives On The Solana Blockchain

In the pursuit of blockchain dominance, the Solana network appears to be demonstrating its position as a leader in the ever-dynamic sector. A recent report from SolanaFloor on the X platform reveals that SOL’s on-chain activity is growing at a notable rate, surpassing other major chains such as Ethereum.

According to the report, Solana has experienced a massive growth in app revenue generation, making it one of the most commercially active ecosystems in the blockchain sector. Known for its lightning-fast transactions and low fees, this suggests an increasing number of developers, users, and projects that are now generating a noticeable amount of revenue.

Data shared by SolanaFloor shows that the blockchain is leading the charge in app revenue generated, reaching approximately $10.17 million in a 24-hour timeframe. Interestingly, by reaching $10.17 million, SOL generated more revenue within the time frame than the next 10 largest chains combined.

Solana
SOL garners the highest app revenue | Source: Chart from SolanaFloor on X

This significant achievement clearly demonstrates SOL blockchain’s technological superiority in the cryptocurrency space. It also signals its growing influence in shaping Web3 economies and Decentralized Apps (dApps) in the future.

Following SOL in app revenue generated within a 24-hour timeframe is Hyperliquid Layer 1 and Ethereum, with over $3.4 million and $3.3 million, respectively. When comparing these figures to SOL’s, it shows that the network’s revenue was roughly three times higher than that of the two major chains.

It is worth noting that app revenues generated in August alone reached $193 million, representing about 126% in Year-Over-Year (YoY). The substantial figure in app revenue in August highlights both strong year-over-year and shifting leadership across categories. In the meantime, Solana’s app economy shows accelerating adoption, but there are frequent changes in industry leadership.

SOL Is Dominating The Broader Capital Market

With its strong performance, Solana is gaining notable adoption and support from prominent figures and companies. Dan Morehead, the founder of Pantera, has dropped a bombshell on SOL, declaring it the best-performing blockchain in the sector. The founder’s bold statement solely hinges on SOL’s unmatched transaction efficiency and robust adoption. 

In the interview on the CNBC Squawk Box, Morehead highlighted that handles more transactions than all capital markets combined, with over 9 billion transfers executed per day. Morehead’s comments demonstrate the rising trust that institutions and consumers have in Solana‘s capacity to maintain pace and possibly raise the standard for blockchain utility and scalability.

Bitcoin
SOL trading at $235 on the 1D chart | Source: SOLUSDT on Tradingview.com
Featured image from iStock, chart from Tradingview.com
Editorial Process for bitcoinist is centered on delivering thoroughly researched, accurate, and unbiased content. We uphold strict sourcing standards, and each page undergoes diligent review by our team of top technology experts and seasoned editors. This process ensures the integrity, relevance, and value of our content for our readers.

Godspower Owie is my name, and I work for the news platforms NewsBTC and Bitcoinist. I sometimes like to think of myself as an explorer since I enjoy exploring new places, learning new things, especially valuable ones, and meeting new people who have an impact on my life, no matter how small. I value my family, friends, career, and time. Really, those are most likely the most significant aspects of every person's existence. Not illusions, but dreams are what I pursue.

热门币种推荐

你可能也喜欢

比特币跌破6万美元关口:ETF资金外流与14.8亿美元清算触发加密货币抛售潮

比特币在6月25日跌破关键的60,000美元关口,延续近期跌势。市场下跌的主要推动因素包括现货ETF资金持续流出以及大规模的杠杆头寸清算。 具体来看,比特币价格一度跌至约59,400美元,盘中最低触及58,000美元附近。此次下跌波及整个加密货币市场,以太坊、Solana、XRP和BNB等主要资产均显著下挫。数据显示,过去24小时内,全市场共有超过148亿美元价值的加密货币头寸被强制平仓。 美国现货比特币ETF面临持续的资金流出压力,仅在6月24日单日净流出就达4.6908亿美元,导致ETF总净资产规模缩减至738.7亿美元。ETF资金流自2024年推出以来已成为市场关键风向标,持续流出表明机构需求减弱,削弱了市场买盘支撑。 衍生品市场遭遇剧烈清算,过去24小时内有超过21.7万名交易者被清算,总额达148亿美元。其中,高达121亿美元为多头头寸清算,空头清算仅为2.6963亿美元,显示看涨交易者在此轮抛售中措手不及。 从技术面看,比特币日线图显示价格已跌破60,000美元心理支撑位,交易量在下跌中放大,且日线相对强弱指数(RSI)已降至30附近,进入超卖区域。虽然超卖可能预示短期反弹,但交易者通常需要看到买盘 volume 增强和价格走势转强才会确认市场反转。

ambcrypto30分钟前

比特币跌破6万美元关口:ETF资金外流与14.8亿美元清算触发加密货币抛售潮

ambcrypto30分钟前

黄仁勋:Prompt正在过时,Loop才是新范式

黄仁勋等AI领域领军人物提出,传统的“Prompt Engineering”(提示词工程)正在被“Loop Engineering”(循环工程)取代。新范式的核心是从手动编写具体指令,转变为设计和管理能够自动运行、自我验证并持续优化的循环系统。 **Loop是什么?** Loop(循环)指一种系统设计:用户设定一个目标,AI Agent(智能体)会自动执行任务,完成后由独立的验证机制(如另一个模型)进行验收;若未通过,则带着反馈重新执行,直至成功或达到预设限制。人的角色从“逐句指挥”转变为“规则设计者”。这与单纯使用Agent的关键区别在于,Loop为其提供了自主持续工作的管理框架。 **当前落地情况** 目前,Claude Code和OpenAI Codex是Loop理念的主要实践者。两者都实现了将复杂任务拆分,由多个Agent并行处理并汇总结果。其核心设计原则是“执行与验证分离”,以避免自我评分时的宽松问题。例如,“Claude Code之父”Boris Cherny描述其工作流:数百个Agent在隔离环境中自动处理问题,仅疑难事项才需人工干预。 **如何构建有效的Loop?** 1. **前提测试**:任务需具备重复性、可自动化验收、成本可控且Agent拥有必要工具。 2. **从最小可行Loop开始**:包含触发器、技能定义、状态记录文件和自动化验证门禁。务必先手动跑通流程再自动化。 3. **执行与验收分离**:必须由独立的Agent或模型进行验收,确保评估客观。 4. **避开常见陷阱**:设置硬性停止条件(如token上限)、持久化状态、不让Loop处理需要主观判断的任务、坚持阅读代码变更以维持理解。 5. **核心衡量指标**:关注“每个被采纳改动的平均成本”,接受率低于50%意味着Loop可能效率低下。 **范式演进路径** Loop的兴起是AI应用控制粒度不断上移的结果:从**Prompt Engineering**(优化单次指令)到**Context Engineering**(组织背景信息),再到**Harness Engineering**(构建执行环境),最终演进至**Loop Engineering**(设计自主循环系统)。这一过程逐步将人类从具体操作中解放出来。 **渊源与反思** Loop的理念在学术界早有雏形,例如姚顺雨等人提出的ReAct框架,将“推理-行动-观察”构建为循环。业界火爆的背后也需冷思考,专家提醒需警惕token成本,并指出“AI可以外包思考,但无法外包人的理解”,强调在自动化中保持对问题的根本认知至关重要。

marsbit1小时前

黄仁勋:Prompt正在过时,Loop才是新范式

marsbit1小时前

交易

现货
合约

热门文章

相关讨论

欢迎来到HTX社区。在这里,您可以了解最新的平台发展动态并获得专业的市场意见。以下是用户对SOL(SOL)币价的意见。

活动图片