Sablier programs on Solana, in-depth documentation is available at docs.sablier.com.
SolSab uses a monorepo structure with two main Solana programs.
Sablier Lockup is a token distribution protocol that enables onchain vesting and payments. Our flagship model is the linear stream, which distributes tokens on a continuous, by-the-second basis.
The way it works is that the sender of a payment stream first deposits a specific amount of SPL, or Token2022, tokens in a program. Then, the program progressively allocates the funds to the recipient, who can access them as they become available over time. The payment rate is influenced by various factors, including the start and end times, as well as the total amount of tokens deposited.
Merkle Instant is a program that enables the creation of token airdrop campaigns using Merkle trees, allowing users to instantly claim and receive their allocation through a single transaction.
We welcome contributions!
- 🐛 Bug reports
- 💬 Discussions
- 💬 Discord
For guidance on how to make PRs, see the CONTRIBUTING guide.
See LICENSE.md.