BLK 375.96M·XRD $0.0009·Σ TVL √ 11.1K
LAUNCHGOVERN
Wiki homeEssays
  1. Home
  2. /
  3. Wiki
  4. /
  5. DAOs
  6. /
  7. Tooling
  8. /
  9. Treasury & payroll
  10. /
  11. Sablier (token streaming)

MANIFESTO · CAPER / OWN THE GAME
The launchpad that raises and deploys capital. Guaranteed entry / exit liquidity. Governance that can't be captured.

Sablier (sablier.com) is a token-streaming protocol: instead of paying a lump sum, a sender locks ERC-20 tokens in a smart contract that releases them to the recipient continuously, second by second, over a set period. It is widely recognised as the first token-streaming protocol on Ethereum, and it is the reference primitive for the pattern DAOs reach for constantly — vesting a contributor grant, paying an ongoing salary, or distributing an airdrop that unlocks over time rather than all at once.

Money streaming: the idea

The concept predates the protocol. In November 2018 Sablier co-founder Paul Razvan Berg published ERC-1620, “Money Streaming” — a standard for representing continuous payments on-chain, where a locked balance is released to a recipient at a fixed rate per unit of time. Berg and co-founder Gabriel Apostu then built the first implementation, deploying it to Ethereum mainnet in December 2019. Sablier frames this as “real-time finance”: the passage of time itself is the settlement mechanism, so a stream needs no trusted intermediary to meter out the drip — the contract simply makes the vested portion withdrawable as the clock advances.

Lockup, Flow, and Merkle airdrops

The V2 architecture splits the protocol into distinct, single-purpose product lines:

  • Lockup — finite-duration streams for vesting and vested airdrops. A stream can carry a cliff (nothing withdrawable until a date, then a jump) and be created cancelable or non-cancelable, letting a DAO choose whether it can claw an unvested balance back.
  • Flow — open-ended, cancelable streams for recurring payments and grants with no fixed end, closer to a live payroll rail than a vesting schedule.
  • Merkle Airdrops — on-chain claim campaigns where eligibility is proven against a Merkle root, so an instant or vesting airdrop can be distributed to thousands of wallets without the issuer pre-funding a stream for each one.

Because the contracts are non-upgradeable and permissionless, anyone can create a stream with any ERC-20 on any supported chain, and no admin can alter a stream after the fact.

Why DAOs use it

Streaming solves a governance problem, not just a payments one. A DAO that votes a contributor a twelve-month grant does not want to hand over the whole sum on day one — that is a trust and alignment risk. Streaming the grant means the recipient earns it as they keep working, and (with a cancelable stream) a governance vote can stop the unvested remainder if the relationship ends. The same logic covers contributor compensation, team and investor token unlocks, and airdrops designed to reward continued participation rather than an instant flip. By its own reporting Sablier has served over 297,000 users and 550,000+ streams, moving billions in cumulative volume — it sits alongside Safe and the rest of the tooling stack as core treasury infrastructure.

Maintenance mode and the public-good ending

On 13 July 2026 Sablier Labs announced it was entering maintenance mode and halting active development. Berg pointed to a sharp Q1-2026 drop in usage as customers postponed token launches, and to AI-assisted coding making it cheap for competitors to clone the product, concluding there was no venture-scale business in onchain streaming. The move is instructive for anyone relying on DAO tooling: the company stopped, but the protocol did not. The immutable, permissionless contracts keep running with no operator, existing streams and vesting plans are unaffected, the hosted frontend is committed through June 2028 before becoming a community-run public good, and Sablier accelerated its license flip from Business Source License to GPL, immediately open-sourcing the core EVM contracts. Depending on a contract that outlives its company is exactly what “permissionless” is supposed to buy.

How Caper approaches this

Sablier answers “pay this out gradually over time.” Caper answers a different question — “should the treasury spend at all, and on what?” A caper's treasury releases funds only through proposals that clear a vote and then execute a discrete PAYOUT or INVEST action, so every disbursement is a governed, on-the-record decision rather than a continuous drip. The two are complementary: a caper could vote a grant and settle it as a single payout, or a payout could itself fund a Sablier stream for a contributor. Where they differ is emphasis — Caper puts the deliberation and the funding decision on-chain and auditable; Sablier puts the schedule of an already-agreed payment on-chain. Both share the same underlying bet: money movement is safer when the rails, not a person, enforce the terms.

References

  • Sablier, “What is Sablier” (docs)
  • Ethereum, ERC-1620: Money Streaming · original proposal thread
  • Paul Razvan Berg, “Introducing Sablier V2”
  • Sablier, Token Vesting · “Analyzing 500K+ Vesting Streams”
  • Paul Razvan Berg, “Sablier Labs is Entering Maintenance Mode” (13 Jul 2026)
ToolSablier
CategoryToken streaming · onchain vesting · airdrops · payroll
LaunchedDecember 2019 (Ethereum mainnet); V2 in 2023
OriginImplements ERC-1620 “Money Streaming” (Paul Razvan Berg, Nov 2018)
ContractsNon-upgradeable, permissionless; Ethereum + EVM chains and Solana
Governance tokenNone
StatusMaintenance mode since 13 Jul 2026; contracts and streams run indefinitely