L2 'Recalibration': When L1 Becomes Its Own Rollup, What Is Ethereum's Endgame?

marsbitОпубліковано о 2026-07-21Востаннє оновлено о 2026-07-21

Анотація

The article discusses the evolving relationship between Ethereum's Layer 1 (L1) and Layer 2 (L2) solutions, moving beyond the initial "L2 for scaling" model. As Ethereum L1 itself scales (increasing Gas Limit, statelessness, zkEVM), the unique value proposition of L2s shifts from merely providing cheap execution to offering differentiated features like application-specific optimization, privacy, and flexible governance. The piece explores three key themes: 1. **L2's New Role:** L2s are transitioning from a pure scaling technology to a spectrum of execution environments with varying degrees of security inheritance from Ethereum L1. 2. **Interoperability as State Trust:** Solving L2 fragmentation is less about cross-chain bridges and more about enabling faster, trust-minimized state verification between environments. This involves initiatives like faster L1 finality, intent-based architectures (Open Intents Framework), and native account abstraction. 3. **Blurring Layers:** With the potential integration of zk-proofs into L1 validation (making L1 akin to its own "Rollup") and the concept of "Native Rollups," the rigid boundary between L1 and L2 may fade. The future could be a unified system with multiple execution domains (for DeFi, gaming, privacy, etc.) sharing a common security, settlement, and state framework. In conclusion, Ethereum's goal is not to abandon L2s or re-centralize everything on L1, but to re-integrate the fragmented user experience—liquidity, accounts, a...

"Are L2s eroding L1's value?" "Is Ethereum losing its global composability?" During the peak hype years of L2s, such anxieties nearly saturated the entire Ethereum community.

Back then, in Ethereum's scaling framework, L1 was the stable but expensive settlement layer, while L2s acted as cheap and efficient execution layers. While this indeed granted Ethereum more block space, it also gradually eroded the cohesive experience of "one chain."

Consequently, these questions have driven Ethereum to re-examine the relationship between L1 and L2s over the past two years.

On one hand, Ethereum L1 has been persistently increasing the Gas Limit, advancing statelessness and zkEVM verification, no longer content with being merely a low-throughput settlement base. On the other hand, community discussions have intensified. Early this year, Vitalik frankly stated that with Ethereum mainnet's own scaling capacity improving, some premises of the roadmap formulated five years ago, which viewed L2s as the primary scaling solution, have already changed (Extended reading: "Understanding Vitalik's L2 Reflection: Farewell to Fragmentation, Course Correction Towards Native Rollups in the New Phase").

More recently, Ethereum researcher Barnabé Monnot further emphasized the need to re-evaluate the long-term relationship between L1 and L2s, including how L2s should create value in the future, why finality needs to be drastically shortened, and whether L1 might also become, in a sense, a "rollup of itself" as proof systems gradually enter the mainnet verification process.

While these viewpoints do not yet constitute a finalized protocol roadmap, they offer a valuable observational lens.

Ultimately, the challenge Ethereum faces today is no longer just how to continue increasing block space, but rather, after transactions, assets, and user states are dispersed across more and more execution environments, how exactly should L1, L2s, execution layers, and settlement layers be re-divided.

I. Ethereum Has Not 'Abandoned' L2s, But Must Find a New Positioning

To be realistic, when the Ethereum scaling roadmap centered on Rollups first took shape, the most important task for L2s was relatively singular: to provide more, cheaper transaction space for Ethereum.

Under the technical conditions of that time, this division of labor was quite reasonable.

Because all Ethereum validators needed to re-execute L1 transactions, mainnet throughput could not be aggressively increased in the short term. Rollups, however, could batch execute transactions off-chain, submitting only compressed data or state commitments back to the mainnet, retaining certain Ethereum security attributes while significantly reducing unit transaction costs.

Thus, scaling gradually formed two parallel tracks: L1 maintaining restraint, prioritizing decentralization and security; L2s accommodating new transactions, continuously reducing costs through Blobs, data compression, and proof technology.

Now, the premises of this division have changed.

In 2026, the Ethereum Foundation reorganized protocol work, merging the previously relatively independent "Scaling L1" and "Scaling Blobs" into a unified Scale roadmap. Increasing the Gas Limit, expanding data availability, optimizing execution clients, advancing statelessness, and developing zkEVM attester clients were all placed within the same scaling framework.

In other words, Ethereum no longer sees L1 and L2 scaling as two separate tasks. Instead, it has begun to reallocate execution, consensus, and data capacity from the perspective of the entire system.

This change does not mean Ethereum is preparing to abandon L2s or suck all activity back to the mainnet. On the contrary, it signifies that L2s can no longer easily justify their long-term value solely based on "faster transactions, lower Gas."

After all, if L1 itself can increase execution capacity by several orders of magnitude while maintaining security and decentralization, then ordinary EVM execution and low-cost block space will no longer be unique capabilities of L2s. What L2s will need to provide will shift more towards differentiated needs that L1 cannot uniformly satisfy, such as application-specific optimizations, privacy features, and more flexible governance and economic models.

The Ethereum Foundation's latest characterization this year of the L1-L2 relationship also explicitly emphasizes this. In the past, the primary goal of L2s was scaling Ethereum; differentiation and customization were secondary values. Now, it is providing differentiated functions while continuing to contribute additional scaling capacity.

Correspondingly, L1 needs to become a sufficiently powerful, permissionless, and highly resilient global hub, carrying settlement, shared state, liquidity, and DeFi.

This effectively pushes L2s from a unified technical category towards a more complex continuous spectrum:

  • At one end of the spectrum are Rollups that inherit Ethereum's security attributes as much as possible. They aim to reduce multi-sig security councils, open permissionless proof mechanisms, and ensure users can still exit via L1 even if the operator ceases operations.
  • The middle ground consists of execution environments that inherit part of Ethereum's attributes based on business needs. They may have stronger administrative authority, independent sequencers, or specific compliance designs, in exchange for performance, privacy, and operational flexibility.
  • The other end may be chains that merely adopt EVM, use Ethereum assets, or access some cross-chain facilities, but remain relatively independent in terms of security and settlement.

This is also why Ethereum is not abandoning L2s but redefining the division of labor. Ultimately, in the past 3-5 years, L2s primarily represented a scaling technology. In the future, they are more likely to represent a set of execution environments that establish different security, settlement, and liquidity relationships with Ethereum.

II. Interoperability Is More Than Cross-Chain; It's About How States Trust Each Other

However, as Ethereum expands into a system composed of numerous L2s, another perennial issue gradually surfaces: the increasing number of L2s inevitably fragments liquidity, account states, and application experience.

This has been vividly reflected in actual usage over the past few years. For example, users may hold assets on one chain, use applications on another, and need to go to a third chain to complete transactions. As a result, the same stable coin has different versions in different networks, and the same account must deal with different Gas Tokens, cross-chain bridges, and asset gateways.

Therefore, interoperability is becoming an increasingly important part of Ethereum's roadmap.

The Ethereum protocol team has focused the 2026 Improve UX roadmap on two directions: native account abstraction and interoperability. They believe the key to solving L2 fragmentation lies in making Ethereum "feel like one chain again," a vision dependent on the maturation of the intent architecture.

  • Among them, the Open Intents Framework allows users to merely declare the outcome they desire, such as "convert a certain asset on Chain A into USDC on Chain B." Solvers in the background then handle path calculation, advanced payments, execution, and fund rebalancing (Extended reading: "When 'Intents' Become Standard: How OIF Ends Cross-Chain Fragmentation, Returning Web3 to User Intuition?").
  • Further ahead, the Ethereum Interoperability Layer (EIL) attempts to build a trustless transport layer, aiming to make cross-L2 transactions feel indistinguishable from single-chain transactions (Extended reading: "Ethereum Interop Roadmap: How to Unlock the 'Last Mile' of Mass Adoption").

On the account side, EIP-7702 in the Pectra upgrade already allows traditional EOAs to temporarily execute smart contract code, supporting transaction batching, gas sponsorship, and recovery mechanisms. Subsequent native account abstraction schemes, represented by EIP-8141, aim to further embed smart account logic into the protocol, gradually making smart contract wallets the default account form and reducing reliance on additional bundlers, relayers, and intermediary services.

The L1 fast confirmation rule aims to provide a stronger security confirmation signal within ten to tens of seconds before full finality, which would shorten application wait times in most normal scenarios. This will directly benefit all cross-chain applications that rely on L1 finality, which is significant for cross-chain bridges, stablecoin settlement, and RWA asset trading.

Because the real bottleneck for many cross-chain interactions is not whether a message can be sent, but when the target chain can be sufficiently confident that the state on the source chain will not be reversed.

A point often overlooked is that a transaction being included in a block does not mean it has achieved finality. From a user's perspective, a transaction may show as successful within seconds, but for bridges, exchanges, lending protocols, and cross-chain solvers, they still need to judge the likelihood of that transaction encountering a block reorganization and whether they can release assets or execute the next operation on another chain based on it.

This is also why many seemingly "instant" cross-chain services today do not actually wait for the source chain to complete final settlement. Instead, solvers or liquidity providers advance funds. This mechanism optimizes user experience but does not make the underlying waiting time disappear.

Therefore, Ethereum's long-term goal is to gradually shorten finality itself from minutes to seconds. However, this is not a single upgrade already scheduled for launch, but rather a set of research tasks that need to be promoted in phases. These include decoupling finality votes from fork choice, optimizing validator sets, vote aggregation and network propagation, and gradually changing the consensus protocol.

In summary, good interoperability is not about giving dozens of chains the same cross-chain button, but rather enabling different execution environments to trust each other's states faster and at lower cost.

III. When L1 Also Becomes a Rollup, Does the Layering Boundary Still Exist?

If the change in L2 positioning and the shortening of finality are still adjustments within the existing layered architecture, then another judgment mentioned by Barnabé touches the very definition of L1 and L2: as proof systems enter the Ethereum mainnet, L1 may ultimately also become, in a sense, a "rollup of itself."

This statement sounds somewhat counterintuitive.

After all, a rollup is typically understood as a scaling network built on top of L1. It executes transactions externally, with L1 verifying the state results. Ethereum itself is the underlying consensus and settlement network; how could it become its own L2?

Understanding this viewpoint requires first separating "Rollup" from the hierarchical relationship. In today's Ethereum, after a node receives a block, it needs to re-execute all transactions within it, independently calculate state changes, and judge whether the block adheres to protocol rules.

This mode ensures nodes can verify independently, but it also means the network's overall execution capacity must be constrained by the hardware conditions of ordinary nodes. The greater the computational load in a block, the more hardware and time validators need to complete execution.

In the future, with the maturation of real-time proofs and L1 zkEVM, transactions can still be computed by high-performance execution nodes, but ordinary validators may not need to personally re-execute every transaction. For example, execution nodes could generate validity proofs after completing computations; other validators would only need to verify these much smaller, lower-cost proofs to confirm whether the state transition is correct.

From the perspective of the relationship between execution and verification, this indeed shares similarities with Rollups: a subset of participants are responsible for high-performance execution; execution results are compressed into cryptographic proofs; a broader set of consensus participants no longer repeat all computations but verify the proofs and confirm the final state.

Therefore, Barnabé's description of "L1 becoming its own Rollup" is better understood as a summary of this verification model, not that the Ethereum mainnet would be placed on another underlying chain or "downgraded" to its own L2.

His point is that when proofs gradually replace the repeated execution by all nodes, Rollup may no longer be just a hierarchical name located above L1, but become a more universal execution and verification architecture.

This further blurs the traditional boundary between L1 and L2.

On one hand, L1 can leverage zkEVM proofs to expand its own execution capacity. On the other hand, Native Rollups aim to enable L2s to more directly invoke the verification capabilities within the Ethereum protocol, with L1 verifying L2 state transitions in a more native, unified manner.

Today, different Rollups typically need to build their own proof systems, verification contracts, upgrade mechanisms, and security councils. Once a proof system has an error, the protocol needs an emergency upgrade, or the operator fails, users often still rely on additional governance and trust structures. The long-term direction of Native Rollups is to turn part of the Rollup verification logic into a native capability of Ethereum, allowing L2s to reduce self-built security structures, more fully inherit L1's state transition rules, and potentially shed security councils.

Taking one step further, when multiple L2s can rely on faster L1 confirmations, unified proof mechanisms, and synchronously composable access to each other's states, their relationship with the mainnet may no longer be connected by bridges as they are today.

They would be more like multiple execution domains under the same Ethereum consensus. Some are responsible for general financial activities, some cater to gaming, social, or payments, some provide privacy or special compliance capabilities. They possess different execution logics and product forms but share a common verifiable state, security foundation, and asset settlement system.

Of course, this remains a long-term direction.

But regardless of the eventual form these technologies take, they have already transformed the L1-L2 boundary from a clear architectural line into a spectrum of varying degrees of security inheritance.

In Conclusion

Worldly affairs are ever-changing; what is united must divide, and what is divided must reunite.

Ethereum once relied on shared state to gain global composability; later, it split execution out through Rollups to gain more capacity. Now, its task is to reconnect the fragmented assets, accounts, and applications without undoing the scaling achievements.

For ordinary users, the ideal Ethereum should never be a network map composed of dozens of chains, different Gas tokens, and cross-chain bridges. In reality, where transactions are executed, where liquidity comes from, and who ultimately settles can all gradually be handled by wallets, applications, and the underlying protocol. However, the trust assumptions, security boundaries, and exit paths involved must not be hidden along with the operational experience.

Therefore, the endgame for L2s might be neither replacing L1 nor being eliminated by a continuously scaling L1. Instead, they are likely to become a set of execution environments with different functions and performance, yet able to share security, liquidity, and state relationships.

In the past, Ethereum gained more capacity by splitting execution apart.

Next phase, let's see if, after being split apart, it can still be reassembled into one Ethereum.

Трендові криптовалюти

Пов'язані питання

QAccording to the article, what is the primary mission of Layer 2 (L2) solutions shifting towards, as the scalability of Ethereum Layer 1 (L1) improves?

AAs Ethereum L1's own scalability improves, the primary mission for L2 solutions is shifting from merely providing cheaper and faster transaction space to offering differentiated functionalities that L1 cannot uniformly provide, such as application-specific optimizations, privacy features, and more flexible governance and economic models.

QWhat are the two key focus areas identified by the Ethereum protocol team in 2026 to solve L2 fragmentation and improve user experience?

AThe two key focus areas are native account abstraction and interoperability. The goal is to make Ethereum 'feel like one chain again,' relying on the maturation of intent-based architectures like the Open Intents Framework and the Ethereum Interoperability Layer.

QWhat does the article suggest is the real bottleneck for many cross-chain interactions, beyond just sending messages?

AThe real bottleneck is the time it takes for the target chain to be sufficiently confident that the state on the source chain will not be reverted. This waiting time for finality, not just message transmission, is critical for applications like bridges, stablecoin settlements, and RWA asset trading.

QExplain the concept of 'L1 becoming its own Rollup' as discussed by researcher Barnabé Monnot. What does this signify about the traditional L1/L2 boundary?

AThe concept refers to a future where, with the maturation of real-time proofs and L1 zkEVM, high-performance execution nodes compute transactions and generate validity proofs. Other validators then verify these proofs instead of re-executing all transactions. This execution-verification separation mirrors the Rollup model. It signifies that the traditional clear architectural boundary between L1 and L2 is blurring, evolving into a spectrum of security inheritance relationships.

QWhat does the article propose as the potential long-term outcome for the relationship between L1 and L2 networks within the Ethereum ecosystem?

AThe potential long-term outcome is that L2s evolve into a set of execution environments with different functionalities and performance characteristics, all sharing security, liquidity, and state relationships. They would be multiple execution domains under the same Ethereum consensus, handling various tasks (DeFi, gaming, privacy, etc.) while relying on a unified, verifiable state, security foundation, and asset settlement system.

Пов'язані матеріали

Global Stock Market's Storm Center: South Korea's Stock Market De-leveraging Is Largely Complete

Storm's Eye: South Korean Market De-leveraging Nears Completion The recent sharp correction in South Korean equities, with the KOSPI index dropping 32% from its June high, has been a key trigger for global tech stock volatility. The core driver was not a fundamental shift but a forced de-leveraging process within the market's unique structure, which is now largely complete. Two main leverage channels amplified the sell-off: 1. **Leveraged ETFs:** Their size, proportionally four times larger than in the U.S., peaked near $50 billion. Their mandatory daily rebalancing mechanism created a vicious cycle of "price drop → forced selling → further drop." Approximately 75% of this excess has been unwound, shrinking to $26 billion, with regulatory curbs now blocking new inflows. 2. **Hedge Fund Leverage:** Using swaps to magnify exposure, hedge funds saw their net long positioning fall by over 50% from peak levels. The most intense phase of this institutional de-leveraging is over. In contrast, **retail margin debt** poses minimal systemic risk. At 0.5% of market cap, it is far lower than in the U.S. or China, lacks automatic triggers, and is concentrated in smaller stocks. The conclusion: the high-leverage structures most prone to "chain-reaction selling" have been substantially cleared. The market is transitioning from a liquidity-driven crash to one priced more on fundamentals. The article argues that the AI trend—centered on Korean memory chips—remains intact. This episode represents a painful but necessary clearing of crowded trades, not the end of the AI revolution. For investors, the key question is conviction in the long-term AI direction; if the trend is real, current volatility is a cost of entry, not a terminal risk.

链捕手19 хв тому

Global Stock Market's Storm Center: South Korea's Stock Market De-leveraging Is Largely Complete

链捕手19 хв тому

The Eternal Fragments of Money: Third-Party Payment Has No First Principle

"The Enduring Fragments of Money: Third-Party Payments Lack a First Principle" Stripe is reportedly attempting to acquire PayPal, marking a significant shift reminiscent of PayPal's merger with the original X.com 30 years ago. The article analyzes Stripe's strategic challenges and the broader payments industry landscape. Despite its initial success with a developer-friendly API model, Stripe missed its optimal IPO window during the pandemic and has since seen its valuation decline. Its attempts to expand through acquisitions and new ventures, particularly in stablecoins (like its OUSD project) and Agent-focused payments (ACP/MPP protocols), have faced headwinds. The author argues that the payment industry remains highly fragmented and is ultimately an adjunct to the traditional banking system. This structure limits the potential for any single player, including Stripe, to achieve complete dominance. While stablecoins and the future rise of autonomous Agent economies present potential growth avenues, they are not yet mainstream and still require integration with the existing financial system. For now, Agent-based transactions are largely used for speculative "volume boosting" rather than substantive business applications. Stripe's current move to acquire PayPal is seen as an attempt to bolster its weak consumer-facing (C-side) business after its stablecoin-focused strategies faltered. Meanwhile, PayPal is described as structurally outdated, unable to revive itself through new products like Venmo or PYUSD. The future of payments may lie not in payments themselves but in value-added services like more efficient settlement networks. The author suggests that companies like Stripe and Circle, which are building their own blockchains (Tempo, Arc) and stablecoins, are positioning themselves to eventually profit from high-efficiency settlement systems. These new networks could potentially bypass some traditional banking layers. In conclusion, the article posits that third-party payment is a perpetually fragmented battlefield where scale alone cannot ensure victory. Players must find new models, focusing on efficiency to compete with the entrenched banking system. Stripe's acquisition of PayPal represents a bet on this uncertain future.

链捕手42 хв тому

The Eternal Fragments of Money: Third-Party Payment Has No First Principle

链捕手42 хв тому

Торгівля

Спот

Популярні статті

Що таке $S$

Розуміння SPERO: Комплексний огляд Вступ до SPERO Оскільки ландшафт інновацій продовжує еволюціонувати, виникнення технологій web3 та криптовалютних проектів відіграє ключову роль у формуванні цифрового майбутнього. Один з проектів, який привернув увагу в цій динамічній сфері, — це SPERO, позначений як SPERO,$$s$. Ця стаття має на меті зібрати та представити детальну інформацію про SPERO, щоб допомогти ентузіастам та інвесторам зрозуміти його основи, цілі та інновації в рамках web3 та крипто-сектору. Що таке SPERO,$$s$? SPERO,$$s$ — це унікальний проект у криптопросторі, який прагне використати принципи децентралізації та технології блокчейн для створення екосистеми, що сприяє залученню, корисності та фінансовій інклюзії. Проект розроблений для полегшення взаємодії між користувачами новими способами, надаючи їм інноваційні фінансові рішення та послуги. У своїй основі SPERO,$$s$ прагне надати можливості індивідам, забезпечуючи інструменти та платформи, які покращують користувацький досвід у криптовалютному просторі. Це включає в себе можливість більш гнучких методів транзакцій, сприяння ініціативам, що підтримуються спільнотою, та створення шляхів для фінансових можливостей через децентралізовані додатки (dApps). Основна концепція SPERO,$$s$ обертається навколо інклюзивності, прагнучи зменшити розриви в традиційній фінансовій системі, використовуючи переваги технології блокчейн. Хто є творцем SPERO,$$s$? Особистість творця SPERO,$$s$ залишається дещо невідомою, оскільки є обмежені публічно доступні ресурси, що надають детальну інформацію про його засновників. Ця відсутність прозорості може бути наслідком зобов'язання проекту до децентралізації — етики, яку багато проектів web3 поділяють, ставлячи колективні внески вище за індивідуальне визнання. Зосереджуючи обговорення навколо спільноти та її колективних цілей, SPERO,$$s$ втілює суть наділення без виділення конкретних осіб. Таким чином, розуміння етики та місії SPERO є більш важливим, ніж ідентифікація єдиного творця. Хто є інвесторами SPERO,$$s$? SPERO,$$s$ підтримується різноманітними інвесторами, починаючи від венчурних капіталістів до ангельських інвесторів, які прагнуть сприяти інноваціям у крипто-секторі. Зосередження цих інвесторів зазвичай узгоджується з місією SPERO — пріоритет надається проектам, які обіцяють технологічний прогрес у суспільстві, фінансову інклюзію та децентралізоване управління. Ці інвесторські фонди зазвичай зацікавлені в проектах, які не лише пропонують інноваційні продукти, але й позитивно впливають на спільноту блокчейн та її екосистеми. Підтримка з боку цих інвесторів підкріплює SPERO,$$s$ як значного конкурента в швидко змінюваній сфері крипто-проектів. Як працює SPERO,$$s$? SPERO,$$s$ використовує багатогранну структуру, яка відрізняє його від традиційних криптовалютних проектів. Ось деякі ключові особливості, які підкреслюють його унікальність та інноваційність: Децентралізоване управління: SPERO,$$s$ інтегрує моделі децентралізованого управління, надаючи користувачам можливість активно брати участь у процесах прийняття рішень щодо майбутнього проекту. Цей підхід сприяє відчуттю власності та відповідальності серед членів спільноти. Корисність токена: SPERO,$$s$ використовує свій власний криптовалютний токен, розроблений для виконання різних функцій в екосистемі. Ці токени дозволяють здійснювати транзакції, отримувати винагороди та полегшувати послуги, що пропонуються на платформі, підвищуючи загальну залученість та корисність. Шарова архітектура: Технічна архітектура SPERO,$$s$ підтримує модульність та масштабованість, що дозволяє безперешкодно інтегрувати додаткові функції та додатки в міру розвитку проекту. Ця адаптивність є надзвичайно важливою для збереження актуальності в постійно змінюваному крипто-ландшафті. Залучення спільноти: Проект підкреслює ініціативи, що підтримуються спільнотою, використовуючи механізми, які стимулюють співпрацю та зворотний зв'язок. Підтримуючи сильну спільноту, SPERO,$$s$ може краще задовольняти потреби користувачів та адаптуватися до ринкових тенденцій. Фокус на інклюзію: Пропонуючи низькі комісії за транзакції та зручні інтерфейси, SPERO,$$s$ прагне залучити різноманітну базу користувачів, включаючи осіб, які раніше не брали участі в крипто-просторі. Це зобов'язання до інклюзії узгоджується з його загальною місією наділення через доступність. Хронологія SPERO,$$s$ Розуміння історії проекту надає важливі уявлення про його розвиток та етапи. Нижче наведено пропоновану хронологію, що відображає значні події в еволюції SPERO,$$s$: Етап концептуалізації та ідеації: Початкові ідеї, що стали основою SPERO,$$s$, були сформовані, тісно пов'язані з принципами децентралізації та фокусом на спільноті в індустрії блокчейн. Запуск білого паперу проекту: Після концептуального етапу був випущений комплексний білий папір, що детально описує бачення, цілі та технологічну інфраструктуру SPERO,$$s$, щоб залучити інтерес та зворотний зв'язок від спільноти. Створення спільноти та ранні залучення: Активні зусилля були спрямовані на створення спільноти ранніх прихильників та потенційних інвесторів, що полегшило обговорення цілей проекту та отримання підтримки. Подія генерації токенів: SPERO,$$s$ провів подію генерації токенів (TGE) для розподілу своїх рідних токенів серед ранніх прихильників та встановлення початкової ліквідності в екосистемі. Запуск початкового dApp: Перший децентралізований додаток (dApp), пов'язаний з SPERO,$$s$, став доступним, дозволяючи користувачам взаємодіяти з основними функціями платформи. Постійний розвиток та партнерства: Безперервні оновлення та вдосконалення пропозицій проекту, включаючи стратегічні партнерства з іншими учасниками блокчейн-простору, сформували SPERO,$$s$ у конкурентоспроможного та еволюціонуючого гравця на крипто-ринку. Висновок SPERO,$$s$ є свідченням потенціалу web3 та криптовалют для революціонізації фінансових систем та наділення індивідів. Завдяки зобов'язанню до децентралізованого управління, залучення спільноти та інноваційно спроектованих функцій, він прокладає шлях до більш інклюзивного фінансового ландшафту. Як і з будь-якими інвестиціями в швидко змінюваному крипто-просторі, потенційним інвесторам та користувачам рекомендується ретельно досліджувати та обдумано взаємодіяти з поточними подіями в SPERO,$$s$. Проект демонструє інноваційний дух крипто-індустрії, запрошуючи до подальшого дослідження його численних можливостей. Хоча подорож SPERO,$$s$ ще триває, його основні принципи можуть справді вплинути на майбутнє того, як ми взаємодіємо з технологією, фінансами та один з одним у взаємопов'язаних цифрових екосистемах.

136 переглядів усьогоОпубліковано 2024.12.17Оновлено 2024.12.17

Що таке $S$

Що таке AGENT S

Агент S: Майбутнє автономної взаємодії в Web3 Вступ У постійно змінюваному ландшафті Web3 та криптовалюти інновації постійно переосмислюють, як люди взаємодіють з цифровими платформами. Один з таких новаторських проектів, Агент S, обіцяє революціонізувати взаємодію людини з комп'ютером через свою відкриту агентну структуру. Прокладаючи шлях для автономних взаємодій, Агент S прагне спростити складні завдання, пропонуючи трансформаційні застосування в штучному інтелекті (ШІ). Це детальне дослідження заглиблюється в складності проекту, його унікальні особливості та наслідки для сфери криптовалюти. Що таке Агент S? Агент S є революційною відкритою агентною структурою, спеціально розробленою для вирішення трьох основних викликів в автоматизації комп'ютерних завдань: Набуття специфічних знань у галузі: Структура інтелектуально навчається з різних зовнішніх джерел знань та внутрішнього досвіду. Цей подвійний підхід дозволяє їй створити багатий репозиторій специфічних знань у галузі, покращуючи її продуктивність у виконанні завдань. Планування на довгих горизонтах завдань: Агент S використовує планування з підкріпленням досвіду, стратегічний підхід, який полегшує ефективний розподіл та виконання складних завдань. Ця функція значно підвищує її здатність ефективно та результативно управляти кількома підзавданнями. Обробка динамічних, неоднорідних інтерфейсів: Проект представляє Інтерфейс Агент-Комп'ютер (ACI), інноваційне рішення, яке покращує взаємодію між агентами та користувачами. Використовуючи багатомодальні великі мовні моделі (MLLMs), Агент S може безперешкодно орієнтуватися та маніпулювати різноманітними графічними інтерфейсами користувача. Завдяки цим новаторським функціям Агент S надає надійну структуру, яка вирішує складнощі, пов'язані з автоматизацією людської взаємодії з машинами, прокладаючи шлях для численних застосувань у ШІ та за його межами. Хто є творцем Агент S? Хоча концепція Агент S є фундаментально новаторською, конкретна інформація про його творця залишається невідомою. Творець наразі невідомий, що підкреслює або початкову стадію проекту, або стратегічний вибір зберегти засновників у таємниці. Незважаючи на анонімність, акцент залишається на можливостях та потенціалі структури. Хто є інвесторами Агент S? Оскільки Агент S є відносно новим у криптографічній екосистемі, детальна інформація про його інвесторів та фінансових спонсорів не задокументована. Відсутність публічно доступних відомостей про інвестиційні фонди або організації, що підтримують проект, викликає питання щодо його фінансової структури та дорожньої карти розвитку. Розуміння підтримки є критично важливим для оцінки стійкості проекту та потенційного впливу на ринок. Як працює Агент S? В основі Агент S лежить передова технологія, яка дозволяє йому ефективно функціонувати в різних умовах. Його операційна модель побудована навколо кількох ключових функцій: Взаємодія з комп'ютером, подібна до людської: Структура пропонує розширене планування ШІ, прагнучи зробити взаємодії з комп'ютерами більш інтуїтивними. Імітуючи людську поведінку при виконанні завдань, вона обіцяє підвищити досвід користувачів. Наративна пам'ять: Використовується для використання високорівневого досвіду, Агент S використовує наративну пам'ять для відстеження історій завдань, тим самим покращуючи свої процеси прийняття рішень. Епізодична пам'ять: Ця функція надає користувачам покрокові інструкції, дозволяючи структурі пропонувати контекстуальну підтримку в міру виконання завдань. Підтримка OpenACI: Завдяки можливості працювати локально, Агент S дозволяє користувачам зберігати контроль над своїми взаємодіями та робочими процесами, узгоджуючи з децентралізованою етикою Web3. Легка інтеграція з зовнішніми API: Його універсальність і сумісність з різними платформами ШІ забезпечують те, що Агент S може безперешкодно вписатися в існуючі технологічні екосистеми, роблячи його привабливим вибором для розробників та організацій. Ці функціональні можливості колективно сприяють унікальному положенню Агент S у крипто-просторі, оскільки він автоматизує складні, багатоступеневі завдання з мінімальним втручанням людини. У міру розвитку проекту його потенційні застосування в Web3 можуть переосмислити, як відбуваються цифрові взаємодії. Хронологія Агент S Розробка та етапи Агент S можуть бути узагальнені в хронології, яка підкреслює його значні події: 27 вересня 2024 року: Концепція Агент S була представлена в комплексній науковій статті під назвою “Відкрита агентна структура, яка використовує комп'ютери як людина”, що демонструє основи проекту. 10 жовтня 2024 року: Наукова стаття була опублікована на arXiv, пропонуючи детальне дослідження структури та її оцінки продуктивності на основі бенчмарку OSWorld. 12 жовтня 2024 року: Було випущено відеопрезентацію, що надає візуальне уявлення про можливості та особливості Агент S, ще більше залучаючи потенційних користувачів та інвесторів. Ці маркери в хронології не лише ілюструють прогрес Агент S, але й вказують на його прихильність до прозорості та залучення громади. Ключові моменти про Агент S У міру розвитку структури Агент S кілька ключових характеристик виділяються, підкреслюючи її новаторський характер та потенціал: Інноваційна структура: Розроблена для забезпечення інтуїтивного використання комп'ютерів, подібного до людської взаємодії, Агент S пропонує новий підхід до автоматизації завдань. Автономна взаємодія: Здатність автономно взаємодіяти з комп'ютерами через GUI означає стрибок до більш інтелектуальних та ефективних обчислювальних рішень. Автоматизація складних завдань: Завдяки своїй надійній методології він може автоматизувати складні, багатоступеневі завдання, роблячи процеси швидшими та менш схильними до помилок. Безперервне вдосконалення: Механізми навчання дозволяють Агенту S покращуватися на основі минулого досвіду, постійно підвищуючи свою продуктивність та ефективність. Універсальність: Його адаптивність до різних операційних середовищ, таких як OSWorld та WindowsAgentArena, забезпечує його здатність служити широкому спектру застосувань. Оскільки Агент S займає своє місце в ландшафті Web3 та криптовалюти, його потенціал покращити можливості взаємодії та автоматизувати процеси означає значний прогрес у технологіях ШІ. Завдяки своїй інноваційній структурі Агент S є прикладом майбутнього цифрових взаємодій, обіцяючи більш безперешкодний та ефективний досвід для користувачів у різних галузях. Висновок Агент S представляє собою сміливий крок вперед у поєднанні ШІ та Web3, з можливістю переосмислити, як ми взаємодіємо з технологією. Хоча проект все ще на ранніх стадіях, можливості для його застосування є величезними та переконливими. Завдяки своїй комплексній структурі, що вирішує критичні виклики, Агент S прагне вивести автономні взаємодії на передній план цифрового досвіду. У міру того, як ми заглиблюємося в сфери криптовалюти та децентралізації, проекти, подібні до Агент S, безсумнівно, відіграватимуть ключову роль у формуванні майбутнього технологій та співпраці людини з комп'ютером.

757 переглядів усьогоОпубліковано 2025.01.14Оновлено 2025.01.14

Що таке AGENT S

Як купити S

Ласкаво просимо до HTX.com! Ми зробили покупку Sonic (S) простою та зручною. Дотримуйтесь нашої покрокової інструкції, щоб розпочати свою криптовалютну подорож.Крок 1: Створіть обліковий запис на HTXВикористовуйте свою електронну пошту або номер телефону, щоб зареєструвати обліковий запис на HTX безплатно. Пройдіть безпроблемну реєстрацію й отримайте доступ до всіх функцій.ЗареєструватисьКрок 2: Перейдіть до розділу Купити крипту і виберіть спосіб оплатиКредитна/дебетова картка: використовуйте вашу картку Visa або Mastercard, щоб миттєво купити Sonic (S).Баланс: використовуйте кошти з балансу вашого рахунку HTX для безперешкодної торгівлі.Треті особи: ми додали популярні способи оплати, такі як Google Pay та Apple Pay, щоб підвищити зручність.P2P: Торгуйте безпосередньо з іншими користувачами на HTX.Позабіржова торгівля (OTC): ми пропонуємо індивідуальні послуги та конкурентні обмінні курси для трейдерів.Крок 3: Зберігайте свої Sonic (S)Після придбання Sonic (S) збережіть його у своєму обліковому записі на HTX. Крім того, ви можете відправити його в інше місце за допомогою блокчейн-переказу або використовувати його для торгівлі іншими криптовалютами.Крок 4: Торгівля Sonic (S)Легко торгуйте Sonic (S) на спотовому ринку HTX. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

1.7k переглядів усьогоОпубліковано 2025.01.15Оновлено 2026.06.02

Як купити S

Обговорення

Ласкаво просимо до спільноти HTX. Тут ви можете бути в курсі останніх подій розвитку платформи та отримати доступ до професійної ринкової інформації. Нижче представлені думки користувачів щодо ціни S (S).

活动图片