Fundraising Fox

Flow

8 known investors

Flow is a blockchain network designed for consumer decentralized finance applications, offering institutional-grade financial products, yield optimization, and automated strategies with features like prediction markets, home equity credit lines, and scheduled transactions that require no cryptocurrency knowledge.

Also known as Flow blockchain · Flow Network · onflow

Investors · 8

Also in the syndicate · 1

Andreessen Horowitz (a16z)

Company profile

researched Aug 2026

Flow is a layer-1 proof-of-stake blockchain network positioned around consumer-facing applications, AI agents and decentralized finance. The network supports both its native Cadence smart contract language and Solidity contracts running natively via Flow EVM, so EVM applications can be deployed without code changes. Its stated design goal is to make decentralized finance usable as personal finance, delivering institutional-grade financial products, yield optimization and automated strategies on consumer-friendly rails that do not require users to have crypto knowledge.

Protocol-level features marketed by the project include Flow Actions (bundling multi-step workflows such as funding, trading and outcome-token minting into a single atomic operation), native on-chain randomness through Flow VRF, Scheduled Transactions that let markets close, resolve and settle or let users automate top-ups, restaking, transfers and recurring strategies entirely on-chain without bots or cron jobs, an enshrined Flow Credit Market used for programmable credit lines against tokenized property equity, and capabilities/entitlements providing fine-grained, revocable access control for users or AI agents. The network also emphasizes MEV resistance, a multi-role architecture for transaction speed and near-instant finality, low gas fees, fiat-to-crypto onboarding pathways, cross-chain bridging from more than 30 chains, and swaps within its ecosystem.

The onflow/flow GitHub repository serves as the network's central metadata hub, containing protocol specifications, protobuf and OpenAPI interface definitions for the Flow Access API, node operator documentation, governance agendas (FLIPs) and sporks.json, a machine-readable record of all mainnet and testnet sporks. The codebase has been open-sourced since 2020 under the Apache-2.0 license; the reference Go implementation lives in the separate onflow/flow-go repository.

Business model

Flow operates as public blockchain infrastructure with a native token, FLOW, obtainable on decentralized exchanges (as WFLOW), centralized exchanges, or by bridging funds from other chains. Network activity generates transaction fees; a July 2026 ecosystem post describes transaction fees rising up to fourfold with FLOW issuance falling correspondingly, framed as a step toward network self-sustainability.

Network transaction fees denominated in the native FLOW token, with fee levels and token issuance adjusted at the protocol level.

Traction

The network reports approximately 1 million monthly active users and has approached its 1 billionth transaction. TVL is cited as growing 600% year over year to more than $100M, and stablecoin market capitalization on Flow reached an all-time high of $74.6M as of June 30, 2026. Social and developer following includes 200.4K Twitter followers, 20.8K Discord members, 1.6K Telegram subscribers and 649 GitHub followers; the onflow/flow meta-repository has 361 stars and 161 forks.

Latest developments

Recent published items include the launch of Flow AI Tools, a Claude Code plugin for Web3 development (May 7, 2026); a React SDK for wallet connections, authentication and transactions; a repositioning around consumer DeFi ("The New Era of Flow"); a July 27, 2026 post on transaction fees rising up to 4x alongside falling FLOW issuance; a June 30, 2026 all-time high in stablecoin market cap on Flow of $74.6M; and continued ecosystem activity such as Disney Pinnacle by Dapper Labs and Top Shot Moments becoming permanent.

Full profile — market position, technology, go-to-market, geography

Market position

Flow describes itself as the leading consumer layer-one network and one of the fastest-growing developer ecosystems, anchored by relationships with large consumer brands. Third-party demand signals include repeated user requests for Flow chain support on the tax-reporting platform Koinly, where commenters noted the token's position among the top cryptocurrencies by market capitalization.

Flow positions itself as purpose-built for consumer DeFi rather than general-purpose smart contracts, citing MEV resistance, enshrined protocol primitives (VRF, Scheduled Transactions, Flow Actions, Credit Market, entitlements) that remove the need for off-chain bots, cron jobs or third-party tooling, dual support for Cadence and unmodified Solidity, contract upgradeability without proxy contracts, and simplified consumer onboarding with fiat-to-crypto pathways. Chief Architect Dieter Shirley is described as a coauthor of the ERC-721 NFT standard.

Technology

Flow is a proof-of-stake layer-1 with a multi-role node architecture intended to deliver high transaction throughput and near-instant finality. It runs the Cadence smart contract language alongside Flow EVM for native Solidity execution. Protocol-level primitives include native VRF for on-chain randomness, Scheduled Transactions for autonomous on-chain triggers, Flow Actions for atomic multi-step operations, an enshrined Flow Credit Market, and capabilities/entitlements for granular delegation and access control. Developer tooling includes the Flow CLI, Flow Emulator, Flow Dev Wallet, Cadence VS Code extension, the Flow Client Library (FCL), an @onflow/react-sdk React library with hooks and components, a testnet faucet dispensing 100,000 test FLOW, and a Claude Code plugin that supplies AI coding agents with Flow-specific context, skills and security standards. Interfaces are defined via protobuf and OpenAPI for the Flow Access API, and network upgrades are recorded as sporks.

Go-to-market

Distribution is through developer adoption and ecosystem programs: a developer portal with SDKs, tutorials and API references, a Developer Support Hub offering grants, builder perks and introductions to VCs and funds, weekly developer office hours, hackathons and events, integrations with third-party infrastructure platforms such as Thirdweb, Crossmint, Dynamic and Privy, wallet support including MetaMask, Rabby and the native Flow Wallet, and community channels on X/Twitter, Discord, Telegram and GitHub. Brand partnerships and consumer applications serve as an additional acquisition channel.

Mainstream consumers seeking simplified DeFi products and yields without requiring crypto knowledge; application developers and dApp builders; global consumer brands and financial institutions; node operators, protocol contributors, integrators and researchers.

Geography

Global, permissionless network access; no specific corporate locations are indicated by the sources.

Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.

Key figures

latest reported
Cumulative transactionsJan 2026Approaching 1 billion transactions
Discord membersJan 202620,800 members
GitHub followersJan 2026649 followers
GitHub forks (onflow/flow repository)Jan 2026161 forks
GitHub stars (onflow/flow repository)Jan 2026361 stars
Monthly active usersJan 20261,000,000 users
Stablecoin market cap on FlowJun 2026$74.6M
Telegram subscribersJan 20261,600 subscribers
Total value locked (TVL)Jan 2026$100M+, after 600% year-over-year growth
Twitter followersJan 2026200,400 followers

Company-reported or press-reported figures, each dated to when it was claimed — not independently audited.

Timeline · 5

launches, deals, and filings
Jul 2026
Transaction fees raised up to 4x with corresponding reduction in FLOW issuance

Flow published an ecosystem update describing transaction fees rising up to fourfold and FLOW issuance falling with them, presented as a step toward network self-sustainability.

source ↗

Jun 2026
Stablecoin market cap on Flow reaches all-time high of $74.6M

$74.6M source ↗

May 2026
Flow AI Tools: Claude Code plugin for Web3 development

Flow released a Claude Code plugin that provides AI coding agents with Flow-specific context, skills and security standards for building applications on the Flow network.

source ↗

Jan 2026
React SDK for Flow app development

Release of @onflow/react-sdk, a React library with hooks and components that simplifies wallet connections, authentication and transactions for Flow dApps.

source ↗

Jan 2020
Flow network repository open-sourced

The onflow/flow reference meta-repository, containing protocol specifications, interface definitions and node operator documentation, has been open source under Apache-2.0 since 2020.

source ↗

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

In the news

Research sources · 8

primary sources listed
  • Flowonflow.org · web

8 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does Flow do?
Flow is a layer-1 proof-of-stake blockchain built for consumer applications, AI agents and consumer DeFi at scale.
Who are Flow's investors?
Flow's investors include a16z crypto, AppWorks Ventures, Ceras Ventures, Multicoin Capital, Valor Capital Group, White Paper Capital, Youbi Capital.