Introduction

Background

Why Raiku Exists

Solana delivers unmatched throughput, but enterprises and high-frequency builders still struggle with probabilistic fee markets, MEV volatility, and unpredictable confirmation times. Raiku was born from conversations with validators, infrastructure providers, and teams running latency-critical workloads. The consistent answer was clear: they needed deterministic access to blockspace, predictable cost envelopes, and the ability to express complex execution requirements ahead of time.

The project began in 2024 as an applied research effort. We collaborated with validator partners, economic researchers, and traders to quantify how much value was lost to revert-heavy bursts and spam. Those findings shaped the Slot-Inclusion Quality of Service (siQoS) model, which formalizes bandwidth reservations as a first-class primitive. Every decision in the stack—from auctions to monitoring—stems from the goal of turning blockspace into an accountable, auditable resource.

Evolution of Block Building

Raiku embraces the reality that block building is moving toward specialization. Rather than opposing external builders, we provide them with a structured marketplace and strict guarantees. Validators can opt in without forfeiting sovereignty, while builders gain deterministic slots for novel execution modes such as Ahead-of-Time (AOT) and Just-in-Time (JIT) transactions. This approach keeps Solana’s base layer lean while enabling extensions to handle high-touch logic like MEV protection or custom fee markets.

  • Phase 1: deterministic mock auctions, reliability research, and slot telemetry.
  • Phase 2: devnet deployment with validator partners to validate siQoS policies.
  • Phase 3: public testnet and SDK distribution for builders and liquidity partners.

Principles

Deterministic Access

Slots, confirmation windows, and execution ordering must be programmable. Every component is designed to make \"when will this land?\" a question you can answer in advance.

Economic Alignment

Validators, builders, and applications participate in the same fee streams. Revenue models focus on additive value instead of rent extraction, so healthy activity benefits the entire ecosystem.

Operational Reliability

Every service ships with structured monitoring, replay protection, and measurable SLAs. If a slot is reserved, the entire stack—from RPC to execution stream—treats that reservation as a critical contract.

Builder Empathy

Documentation, APIs, and tooling are optimized for the realities of on-chain businesses: multiple teams, compliance requirements, and real revenue at risk.