Sector · L1 · Sovereign base chains

Layer 1s

8+ chainsMainstream L1s
~1.1METH validators
12sAvg block time

Independent consensus, independent token, independent security model. Each L1 is a sovereign network running its own time and its own truth. The base layer everything else builds on top of.

Ethereum is a world computer. It's a single shared computer that the entire world can access and trust. Vitalik Buterin · Devcon 2, 2016
descend

Layer 1s are the substrate. Ethereum, launched July 2015 by Vitalik and a founding crew including Gavin Wood, Joe Lubin, and Charles Hoskinson, gave the world programmable money via the EVM. The DAO hack in 2016 forked the chain and birthed Ethereum Classic. The Merge in September 2022 ended proof-of-work on mainnet and cut energy by ~99.95 percent. Dencun in March 2024 introduced EIP-4844 blobs and dropped L2 fees by an order of magnitude. The roadmap — Surge, Scourge, Verge, Purge, Splurge — is public and weird and being executed.

The competitor set has its own cultures. Solana's Anatoly Yakovenko shipped a single-state-machine, parallel-execution chain that traded validator decentralization for throughput; the network melted under load multiple times in 2022 and came back as the canonical home for memes, Pump.fun, and consumer apps. Sui and Aptos came out of Meta's Diem corpse with the Move language. Cosmos and the Tendermint stack pioneered app-chains and IBC. TON inherited Telegram's billion-user surface. NEAR pushed sharding and chain abstraction with Illia Polosukhin (who co-authored the Transformer paper, incidentally).

The argument that won't die is monolithic versus modular. Solana says one chain, one state, one execution environment. Ethereum says rollup-centric — settlement and DA on L1, execution on L2s. Cosmos says sovereign app-chains. The honest answer is that the question is empirical and the next decade decides it. What's settled: L1 design is a values question dressed up as an engineering one.

A new base layer is a new monetary jurisdiction.
The seminal text

The founding document.

Ethereum: A Next-Generation Smart Contract Platform
Vitalik Buterin · 2013
What Ethereum intends to provide is a blockchain with a built-in fully fledged Turing-complete programming language that can be used to create 'contracts' that can be used to encode arbitrary state transition functions, allowing users to create any of the systems described above, as well as many others that we have not yet imagined, simply by writing up the logic in a few lines of code.
Ethereum whitepaper →
The base layers that aren't Bitcoin

Six L1s, six bets on what consensus looks like.

Every Layer 1 picks a fight. Ethereum optimizes for credible neutrality and validator decentralization at the cost of throughput. Solana optimizes for throughput at the cost of validator hardware requirements. Cosmos picks sovereignty per chain. Move chains pick a safer language. TON picks workchains and Telegram distribution. NEAR picks sharding done at the protocol level. The trade-offs are visible in the architecture if you read closely.

Smart-contract L1
Ethereum
2015

Ethereum runs the EVM, a stack-based virtual machine where every opcode has a deterministic gas cost. Vitalik Buterin's 2013 whitepaper, mainnet July 2015, Merge to proof-of-stake September 2022. Validators stake 32 ETH, get organized into committees, propose blocks in 12-second slots and finalize in 32-slot epochs. Roughly a million validators secure the network — the most decentralized validator set in production. The chain trades raw throughput for credible neutrality and an L2-centric scaling roadmap. The settlement layer everyone else builds against.

High-throughput L1
Solana
2020

Anatoly Yakovenko's 2017 design unifies Proof of History — a verifiable delay function that timestamps the chain — with Tower BFT consensus and Sealevel parallel execution. Transactions declare which accounts they read and write, so the runtime executes non-conflicting ones in parallel across cores. 400ms slots, hardware that looks like a data-center node, and a willingness to halt and restart when things go wrong. Mainnet beta March 2020. Firedancer (Jump Crypto's independent client) is the second-implementation bet. Throughput at the cost of validator accessibility.

Sovereign chains / IBC
Cosmos
2019

Cosmos is the appchain thesis given form. Tendermint (later CometBFT) provides instant-finality BFT consensus; the Cosmos SDK is a framework for building application-specific chains; IBC is the Inter-Blockchain Communication protocol that lets sovereign chains pass tokens and messages with cryptographic light-client verification. Jae Kwon and Ethan Buchman's 2014 whitepaper, mainnet 2019. Each chain has its own validator set and governance — sovereignty over shared security. Celestia, dYdX v4, Osmosis, Sei all live in this lineage.

Move-language L1s
Sui & Aptos (Move)
2022

Both chains descend from Meta's Diem project and ship the Move language, which treats digital assets as linear resources — they can't be copied or accidentally dropped, only moved between addresses. Aptos (Mo Shaikh, Avery Ching) launched October 2022; Sui (Mysten Labs, Evan Cheng) launched May 2023. Sui's object-centric model parallelizes by default; Aptos uses Block-STM optimistic execution. Move's type system makes whole classes of Solidity bugs unrepresentable. Different bets on parallelism, same conviction that languages should make smart contracts safer to write.

Telegram-native L1
TON
2022

The Open Network started inside Telegram in 2018, was abandoned after the SEC blocked the ICO, then revived by the open-source community. Architecture is a masterchain plus dynamically sharded workchains — the network spawns new shards as load demands. Smart contracts live on shards; the masterchain coordinates. Native integration into Telegram's billion-user surface gives TON distribution no other L1 has. Notcoin and Hamster Kombat showed the funnel works. Different consensus assumptions and a different developer ergonomics from EVM land.

Sharded L1
NEAR
2020

NEAR (Illia Polosukhin, Alex Skidanov) ships Nightshade, a sharding model where the chain is logically a single ledger but each block is produced as fragments — chunks — across shards. Validators are reshuffled across shards each epoch to prevent collusion. Account model uses human-readable names (alice.near) and meta-transactions for gas abstraction. Mainnet 2020. Recently pivoted hard into AI infrastructure with Polosukhin's Transformers-paper credentials and the AI-agent narrative. Sharding done at protocol layer, not punted to rollups.

Working set

Projects we actually watch.

Conviction is stated as conviction; you decide what to do with it. Tiers below — Core, Conviction, Watch, Speculative — reflect how much of FRQNCY's attention each project currently earns, not a recommendation to buy.

EthereumETHEthereumSolanaSOLSolanaSuiSUISuiAptosAPTAptosAvalancheAVAXAvalanche
29.04 Solana ships Firedancer's first validators on mainnet. Ethereum's Pectra finalises. Sui's testnet TPS records read like marketing until you watch the consumer apps land. The L1 race is back to architecture, not narrative. desk
Ethereum
Ethereum
ETH · Ethereum
core
InfrastructureDeFi
A decentralized platform for smart contracts and applications. Programmable money, DAOs, and the infrastructure for a new internet.
Why FRQNCY watches thisEthereum is the canvas where communities build their own rules, economies, and governance — without asking permission from anyone.
ethereum.org →𝕏docs Infrastructure
Solana
Solana
SOL · Solana
core
InfrastructureL1
High-performance blockchain built for speed and scale. Sub-second finality, low fees, and a thriving ecosystem of DeFi, NFTs, and consumer apps.
Why FRQNCY watches thisSpeed matters for adoption. Solana brings blockchain to the speed of thought — making decentralized apps feel as fast as centralized ones.
solana.com →𝕏docs Infrastructure
Sui
Sui
SUI · Sui
core
InfrastructureL1
Move-based Layer 1 blockchain designed for speed, low latency, and object-centric data. Built by former Meta engineers to make Web3 feel seamless.
Why FRQNCY watches thisSui's object model and parallel execution represent the next evolution of blockchain architecture — designed from scratch for mass adoption.
sui.io →𝕏docs Infrastructure
Aptos
Aptos
APT
watch
no website Crypto
Avalanche
Avalanche
AVAX
watch
no website Crypto
NEAR
NEAR
NEAR · NEAR
watch
InfrastructureL1
A sharded Layer 1 blockchain with a focus on usability. Human-readable accounts, gas-free onboarding, and chain abstraction for seamless multi-chain UX.
Why FRQNCY watches thisNEAR's thesis is that Web3 must be invisible. Chain abstraction and account aggregation put the user first — sovereignty without complexity.
near.org →𝕏docs Infrastructure
Toncoin
Toncoin
TON · TON
watch
InfrastructureL1
The blockchain integrated with Telegram. TON brings Web3 to 900M+ Telegram users through native wallets, mini-apps, and in-chat payments.
Why FRQNCY watches thisTON has the most direct path to mass adoption of any L1. When crypto lives inside the chat app people already use, adoption becomes invisible.
ton.org →𝕏docs Infrastructure
Cardano
Cardano
ADA · Cardano
speculative
InfrastructureL1
Research-driven blockchain built on peer-reviewed academic papers. Haskell-based smart contracts with a focus on formal verification and governance.
Why FRQNCY watches thisCardano asks: what if we built a blockchain the way scientists build knowledge? Rigorous, peer-reviewed, and methodical — even if slower to ship.
cardano.org →𝕏docs Infrastructure
CO
Cosmos Hub
· Multi-chain
speculative
no website Crypto
Sei
Sei
SEI · Multi-chain
speculative
InfrastructureL1
no website Infrastructure
A practice

Five small things, repeated.

Conviction is theatre without practice. Five steps that turn the thesis above into something the body actually does, not just something the mind agrees with.

i
Run a validator on a testnet.

Holesky for Ethereum, Devnet for Solana. Feel slot times and finality in your own logs.

ii
Bridge $50 across three L1s.

Ethereum, Solana, Cosmos. Notice the UX, the fees, the wait times. The differences are the thesis.

iii
Read the Ethereum yellow paper's first ten pages.

Gavin Wood's notation is dense. The state transition function is the whole game.

iv
Stake natively on one chain you believe in.

32 ETH solo, or pool through Rocket Pool. SOL through Marinade or Jito. Feel the validator economy from the inside.

v
Pick one L1 and read its core dev calls for a month.

Ethereum All Core Devs, Solana validator calls. The roadmap is in the meeting notes, not the marketing.

Two doors. Pick one.

The Crypto hub is the index of all sectors and the freedom-technology frame they share. The Fund is what happens when the same conviction gets put to work on behalf of the network.

An L1 is a values document executed in code.
Throughput, decentralization, and credible neutrality are the trilemma.
Pick the chain whose tradeoffs you can defend in a hostile room.

Consensus is a choice.

FRQNCY · Crypto