Login
Sign Up
Near One, the core development entity behind the NEAR protocol, has confirmed two imminent upgrades scheduled for official deployment later this month: dynamic shard rebalancing to enhance scalability and the integration of a quantum signature solution for post-quantum security. Central to the protocol's technical evolution is SPICE, an acronym for Separation of Consensus and Execution, which represents the most critical infrastructure upgrade preceding the Nightshade 3.0 sharding iteration. Currently in the development phase, SPICE is engineered to triple the network's block generation velocity, reducing the interval from the current 600 milliseconds to a theoretical physical limit of 200 milliseconds per block. As of May 2025, the network requires 1.2 seconds to finalize transaction confirmations, a latency that SPICE aims to drastically compress by decoupling the consensus layer from transaction execution. This architectural shift allows the consensus mechanism to operate at maximum velocity without stalling for transaction completion, addressing the fundamental bottleneck where block generation traditionally waits for state updates. Data compiled by Woofun AI indicates that 200 milliseconds represents the absolute fastest possible block generation speed achievable at the physical level, constrained only by the speed of light and the minimum time required for consensus nodes to exchange information. The resulting layered operation delivers three distinct performance vectors: accelerated block production, reduced transaction latency, and the capacity to support execution cycles with extended durations and heightened logical complexity. This transformation marks the most significant technological overhaul since the 2024 introduction of stateless validation, constituting a massive engineering undertaking for the Near One team.
The SPICE framework was initially conceptualized at the NEAR industry summit in late 2024, with development momentum accelerating following the successful implementation of the Gas token in version 2.12, sharded smart contracts, and dynamic shard rebalancing. While the implementation of this layered architecture presents substantial technical challenges, its underlying logic remains distinct: blockchain technology fundamentally provides an immutable, irreversible sequence of transactions, yet traditional Byzantine Fault Tolerance (BFT) mechanisms slow efficiency by bundling ordered transactions and account balance updates within each block. SPICE resolves this by segregating transaction sorting from state execution into two independent processes. Validation nodes now only need to reach consensus on the transaction list and block hash to ensure order integrity, a process that avoids complex calculations and preserves determinism. Nodes can generate blocks by simply verifying transaction signatures, while account state calculations occur synchronously or asynchronously during consensus confirmation. This decoupling eliminates the requirement to update the state root in every consensus round, allowing the execution process to run independently of block sorting. Consequently, block generation time drops from 600 milliseconds to 200 milliseconds, tripling throughput and enabling significantly more interactions within the same temporal window. Woofun AI notes that this mechanism supports the step-by-step execution of long-running transactions across multiple blocks, a capability that was previously constrained by the need to wait for full block finalization before proceeding with dependent steps.
Under the existing optimistic block mechanism, users requiring external data must wait for a complete block cycle before initiating the next transaction step, creating a bottleneck for complex workflows. With SPICE, the network enables users to complete three interactions in the time previously required for a single block generation, drastically improving the user experience on near.com and NEAR Intents. Alex Shevchenko, CEO of Defuse Labs, observed that increased block generation speed translates to faster final confirmation, achieving a truly 'instant completion' standard for ultra-fast sub-second transactions, transfers, and privacy payments. The transaction confirmation benchmark for traditional payment giants like Visa stands at 3 seconds, whereas NEAR targets a 0.4-second finality, outpacing the time required for a user to enter a payment password or approach a terminal. This extreme velocity is a prerequisite for the emerging agent economy, where automated agents interact at speeds far exceeding human users and legacy financial systems. By approaching physical limits, NEAR can unlock the full potential of these agents, facilitating seamless transactions between fiat and crypto assets while supporting multiple agents initiating complex, time-consuming transactions simultaneously. Woofun AI analysis suggests that such performance metrics are essential for scaling the agent economy, as the latency reduction directly correlates with the feasibility of high-frequency automated financial strategies.
SPICE serves as the foundational step for implementing Nightshade 3.0, making NEAR the first sharded public chain to adopt this specific architecture. While Monad also achieves separation of consensus and execution, it operates on a non-sharded EVM public chain, whereas NEAR leverages this separation to enhance scalability through deep parallelism. Currently, NEAR executes transactions across shards based on account IDs, meaning a load spike on one shard causes delays for all users on that shard. SPICE lays the groundwork for cross-shard synchronous transactions and optimizes bandwidth via a 'bubble filling' mechanism, where the execution queue does not wait for network communications and block generation proceeds without waiting for transaction completion. These parallel processes eliminate gaps, significantly improving network resource utilization. Faster block generation, combined with existing sharded smart contracts, enhances network security by distributing business loads evenly across shards. Sharded smart contracts function as lightweight, independent accounts divided by users and scenarios; when paired with shorter block sizes, they allow the network to dynamically adapt and scale. Simpler block structures and lightweight contracts facilitate easier implementation of security measures, a critical advantage as AI tools lower the barriers to hacking. As NEAR adopts formal contract verification and zero-knowledge proofs, reduced block sizes will lower the computational resources and costs associated with verification.
Looking forward, SPICE paves the way for Nightshade 3.0 iterations that enable cross-shard atomic transactions, defined as indivisible and irreversible complete executions across multiple shards. This capability addresses a core goal of the sharding community and a key requirement for developers in the NEAR Intents ecosystem. Atomic execution simplifies complex transaction logic and mitigates the vulnerabilities and functional delays inherent in existing asynchronous cross-shard mechanisms. The SPICE architecture addresses these issues by moving transaction calculations to dedicated execution nodes capable of reading the status of all relevant shards. Integrated with NEAR's mature stateless validation system, only a single execution node is required to generate the execution proof, allowing the rest of the network to complete verification without increasing hardware requirements for ordinary validation nodes. This design continues to unlock the performance potential of the execution layer while maintaining security. The Near One team is aggressively advancing SPICE development, with plans to launch the upgrade within the next few months, marking a pivotal moment in the protocol's trajectory toward high-performance decentralized infrastructure.