Sablier EVM Monorepo [![GitHub Actions][gha-badge]][gha] [![Coverage][codecov-badge]][codecov] [![Foundry][foundry-badge]][foundry] [![Twitter][twitter-badge]][twitter]
May 28, 2026 · View on GitHub
Important
This repository is no longer maintained and is not accepting pull requests — including changes to code comments.
Even comment-only edits can alter the compiled bytecode, and the source on main must remain byte-for-byte verifiable
against the deployed addresses. PRs of any kind will be closed
without review.
Monorepo for Sablier's EVM smart contracts. In-depth documentation is available at docs.sablier.com.
[!NOTE] This repository previously contained only the Lockup protocol. It has since been expanded into a monorepo hosting all of Sablier's EVM smart contracts. Legacy version tags (
v1.0throughv3.0.1) refer to Lockup releases and have been aliased aslockup@v1.0throughlockup@v3.0.1for clarity.
Packages
| Package | Description | Docs |
|---|---|---|
airdrops | Merkle-based token distribution with optional vesting | Airdrops Docs |
bob | Price-gated vaults with optional yield adapters | Bob Docs |
flow | Open-ended token streaming with no fixed end time | Flow Docs |
lockup | Fixed-term vesting and token distribution | Lockup Docs |
utils | Shared utilities, base contracts, and comptroller | Utils README |
Each package has its own README with protocol-specific details, installation instructions, and usage examples.
Security
The codebase has undergone rigorous audits by leading security experts from Cantina, as well as independent auditors. For a comprehensive list of all audits conducted, please click here.
For any security-related concerns, please refer to the SECURITY policy.
Contributing
This repository is not accepting pull requests of any kind, including changes to code comments. Comment-only edits
can change the compiled bytecode, and the source on main must remain byte-for-byte verifiable against the
deployed addresses. PRs will be closed without review.
For questions or informal feedback, open an issue or start a discussion.
License
See LICENSE.md.