From Gas Limit to Keyed Nonces: How to Understand the Next Stage of Ethereum's Scalability?

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

Анотація

From Gas Limits to Keyed Nonces: Understanding the Next Phase of Ethereum Scalability This article explores how recent Ethereum developments focus on moving complexity away from end-users, wallets, and DApps to the protocol layer. It discusses the consensus around significantly increasing the Gas Limit to 200 million, a change aimed at reducing fees and improving network capacity. However, it emphasizes that this increase is part of a holistic approach that includes mechanisms like enshrined Proposer-Builder Separation (ePBS) and Block-Level Access Lists to manage state growth and maintain node decentralization. The piece also delves into Keyed Nonces (EIP-8250), a proposed upgrade to Ethereum's transaction ordering. It explains how moving from a single, linear nonce queue per account to multiple independent nonce domains ("channels") can enable parallel transaction streams for different use cases. This is particularly crucial for privacy protocols and smart wallets, reducing transaction conflicts and unlocking new design possibilities. Ultimately, the article argues that these technical upgrades—alongside native account abstraction and cross-L2 interoperability—are converging towards a singular goal: enhancing the overall user experience. This means making on-chain interactions smoother, safer, and more cohesive, with wallets serving as the critical interface translating complex protocol improvements into intuitive user actions.

Author: imToken

Objectively speaking, for some time now, many users' intuitive understanding of Ethereum has often not come from roadmap or developer meetings, but from specific on-chain operations.

For example, in recent years, what everyone has personally felt includes lower Gas during transfers, improved cross-chain interoperability experiences, and so on. This is precisely why Ethereum's scaling has never been a simple 'performance race' problem—for ordinary users, higher TPS, larger blocks, and more complex underlying architectures only make sense when they are truly translated into lower costs, smoother operations, and safer wallet experiences.

And recently, a series of new developments in Ethereum happen to point towards Ethereum's attempt to systematically shift the complexity that was previously borne by wallets, DApps, third-party relayers, and users themselves, forward to the protocol layer.

Among these are Keyed Nonces with Vitalik's involvement, the directional consensus formed around the 200 million Gas Limit floor in the Glamsterdam upgrade, and the series of subtle clues in the 2026 roadmap that continue to emphasize native account abstraction, cross-L2 interoperability, and L1 security strengthening.

I. Gas Limit Increased to 200 Million?

First, let's look at the most easily perceived point for users: Gas Limit.

As is well known, in the Ethereum network, every transaction (whether it's a transfer or a contract interaction) consumes a certain amount of Gas, and the Gas Limit capacity of each Ethereum block is fixed, meaning the number of 'slots' is limited: the more slots, the more 'passengers' can be transported in the same time period; the more slots are tight, people have to bid for the same seat, and Gas fees also rise.

Theoretically, expanding the block Gas limit would indeed directly and significantly improve the performance of the Ethereum mainnet. However, in the past, against the backdrop of significant developments in routes like L2, Ethereum has been relatively cautious and restrained about this. Most of the scaling pressure has been intentionally directed towards the L2 track.

Looking at the expansion curve of Ethereum's Gas Limit reveals that after the Ethereum network's Gas Limit first broke through 10 million from 8 million in September 2019, it wasn't until this year, over 7 years, that the Gas Limit increased from 8 million to 60 million. Especially, it truly entered the acceleration phase only in 2025—from 30 million to 36 million in February, increased again to 45 million in July, and upgraded to 60 million after the Fusaka upgrade in December.

It can be said that most of the expansion was squeezed into the year 2025. Of course, as we mentioned earlier, 2025 is also a crucial year in Ethereum's development history. The Fusaka upgrade, just 7 months after the May Pectra upgrade, proved that the EF, despite undergoing significant leadership changes, still has the ability to drive major updates. It also marked Ethereum's formal entry into an accelerated development rhythm of 'two hard forks per year' (See Extended Reading《Ethereum 2026: Interpreting EF's Latest Protocol Roadmap, Officially Entering the Era of 'Engineering Upgrades'?》).

Source: Etherscan

According to the Ethereum Foundation's Soldøgn Interop Recap released on May 2nd, over 100 core Ethereum contributors participated in an interoperability conference in Svalbard, Norway, focusing on the Glamsterdam upgrade. The key goals were to advance the multi-client implementation, testing, and parameter alignment for Glamsterdam. At the end of the conference, developers had formed a directional consensus around a 200 million Gas Limit after Glamsterdam.

This means that if subsequent processes go smoothly, the execution capacity of Ethereum L1 is expected to increase from the current approximately 60 million Gas Limit to a magnitude of 200 million. On a longer time scale, the Ethereum ecosystem's publicly discussable attitude towards Gas Limit has clearly become much more 'radical'. The EIP-9698 proposal even suggests 'increasing tenfold every two years', raising the Gas Limit to 3.6 billion by 2029, which is 50 times the current level.

However, it needs to be emphasized here that increasing the Gas Limit is not simply about making blocks bigger.

If it only roughly increases the computational capacity each block can hold, it might lower fees in the short term, but in the long run, it would burden nodes more heavily, cause state data inflation, and also mean it becomes more difficult for ordinary users to run nodes, ultimately weakening Ethereum's most core decentralized foundation.

Therefore, Glamsterdam's scaling approach is a combination punch:

  • ePBS (enshrined Proposer-Builder Separation) more clearly incorporates the block building and verification process into protocol rules, allowing validators to more securely handle larger blocks;
  • Block-Level Access Lists (BAL) pre-record the accounts and storage locations to be accessed during block execution, thereby supporting parallel disk reads, parallel transaction verification, and parallel state root calculation;
  • And EIP-8037 increases the cost of state creation-related operations to avoid excessive state growth after the Gas Limit is increased.

Ultimately, Ethereum doesn't just want to 'fit more transactions'; it's also thinking about how to not make node operation thresholds increasingly higher while fitting more transactions.

This is also the fundamental difference between Ethereum's scaling roadmap and many high-performance chain narratives. It has always pursued not sacrificing verification cost for superficial throughput, but rather increasing the mainnet's own carrying capacity while trying to maintain ordinary node participation and system verifiability.

II. Keyed Nonces: Turning 'One Queue' into 'Multiple Lanes'

If Gas Limit solves 'how much a block can hold', then Keyed Nonces focuses on another more detailed but crucial question: how should a transaction be queued?

As is well known, in Ethereum, a nonce can be simply understood as the 'sequence number' of an account's transaction. Its role is to prevent the same transaction from being executed repeatedly and to ensure transactions from the same account are processed in order.

This mechanism is easy to understand in ordinary transfer scenarios: it's the first transaction, second transaction, third transaction in sequence, queued one after another.

However, the problem is that when account capabilities become more complex, such as involving private transactions, smart wallets, session keys, batch operations, third-party payment, etc., a single linear nonce can become a bottleneck. Therefore, the core idea of Keyed Nonces, proposed in EIP-8250, is to change from an account having only one nonce queue to being able to have multiple nonce domains.

Specifically, it replaces the single sender nonce in EIP-8141 Frame Transaction with a (nonce_key, nonce_seq) structure, where nonce_key == 0 corresponds to the traditional account nonce, while non-zero keys can choose independent protocol-managed nonce sequences. Transactions under different keys are independent of each other, and replay protection does not interfere between them.

This sounds technical, but it can be understood with a life analogy: In the past, an account was like having only one window at a bank, all business had to queue in the same line; Keyed Nonces is like assigning different businesses to different windows. Transfers, private withdrawals, session authorizations, batch executions can each take their own lane.

This is especially important for privacy protocols because, to avoid directly binding users' on-chain activities to a single public address, privacy protocols might have multiple users initiate transactions through the same shared sender address. However, under a single nonce mechanism, once one user's transaction is packaged, it could cause other users' waiting transactions to become invalid or blocked.

Whereas Keyed Nonces allows each withdrawal to choose its own nonce domain, for example, derived from a privacy nullifier, reducing this queuing conflict from the protocol layer.

Vitalik's own positioning of it is even more ambitious. When introducing EIP-8250, he clearly stated that Keyed Nonces 'not only provides stronger support for protocol-layer privacy solutions, but may also be the first step in Ethereum's new state scaling strategy—by creating storage types specifically optimized for different use cases, achieving ultimate scalability while maintaining protocol decentralization.'

In other words, it can be simply understood as: Gas Limit solves the 'size of the block', while Keyed Nonces explores the 'shape of the state'—what Ethereum needs to carry in the future is not just more transactions, but more types of transactions.

III. How Will This Affect Ordinary Users?

For the Ethereum ecosystem, many protocol upgrades seem far from ordinary users, but ultimately they all land on the wallet experience.

Because the real entry point for users to interact with Ethereum is not EIPs, clients, or developer meetings, but every transfer, authorization, signature, cross-chain, and DApp interaction within the wallet. That is to say, changes at the protocol layer only truly complete the transformation from technical upgrade to user experience upgrade when they are translated into clearer, smoother, and safer operational experiences at the wallet layer.

For example, the now familiar account abstraction is not meant to make users understand more technical terms, but to allow users to more naturally use on-chain accounts in the future. Therefore, in recent years, batch transactions, Gas payment by others, recovery mechanisms, different signature methods, session authorizations, and more flexible security strategies have gradually become basic capabilities in wallets.

Similarly, taking Keyed Nonces as an example, it sounds like a very low-level optimization of the account queuing mechanism. But on the user side, its potential impact is not abstract. Because today, many users may have encountered similar scenarios during on-chain operations: a transaction is not confirmed for a long time, subsequent transactions get stuck; wanting to cancel or speed up a transaction but not understanding the relationship between nonce, Gas, and replacement transactions; especially during parallel multi-step operations, one failed step affects all subsequent processes.

For ordinary users, these problems seem like 'the wallet isn't easy to use' or 'the chain isn't easy to use'. But behind them is actually related to the design of the single linear nonce in the Ethereum account model. The direction represented by Keyed Nonces is to allow accounts to no longer have to execute all operations in order through one queue, but to split into multiple parallel lanes according to different usage scenarios.

In the future, ordinary transfers, DApp authorizations, private transactions, batch transactions, Gas payment by others, and other operations could theoretically have more independent execution spaces, reducing the probability of blocking and conflicts with each other.

This will undoubtedly further expand the design space for smart wallets.

More importantly, in the past, these capabilities often required the complexity to be shared among wallets, DApps, relay services, and users. Users needed to understand authorization scopes, judge whether Gas was reasonable, know exactly what they were signing, and repeatedly confirm in multi-step operations like cross-chain, swapping, staking, and claiming rewards. Any misunderstanding at any step could lead to operational failure and asset loss risk.

What Ethereum is now trying to do is to move part of this complexity forward to the protocol layer, allowing wallets to provide better interaction abstraction for users based on more standardized, more native underlying capabilities.

This is also why Gas Limit, BAL, ePBS, Keyed Nonces, Frame Transactions, native account abstraction, and cross-L2 interoperability, seemingly belonging to different technical modules, are actually all serving the same thing: enabling Ethereum to carry more complex on-chain usage scenarios without sacrificing decentralization and security.

Looking specifically, putting these dynamics together reveals that Ethereum's recent focus is not scattered:

  • Gas Limit increase addresses mainnet execution capacity and fee pressure;
  • BAL, ePBS, EIP-8037 address how to maintain node verifiability and controlled state growth during scaling;
  • Keyed Nonces and Frame Transactions address bottlenecks in account models, privacy protocols, and smart wallets at the protocol layer;
  • Native account abstraction and cross-L2 interoperability further point towards the experience improvements that ordinary users can truly feel.

This also means Ethereum is entering a new stage.

After all, in the past few years, the market paid more attention to L2 scaling, Blob fee reduction, and modular narratives. Users also gradually got used to transferring assets between different L2s and finding lower-cost interaction environments. However, as the mainnet Gas Limit continues to increase, upgrades like Glamsterdam progress, and account abstraction and interoperability solutions continue to evolve, the question Ethereum is answering is no longer just 'how to make transactions cheaper', but 'how to make the on-chain experience more like a whole'.

In this process, the importance of wallets will undoubtedly be further amplified.

Because wallets are not only the entry point for users into Ethereum, but also the interface through which protocol capabilities are truly understood and used by users. In the future, the more complex the underlying upgrades, the more they need to be translated by wallets into clearer signature prompts, more understandable transaction paths, more upfront risk identification, and smoother on-chain interaction experiences.

Let's encourage each other.

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

QWhat is the core purpose of increasing the Gas Limit to 200 million in the context of the Glamsterdam upgrade, and what are the associated technical measures?

AThe core purpose is to significantly increase the execution capacity of the Ethereum mainnet, potentially lowering transaction fees for users in the short term. However, it is not a simple block size increase. To prevent negative long-term impacts like increased node burden and state data bloat, the Glamsterdam upgrade employs a combination of technical measures including ePBS (enshrined Proposer-Builder Separation) to securely handle larger blocks, Block-Level Access Lists (BAL) to enable parallel processing, and EIP-8037 to control the cost and growth of state creation operations.

QHow does the Keyed Nonces mechanism (EIP-8250) improve upon the traditional single linear nonce system in Ethereum?

AKeyed Nonces replaces the traditional single nonce queue for an account with multiple independent nonce domains, structured as (nonce_key, nonce_seq). A nonce_key of 0 corresponds to the traditional account nonce, while non-zero keys can manage independent nonce sequences. This allows different types of transactions (e.g., regular transfers, privacy transactions, session authorizations, batch operations) to proceed on separate, parallel channels without blocking or interfering with each other, thus solving bottlenecks for complex account scenarios involving privacy protocols, smart wallets, and third-party gas payment.

QAccording to the article, why is the wallet's role becoming increasingly important in Ethereum's evolving landscape?

AThe wallet is the primary interface through which users interact with Ethereum. As protocol-layer upgrades (like Gas Limit increases, Keyed Nonces, native account abstraction) introduce more complex underlying capabilities, the wallet's role is crucial in translating these technical advancements into clear, safe, and smooth user experiences. This includes providing clearer signature prompts, understandable transaction paths, proactive risk identification, and seamless cross-L2 interactions, thereby completing the transformation from technical upgrade to user experience upgrade.

QWhat fundamental distinction does the article highlight between Ethereum's scaling approach and that of other high-performance blockchains?

AThe article emphasizes that Ethereum's scaling approach fundamentally differs from many high-performance chain narratives. Ethereum does not pursue superficial throughput at the cost of verification costs or node decentralization. Instead, it aims to increase the mainnet's carrying capacity while striving to maintain accessibility for ordinary node operators and preserving the system's verifiability and security. This is a core principle behind its combined technical measures like ePBS and BAL alongside Gas Limit increases.

QWhat broader question is Ethereum now attempting to address, moving beyond just making transactions cheaper?

ABeyond simply making transactions cheaper, Ethereum is now focusing on answering the question of 'how to make the on-chain experience more like a cohesive whole.' This involves integrating improvements across execution capacity (Gas Limit), node verifiability (ePBS, BAL), account models (Keyed Nonces), and user experience (native account abstraction, cross-L2 interoperability) to create a more unified, seamless, and capable on-chain ecosystem for diverse and complex use cases.

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

Winter for Crypto IPOs: Consensys and Ledger Withdraw Applications

The crypto IPO window is tightening significantly in 2026, marked by prominent companies delaying or pausing their public listing plans. Following a successful 2025 "harvest year" that saw Circle, Bullish, and Gemini go public amidst a bull market, the tide has turned. Consensys, developer of MetaMask, recently postponed its IPO until at least fall 2026. Hardware wallet leader Ledger also suspended its planned US listing due to unfavorable market conditions, with Kraken having previously delayed its own plans. This shift is driven by a cooling market in 2026, characterized by a significant Bitcoin price correction, declining trading volumes, and reduced investor risk appetite for crypto stocks. The poor post-IPO performance of 2025 listings like Circle and Bullish, which saw major share price declines, has heightened investor caution. This contrasts sharply with the current AI sector, where companies like SpaceX, OpenAI, and Anthropic are commanding massive valuations and investor enthusiasm based on narratives of stable, exponential growth. Crypto companies now face pressure to transition from hype-driven models to demonstrating reliable cash flows and robust compliance. While the paused IPO plans may lead to valuation resets and affect ecosystem liquidity, they also accelerate industry consolidation toward stronger, more compliant infrastructure players. A potential recovery in Bitcoin's price and clearer regulations could reopen the IPO window in the latter half of 2026.

marsbit53 хв тому

Winter for Crypto IPOs: Consensys and Ledger Withdraw Applications

marsbit53 хв тому

ChatGPT Can Manage Your Money for You. Would You Trust It with Your Bank Account?

OpenAI has launched a personal finance tool for ChatGPT, currently in preview for US-based ChatGPT Pro users. This feature allows users to connect their bank and investment accounts (via Plaid, supporting over 12,000 institutions) directly to ChatGPT. It analyzes transactions, generates visual dashboards, and offers conversational financial advice—such as budgeting or planning for major purchases—based on the user's actual data. This move follows OpenAI's acquisitions of fintech startups Roi and Hiro Finance, signaling a strategic push into vertical "super assistant" applications, similar to its earlier health-focused feature. However, the launch has sparked significant privacy concerns. Critics question the safety of granting such sensitive financial access to an AI, especially amid ongoing lawsuits alleging OpenAI shared user chat data with third parties like Meta and Google. OpenAI emphasizes that ChatGPT only reads data (no transaction capabilities), deletes it within 30 days if disconnected, and offers opt-out options for model training. Yet, trust remains a major hurdle. The trend reflects a broader industry shift: AI companies like Anthropic and Perplexity are also targeting high-value, data-rich domains like finance and health. While technically promising, the tool operates in a regulatory gray area—it provides personalized guidance but disclaims formal financial advice or liability. Ultimately, OpenAI's challenge is convincing users to trust an AI with their most private financial information.

marsbit54 хв тому

ChatGPT Can Manage Your Money for You. Would You Trust It with Your Bank Account?

marsbit54 хв тому

Торгівля

Спот
Ф'ючерси

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

Що таке $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$ ще триває, його основні принципи можуть справді вплинути на майбутнє того, як ми взаємодіємо з технологією, фінансами та один з одним у взаємопов'язаних цифрових екосистемах.

73 переглядів усьогоОпубліковано 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, безсумнівно, відіграватимуть ключову роль у формуванні майбутнього технологій та співпраці людини з комп'ютером.

626 переглядів усьогоОпубліковано 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.4k переглядів усьогоОпубліковано 2025.01.15Оновлено 2025.03.21

Як купити S

Обговорення

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

活动图片