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.0 through v3.0.1) refer to Lockup releases and have been aliased as lockup@v1.0 through lockup@v3.0.1 for clarity.

Packages

PackageDescriptionDocs
airdropsMerkle-based token distribution with optional vestingAirdrops Docs
bobPrice-gated vaults with optional yield adaptersBob Docs
flowOpen-ended token streaming with no fixed end timeFlow Docs
lockupFixed-term vesting and token distributionLockup Docs
utilsShared utilities, base contracts, and comptrollerUtils 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.