Flow (FLOW) is a proof-of-stake layer-1 blockchain created by Dapper Labs — the team responsible for CryptoKitties (2017) and NBA Top Shot — that is architecturally designed to scale for consumer-facing NFT and gaming applications without traditional sharding. Flow achieves scaling via a multi-role node pipeline: Collector, Consensus, Execution, and Verification nodes perform specialized tasks in sequence, allowing parallelism without fragmenting state. It uses the Cadence smart contract language, a resource-oriented language with safety properties designed to prevent asset duplication and unauthorized access.
How It Works
- Multi-role node pipeline — Flow separates blockchain work into four distinct node types:
Collector nodes — Collect transactions from users into blocks.
Consensus nodes — Determine transaction ordering and finality.
Execution nodes — Execute transaction code (virtual machine computation).
Verification nodes — Verify execution results for correctness.
This specialization allows execution nodes to use high-performance hardware without requiring all nodes to match that spec.
- Cadence smart contracts — Cadence is a resource-oriented programming language. “Resources” are move-only types that cannot be copied or lost — ideal for NFT ownership. Assets are stored directly in user accounts, not in central smart contracts.
- Account model — Flow accounts store resources (NFTs, tokens) directly in account storage. This is different from Ethereum’s model where assets are tracked in contract mappings.
- Human-readable transactions — Flow transactions include scripts viewable by users before signing, providing better transparency about what a transaction will do.
- FLOW token — Used for transaction fees, storage deposits in user accounts, and staking/delegating with validators.
Tokenomics
| Parameter | Value |
|---|---|
| Ticker | FLOW |
| Max Supply | Uncapped (inflationary PoS rewards) |
| Consensus | PoS (multi-role) |
| Launch | October 6, 2020 (mainnet open) |
| Initial distribution | ICO (Coinlist, 2020), private sale, team, ecosystem |
| Staking | Delegate FLOW to validators for staking rewards |
| Transaction fees | Paid in FLOW |
Use Cases
- NFTs — Primary use case; high-profile NFT collections including NBA Top Shot, NFL ALL DAY, UFC Strike deployed on Flow.
- Gaming — Web3 games targeting Flow’s low-fee, consumer-friendly architecture.
- Staking — Earn FLOW rewards by staking with validators.
- Apps — Social apps, creator platforms built on Flow infrastructure.
History
- 2017 — Dapper Labs creates CryptoKitties on Ethereum. The game congests Ethereum significantly (December 2017), demonstrating the need for a scalable consumer blockchain.
- 2018–2019 — Dapper Labs designs Flow architecture specifically for high-throughput consumer applications. Cadence language designed.
- 2020 — Flow public mainnet launches (October 6, 2020). NBA Top Shot launches — a digital NBA highlight collectibles marketplace that becomes the breakout NFT application of early 2021.
- 2021 — NBA Top Shot generates over $700 million in sales by March 2021 (Dapper Labs raises $305 million at $2.6B valuation). FLOW token reaches all-time high of ~$46.16 in April 2021.
- 2021 — NFL ALL DAY (NFL highlights NFTs) and UFC Strike launch on Flow. Dapper Labs partnerships with major sports leagues expand.
- 2022 — NFT market cools. FLOW price declines with the broader crypto bear market. Dapper Labs conducts layoffs (22% of staff, September 2022).
- 2023 — Flow adds EVM compatibility (Flow EVM) — allowing Solidity contract deployment on Flow as an EVM layer, reducing friction for Ethereum developers. Cadence 1.0 upgrade.
- 2024 — Crescendo network upgrade delivers full EVM compatibility (Flow EVM mainnet), Cadence 1.0 language update, and performance improvements. FLOW listed on additional exchanges.
Common Misconceptions
“Flow is just an NFT chain.”
While NFTs are the primary use case and driver of adoption, Flow is a general-purpose L1 smart contract platform. The Cadence resource model is suited to any application requiring strict asset ownership guarantees.
“Cadence is like Solidity.”
Cadence is fundamentally different from Solidity. Its resource-oriented model prevents many common smart contract errors by construction. The programming paradigm is closer to Rust’s ownership model than to Solidity’s ERC-20-style account mappings.
Social Media Sentiment
Flow had enormous momentum during the 2021 NBA Top Shot craze. Since then, sentiment has been mixed — the NFT market decline hurt the ecosystem, and Flow lost developer mindshare to Ethereum L2s and Solana. The 2024 EVM compatibility announcement was aimed at attracting Ethereum developers. Dapper Labs’ sports IP partnerships (NBA, NFL, UFC) are genuine differentiators. The community remains active around specific NFT collections.
Last updated: 2026-04