Quai Network

  • Name: Quai Network
  • URL: https://qu.ai/
  • Category: hierarchical merged-mined proof-of-work network / cross-chain shared-security infrastructure / dual-token monetary system
  • Summary: Quai Network is best understood as a merged-mined hierarchy of proof-of-work chains plus a dual-token monetary design, not just another high-throughput EVM chain. Its core mechanism stack combines a Prime / Region / Zone chain hierarchy, proof-of-entropy-minima-style fork choice, coincident blocks that tie chains together for native cross-chain coordination, and two distinct native assets: QUAI, positioned as the increasingly scarce EVM-side store-of-value asset, and QI, positioned as a UTXO-style medium of exchange tied more directly to mining cost and energy expenditure. The reusable insight is that Quai tries to push proof-of-work scalability and monetary specialization at the same time: instead of choosing between a single-chain PoW monetary asset and a multi-chain smart-contract fabric, it makes scaling, shared security, shard coordination, and token-role separation part of one protocol-level control plane.
  • What it does:
    • Organizes the network into one Prime chain, three Region chains, and nine Zone chains, with miners checking each nonce against multiple difficulty thresholds so one mining operation can simultaneously secure multiple layers of the hierarchy
    • Uses merged mining and coincident blocks to connect chains and present cross-chain movement as a core protocol property rather than an add-on bridge system
    • Frames PoEM and related intrinsic-work / entropy-based fork-choice research as the reason the network can reduce ambiguity over which block wins and coordinate many parallel execution environments
    • Exposes an EVM-compatible asset, QUAI, alongside a separate UTXO-based asset, QI, with miners able to choose reward denomination and users able to convert between the two according to protocol-driven reward relationships
    • Uses rolling difficulty adjustment and contrasting emission curves to make QUAI increasingly scarce while letting QI expand more directly with mining conditions and transactional demand
    • Publishes an official Go implementation plus a QIP process that already separates control surfaces such as sharded ledger design, cross-shard transactions, merge-mined transactions, Qi ledger rules, and dynamic tree expansion
  • Key claims:
    • The official site’s strongest architectural claim is that Quai is a set of EVM-compatible blockchains tied together by one Prime chain and secured by hierarchical merged mining, so every successful mining attempt can contribute security across multiple chains at once instead of fragmenting hashrate across isolated subnets.
    • The merged-mining docs make the shared-security claim concrete: one hash attempt is checked against Prime, Region, and Zone difficulty thresholds, while coincident blocks are presented as the mechanism that naturally links chains for cross-chain coordination. That is a more analytically useful framing than treating Quai as just sharding or just parallel execution.
    • The PoEM docs show a second distinct control layer: Quai does not only claim more throughput; it explicitly ties that scaling story to a different proof-of-work fork-choice philosophy based on intrinsic block weight / entropy removed rather than ordinary threshold-satisfying blocks treated as equivalent. Whether or not all performance claims survive outside the project’s own framing, this is the main mechanism that differentiates Quai from generic PoW scaling rhetoric.
    • The dual-token system is the third major reason the project clears the corpus bar. Quai’s docs do not describe QI as a generic stablecoin wrapper or app token; they position it as a protocol-native, energy-linked medium-of-exchange asset whose supply reacts differently from QUAI because block rewards, miner reward choice, conversion pressure, and rolling difficulty all interact continuously.
    • The docs’ token-dynamics section is especially useful because it makes the monetary control surface explicit: logarithmic-versus-linear reward curves, miner denomination choice, protocol-native conversion, and rolling difficulty adjustment all combine into one monetary feedback loop. That is much richer than filing the project as merely a dual-token L1.
    • Quai’s whitepaper index also matters. The project explicitly roots itself in BlockReduce, PoEM, intrinsic-work fork-choice research, and proportional reward-allocation work, which means the best comparison class is not just other fast chains but a narrower family of sharded PoW, reward-mechanism, and fork-choice experiments.
    • The QIPs repository is another strong signal that Quai deserves a separate entry: key protocol surfaces are already being broken out into proposals for sharded ledger semantics, cross-shard transactions, merge-mined transactions, Qi UTXO behavior, dynamic tree expansion, interlinks, and payment codes. That makes future governance power legible at the level of protocol subcomponents rather than one monolithic L1 roadmap.
    • Quai clears the corpus bar because it exposes a useful combined comparison layer across proof-of-work scaling, native cross-chain coordination, and monetary-role specialization. The interesting question is not just whether it can process many transactions; it is where practical authority will sit once hierarchy growth, shard routing, reward denomination, token conversion, and coincident-block semantics begin to change through governance and implementation updates.
  • Whitepaper: Official litepaper at https://qu.ai/litepaper, saved locally as ../whitepapers/quai-network-litepaper.pdf. Supporting source notes: ../whitepapers/quai-network-primary-sources-2026-05-14.md.
  • Sources:
  • Last reviewed: 2026-05-14 UTC