Reinventing Blockchain Throughput: IPI.io Unveils ONEL for Web-Scale Smart Contracts
IPI.io has introduced ONEL (Order Now, Execute Later), a dual-phase consensus architecture designed to enhance blockchain scalability by separating transaction ordering from execution. This approach aims to enable horizontal scalability, predictable…
IPI.io has introduced ONEL (Order Now, Execute Later), a dual-phase consensus architecture designed to enhance blockchain scalability by separating transaction ordering from execution. This approach aims to enable horizontal scalability, predictable finality, and developer-friendly smart contracts.
Blockchain scalability has traditionally faced the trilemma of balancing throughput, decentralization, and security. Monolithic designs have required every node to process the entire global state, limiting throughput. While layer-2 solutions and rollups shift loads, they maintain global synchronization points. Even advanced sharding techniques often compromise composability for parallelism, complicating development efforts.
ONEL addresses scalability by introducing a fundamental shift in architecture. By ensuring deterministic transactions, the network can agree on their order, fixing the outcome in advance. Execution can then occur in parallel, asynchronously, or on demand, breaking the global bottleneck.
ONEL utilizes a Proof-of-Stake foundation with VRF-based committees for block proposal and validation. The network achieves scalability through adaptive, multi-level sharding arranged in a binary-tree hierarchy:
Address-prefix sharding ensures even load distribution. Automatic split/merge operations maintain balanced shards. Root and SubRoot chains finalize shard hashes to establish a single global order.
Validators are responsible only for ordering, not full execution, enabling fast and deterministic finality.
Phase 2: Execute Later (Execution Layer)
Once the transaction order is fixed, execution becomes a distributed process:
This approach aims to enable horizontal scalability, predictable finality, and developer-friendly smart contracts.
State storage follows a K → K → V structure (Address → Key → Value). Transactions declare dependencies like Get, IsGreater, Set, Add, and Subtract. Nodes or services execute only relevant transaction subsets. Thin clients verify results by retrieving minimal proof chains.
Principle Technical Effect Real-World Benefit
Deterministic global ordering via PoS + VRF Lightweight validation, predictable sequencing Sustained high throughput without centralization
Declarative execution (K→K→V) Parallelism and modular computation Practically web-scale smart-contract capacity
Adaptive shard scaling Dynamic load balancing Stable fees and latency as demand grows
ONEL employs binary-tree shards that automatically split or merge based on block size and validator availability. Information is routed through a topic-aware pub-sub network, reducing redundant traffic. Each shard achieves fast Byzantine-fault-tolerant finality using VRF-selected committees for proposal, soft vote, and certify vote processes.
ONEL ensures that WASM smart contracts are predictable and auditable. Explicit IN/OUT declarations replace opaque state access, simplifying debugging and security reviews. IPI blockchain introduces commutative operations to handle edge cases, maintaining progress without compromising correctness.
Network: Public blockchain in development with wallet, scanner, and swap currently live. Consensus: ONEL integrates Pure PoS + VRF and multi-level sharding. Whitepaper: "Scalability Reimagined: A Dual-Phase Architecture for Global Blockchain Adoption" (v1.0 – Jan 2025) Next Steps: Publish testnet benchmarks for ordering latency, per-shard vs. global finality, and cost-per-transaction along with validator-program access.
IPI.io, or Independent Protocol Infrastructure, is developing a public blockchain based on ONEL, a dual-phase consensus model that separates deterministic global ordering from distributed execution. The platform combines Proof-of-Stake with VRF committees and adaptive multi-level sharding, aiming for web-scale smart-contract capacity while preserving decentralization, low fees, and predictable finality.
For more information, visit ipi.io , read the blog , follow on X (Twitter) , join on Telegram , or subscribe on YouTube .
Based on reporting by TechBullion.
