Watchlist 0
BASE · ROLLUP-L2 · STAGE 0 UNAWARE · QRI 25 v3.1.0 methodology
In plain terms

What it is. Base is the busiest add-on network sitting on top of Ethereum, run by a large public company that also markets a quantum-safe version of its separate vault service for big clients.

What we found. The company is selling future-proofing for its own vault business while the network that carries most of the money has no such work underway, and when Base went its own way early in 2026 it walked away from a long-term wallet-upgrade deadline another network had set.

Why it matters. People trust this network because a well-known company stands behind it, but that trust covers the vault, not the chain, so ordinary wallets here have no path to being made safe, and an attacker recording today can later open any wallet whose key has already been used.

Base operates under a corporate parent (Coinbase) with the most-developed PQC institutional posture among any custodian operating an L2 (advisory board paper April 2026, quantum-proof Custody product targeting late 2026). The chain-level posture is silent: zero PQC announcements from base.org, no Base-specific roadmap, and after the 2026-02-18 base/base separation Base does NOT inherit Optimism's January 2036 EOA-PQ flag day.

inLinkedIn Audit access Compare Verified 2026-05-01

Summary

Base scores QRI 25, Band 2 Acknowledged, Migration Stage 0. As a rollup-L2 settling on Ethereum, Base inherits user-layer ECDSA secp256k1 / Keccak-256. Coinbase Smart Wallet (ERC-4337, deployed since 2024) supports a second user-layer signing path: WebAuthn / passkey signatures on secp256r1 / P-256 verified inside the smart-account contract via the FreshCryptoLib / Daimo P-256 verifier. Until 2026-02-18, Base ran op-geth and op-node from the OP Stack; after the Base V0 announcement Base is consolidating into base/base (consensus client, base-reth-node execution client based on Reth, sequencer infrastructure, fault-proof systems). Base V1 (Sepolia 2026-04-20, mainnet TBD) introduces a multi-proof system with TEE/ZK proof options. EIP-7702 EOA delegation is live. The Coinbase Smart Wallet multi-owner architecture (secp256k1 EOA + secp256r1 passkey on the same account) is an existing template for parallel-signature verification, but both schemes are classical. Trezor Safe 7 ships ML-DSA-44 device attestation + SLH-DSA bootloader signing, the only top-3-class hardware wallet vendor with shipped PQ in production. mainnet-traffic cap binds at 5a=0%, Architecture-Execution Gap is 57.3, Coinbase Custody late-2026 quantum-proof product is announced not shipped. Base TVL peaked above $5.6B in October 2025 (~46.6% of L2 DeFi TVL).

What the gates say

  • Gate 1a, Hybrid signature: FAIL , no documented hybrid signature composition AND or OR; Coinbase Smart Wallet's multi-owner architecture supports parallel verification of secp256k1 + secp256r1, both classical
  • Gate 1a, Hybrid KEM: FAIL , no documented hybrid KEM at sequencer-RPC TLS, Flashblocks gossip, or any operator-to-operator transport
  • Gate 1b, Commit-to-hash: COND , no OR-composition declared
  • Gate 2, Evidence reconstruction: PASS , every non-voided sub-score has 3+ public artifacts
  • Gate 3, Primitive naming: PASS , every named primitive specified

Burn-vs-rescue policy on file

Declared option f, Undeclared. No Base team or Coinbase position on what happens to dormant Base-native funds at user EOAs in a quantum scenario. Rollup-L2-specific consideration: dormant L2 funds depend on the canonical bridge contract's L1 ownership; if Ethereum L1 freezes vulnerable EOAs, the L2 mirror state inherits the freeze automatically. Base-only-resident funds (rare for the largest L2 by activity) have no L1 fingerprint to freeze.

Seven dimensions

Each dimension scores 0–100 internally; the weighted roll-up produces the QRI.

1 Cryptographic Exposure weight 12% 30 / 100
1a · primitive inventory 11 / 20

Base inherits Ethereum's user-layer primitives and posts batches as Ethereum calldata signed by the batch-poster's ECDSA key. Coinbase Smart Wallet supports a second user-layer signing path: WebAuthn / passkey on secp256r1. Fault proofs use Cannon (Keccak-256-rooted MIPS instruction commitments). Base V1 (Sepolia 2026-04-20) introduces a multi-proof system with TEE/ZK proof options. No canonical primitive-inventory document at base.org.

Primitives: ECDSA secp256k1 (EOA signatures) · ECDSA secp256r1 / P-256 (passkey via Coinbase Smart Wallet, verified by FreshCryptoLib / Daimo P-256 verifier) · Keccak-256 (hashing/RLP/Merkle-Patricia trie) · SHA-256 (Ethereum L1 settlement paths) · BLS12-381 (Ethereum L1 consensus signatures Base settles into) · AES-128-GCM (TLS to public RPC, Flashblocks gossip) · X25519 (TLS ECDHE on public Base RPC endpoints)
1b · shor grover pq tag 12 / 20
Tags:
  • ECDSA secp256k1 Shor-break-via-DL-without-pairings
  • ECDSA secp256r1 / P-256 (passkey) Shor-break-via-DL-without-pairings
  • Keccak-256 Grover-weaken (256→128-bit preimage)
  • SHA-256 Grover-weaken
  • AES-128-GCM Grover-weaken to 64-bit
  • X25519 Shor-break-via-DL
  • BLS12-381 (Ethereum L1 consensus) Shor-break-via-pairings
1c · family diversity 0 / 20

Base has zero post-quantum cryptography in active production use. No lattice, hash-based, code-based, or isogeny family has shipped at any layer of the Base stack.

1d · nist security category 0 / 20

No NIST FIPS 203/204/205 PQC primitive deployed by Base or Coinbase on the Base chain.

1e · implementation quality 7 / 20

OP Stack components audited by Sigma Prime, Trail of Bits, Spearbit (multiple reports 2023-2025); Coinbase Smart Wallet contracts audited (OpenZeppelin, Certora). The FreshCryptoLib P-256 verifier used by Smart Wallet is implemented in Solidity and is constant-time at the algorithmic level. Tier 1 (classical ECC + Keccak-256 + SHA-256).

2 Quantum Recovery Exposure weight 8% 19 / 100
Forge subtotal: 14/75 Decrypt subtotal: 5/25
2a · active key exposure 4 / 25

Base is the largest L2 by activity in 2025-2026, with TVL peaking above $5.6B in October 2025 and accounting for ~46.6% of all L2 DeFi TVL. Tens of millions of EOAs are active on Base; Coinbase Smart Wallet adoption among new users is high but legacy EOAs dominate by volume. Smart Wallet passkey accounts (secp256r1) reveal the P-256 pubkey at smart-account deployment / first userop and inherit the same Shor-break exposure.

2b · cold key exposure 5 / 25

Base has been mainnet since 2023-08-09 (~33 months at evaluation date), younger than Arbitrum or Optimism, but old enough for material dormant-balance accumulation.

2c · sig long term validity 5 / 25

Sequencer batch-poster ECDSA signatures and Ethereum L1 state-root output proposer signatures are forgeable post-Shor against historical chain history.

2d · encryption confidentiality hndl 5 / 25

Public Base RPC endpoints served over standard TLS 1.3 (typically X25519/P-256 ECDHE + AES-GCM). Flashblocks gossip (200 ms preconfirmation flow shipped 2025-07-16) operates over standard transport. No documented hybrid PQ KEM in use on any Base RPC, sequencer, or Flashblocks endpoint.

3 Metadata, Anonymity & Confidentiality weight 8% 13 / 100
3a · tx graph visibility 4 / 20

Pseudonymous transparent EVM ledger; full tx graph public. Coinbase Smart Wallet creates linkable user identities (passkeys are device-bound and onboarding often uses Coinbase exchange KYC), giving Base a higher de-facto identification rate than other L2s.

3b · rpc mempool concentration 3 / 20

Sequencer is operated by Coinbase (single sequencer, NC=1 for ordering). The August 2025 sequencer outage held block production stuck for ~29 minutes. Public RPC concentrated heavily on Coinbase-operated mainnet.base.org, Alchemy, and QuickNode. Pre-Flashblocks, Base used a private mempool; Flashblocks (since 2025-07-16) stream 200 ms preconfirmations to the public, increasing observability of pre-confirmation state.

3c · cross chain bridge correlation 3 / 20

Canonical Base Bridge (L1StandardBridge) deposits and withdrawals are direct on-chain links between Ethereum L1 and Base. Across, LayerZero, Hop, Stargate make L1↔L2 hops traceable. Coinbase exchange Send to Base pathway also creates a CEX-internal linkage that, combined with KYC, is a strong de-anonymization vector.

3d · retroactive de anonymization 3 / 20

No shielded pool on Base; transparent ledger. ECDSA Shor-break does not change tx-graph privacy (it was never private), but does enable retroactive recovery of any private key whose pubkey ever appeared on-chain.

3e · mixnet shuffle 0 / 20

No on-chain mixer integrated into the Base protocol.

4 Migration Architecture weight 15% 71 / 100
4a · crypto agility 9 / 15

Base inherits Ethereum's hard-fork-driven crypto-agility. EIP-7702 is live since 2025-05-07 (Pectra) at Ethereum L1 and propagated to Base. Coinbase Smart Wallet implementation already exercises algorithm flexibility at the user layer: a single smart account can verify either secp256k1 or secp256r1 signatures via on-chain verifier contracts. The 2026-02-18 announcement that Base is consolidating into base/base gives Base independent control of its hard-fork cadence going forward, a meaningful agility increase, but explicitly without inheriting Optimism's announced 10-year PQ roadmap.

4b · aa key rotation 13 / 20

Coinbase Smart Wallet is the most concrete account-abstraction deployment on any L2: ERC-4337 contract wallet, passkey-based onboarding (no seed phrase), multi-owner architecture allowing both secp256k1 EOA owners and secp256r1 passkey owners on the same account. EIP-7702 EOA-delegation is live. Base does NOT inherit the Optimism Superchain 10-year EOA-to-PQ-AA roadmap (announced 2026-01-26, targeting January 2036).

4c · hard fork track record 13 / 15

Coordinated upgrade record over 36 months: Base mainnet launch (2023-08-09); Bedrock, Canyon, Delta, Ecotone, Fjord, Granite, Holocene OP Stack hard forks; Fault Proofs activated (2024-10); Stage 1 decentralization with permissionless fault proofs and 10-entity Security Council requiring 75% consensus; Flashblocks (2025-07-16); Base V0 announcement (2026-02-18); Base V1 activates on Sepolia 2026-04-20.

4d · hybrid deployment readiness 7 / 15

Coinbase Smart Wallet's multi-owner architecture (secp256k1 EOA + secp256r1 passkey verifiable by the same account) is an existing template for parallel-signature verification at the smart-account layer. A hybrid (classical ECDSA + PQ ML-DSA) signature path is architecturally constructible by adding a PQ verifier alongside the existing ones. No such hybrid has been spec'd or shipped.

4e · stateful hash state management 15 / 15

Base has no stateful hash scheme (XMSS/LMS/leanXMSS) at the protocol level; default-pass per v3.1.0 rule.

4f · bft aggregation path 0 / 20

N/A. Base is a rollup with a single Coinbase-operated sequencer for transaction ordering and a permissionless fault-proof game (Cannon/MIPS-rooted, transitioning to multi-proof in V1) for state validity. There is no BFT consensus with BLS signature aggregation at the Base layer; consensus is inherited from Ethereum L1.

5 Deployment Execution weight 22% 14 / 100
5a · mainnet pqc traffic pct 0 / 25

Zero PQ signatures observed in Base's transaction stream. No PQ KEM in TLS termination is documented for Coinbase / Alchemy / QuickNode Base RPC endpoints. No Base contract or precompile shipped that exposes ML-DSA / ML-KEM / SLH-DSA / Falcon.

5b · pqc code in consensus client 0 / 15

A grep of the OP Stack reference clients (op-node, op-geth, and the new base-reth-node) yields no ML-DSA, ML-KEM, SLH-DSA, Falcon, XMSS, or SPHINCS+ implementation. The crypto packages use go-ethereum and Reth primitives.

5c · validator pqc key adoption 0 / 15

The Base sequencer is operated by Coinbase under standard secp256k1 keys. There is no validator set on Base proper, Stage 1 fault proofs allow any party to bond and propose state roots, but proposers use Ethereum-format keys.

5d · published dated milestones 0 / 10

VOIDED to 0 per v3.1 rule (5a = 0). No PQC-specific dated milestones published by Coinbase (in its capacity as Base operator) or by the Base team. Coinbase as a parent corporation has announced an institutional quantum-proof custody product targeting late 2026, this is a Coinbase Custody product announcement, not a Base-chain milestone.

5e · pqc washing delta 14 / 15

Trailing-12-month PQC announcement count from official Base channels (base.org, blog.base.org, blog.base.dev, docs.base.org): 0 Base-chain-specific PQC announcements located. Shipped PQ on Base mainnet: 0. The cleanest possible washing posture, paired with the absence of a roadmap. The corporate parent (Coinbase) has made considerable PQC-related noise via the April 2026 advisory-board paper and Custody product announcement, but that operates at the Coinbase-corporate level, not Base-chain level.

5f · signature footprint multiplier 0 / 20

No PQ signature deployed; no mainnet bytes-per-block multiplier observable.

6 Supply Chain Vendor Readiness weight 25% 6 / 100
6a · wallet 5 / 25

Top-3: Coinbase Smart Wallet (deeply integrated, the de-facto native wallet of Base), MetaMask, Rabby. Hardware: Ledger, Trezor. Trezor Safe 7 (released 2025) ships ML-DSA-44 device attestation + SLH-DSA-SHA2-128s bootloader signature verification, the only top-3-class hardware wallet vendor with shipped PQ in production, and it is for device attestation/firmware integrity, not transaction signing. Coinbase Smart Wallet does not have a shipped PQ roadmap at the smart-account verifier layer; passkey signing is secp256r1 (Shor-vulnerable).

6b · bridge 2 / 25

Top-3: canonical Base Bridge (L1StandardBridge), Across, LayerZero. Canonical Base Bridge inherits ECDSA + Keccak-256 from Ethereum L1 settlement; no PQ verification path. Across uses ECDSA-signed UMA Optimistic Oracle proofs; no PQ path. LayerZero has stated quantum durability is on the long-term agenda but no shipped PQ DVN configuration on Base or any other endpoint.

6c · custodian 5 / 25

Top-3: Coinbase Custody (parent-company operator and largest custodian of Base-native assets), BitGo, Fireblocks. Coinbase Custody, operated by the same corporate parent that operates Base, has publicly stated plans for a quantum-proof institutional custody offering targeting late 2026, combining existing encryption with emerging post-quantum standards under NIST review. The most-developed custodian PQC posture among any chain in the v3.1 pilot, but it is announced, not shipped, and the announcement covers Coinbase Custody as a service across multiple chains rather than a Base-specific PQ key migration.

6d · rpc hsm tee infra 4 / 25

Top-3 RPC: Coinbase-operated mainnet.base.org, Alchemy, QuickNode → no public PQ TLS termination roadmap. HSM: AWS KMS shipped ML-DSA support 2025-06; Thales/YubiHSM pilots, none Base-bound. TEE attestation chains → Base V1 introduces TEE-based proof options (likely Intel TDX / SGX), but the attestation chains themselves remain classical (RSA / ECDSA at the platform-attestation roots), and no shipped PQ-attestation path is documented.

7 Governance & Coordination weight 10% 55 / 100
7a · validator stake distribution 8 / 20

Sequencing centralized at Coinbase (NC=1 for ordering). Stage 1 decentralization (announced 2024-10 / confirmed Q1 2025) introduced permissionless fault proofs and a 10-entity Security Council requiring 75% consensus. Client diversity changes after Base V0: pre-V0, Base ran op-node + op-geth alongside Optimism; post-V0 Base consolidates to its own consensus client and base-reth-node execution client, reducing Superchain-wide implementation diversity.

7b · upgrade cadence under pressure 16 / 20

33-month track record of coordinated upgrades through Coinbase + Optimism Collective channels: Bedrock, Fault Proofs (Oct 2024), Stage 1 decentralization (early 2025), Flashblocks mainnet (2025-07-16), Base V0 announcement (2026-02-18), Base V1 Sepolia (2026-04-20). The August 2025 sequencer outage (29 minutes) was handled with public RCA. The 2026-02-18 separation from OP Stack was executed without contested fork.

7c · named coordination lead 17 / 20

Coinbase (NASDAQ: COIN, public company) is the named protocol-development entity for Base. Jesse Pollak is the publicly identified Base team lead. Coinbase has a published mandate, OCC banking-trust-charter status (initial nod 2026-04-02), and a corporate-grade incident-response apparatus. No designated PQ lead within the Base team.

7d · adversarial coordination precedent 14 / 20

Coinbase as parent is a publicly listed company with a mature security-incident response track record. Sequencer outage (Aug 2025) recovered without contested fork. No precedent of a coordinated cryptographic-primitive change under active attacker pressure on Base specifically.

7e · canary tripwire mechanism 0 / 20

No quantum canary (community honeypot, rate-limit, cryptographic tripwire, or automated response) embedded in Base protocol.

X + Y vs Z, when does the math turn against you?

v3.1 demotes the X+Y vs Z timing test to a secondary signal, the headline output is Migration Stage. The timing test still answers the question: can this chain finish migrating before the threat lands?

X, signature shelf life
5–15 years (Smart Wallet users can rotate signers via the multi-owner contract → effective 7–15 years for active users; legacy EOAs face 5–10y)
Y, migration time
10–15+ years (no roadmap dates exist at the Base-chain level; Base does NOT inherit the Optimism January 2036 EOA-PQ flag day)
Z10 (10% CRQC year)
2030
Z25 (25% CRQC year)
2035

Verdict

X+Y > 2035 in all reasonable scenarios, Outside risk window vs Z25; Crisis Zone vs Z10

Z-compliance

Outside compliance window for any jurisdiction with hard-stop 2030 (NIST 2030 deprecation; CNSA 2.0 2027-2030; EU NIS2)

Source-disagreement disclosure

v3.1 requires every chain card to publish material divergences among authoritative sources, plus the delta-QRI under alternative weighting.

Stack independence

Pre-2026-02-18, Base's path-to-PQ was effectively Optimism's PQ path. Post-separation, Base has independent control of its execution + proof system but has not yet articulated what it intends to do with that control regarding cryptographic primitives.

Corporate-parent asymmetry

Coinbase-as-corporate-parent has the most-developed PQC institutional posture among any custodian operating one of the seven pilot chains, advisory board (announced January 2026, paper published April 2026), quantum-proof institutional custody product targeting late 2026. None of this is at the Base-chain level.

Delta-QRI under alternative weighting

Estimated −3 (QRI ≈ 22 if supply-chain weighted at 30%); estimated +1 (QRI ≈ 26.5 if 6c lifts to shipped once Coinbase Custody quantum-proof product launches).

Announcement-to-shipped ratio

Announced: 0. Shipped: 0. Ratio: 0.

Tag: none

Peers in the rollup-L2 profile

9 chains closest to Base by Stage then QRI.

S1 25
S1 25
S1 24
S1 28
S1 28
S1 29
S1 35
S0 26