📓 Glossary


👁️ Overview

Solstice is a POC aimed at bringing the core functionalities of Sablier to the Solana blockchain. As Sablier’s money-streaming protocol is already a major player on EVM-compatible chains, this project explores how it could perform on Solana, leveraging the chain’s high throughput, low fees, and unique execution model.

The goal of Solstice is simple: show that Sablier can work on Solana while meeting the same standards of performance, security, and user experience that it’s known for on EVM. The focus is on delivering the basics — linear streams, withdrawal, cancellation, and transferability — while adapting them for Solana's architecture. This means designing for the SVM's account-based storage model, and the different transaction flows.

By the end of this POC, we'll have a solid understanding of what it takes to replicate Sablier on Solana and whether the effort is worth scaling. It’s not about delivering a full production-ready solution but rather answering key questions around feasibility, performance, and user experience. If successful, Solstice will provide a foundation for a future expansion of Sablier on Solana or, at the very least, valuable insights into what's possible.


System Architecture

Architecture Diagram

Pasted image 20240909212330.png


Detailed Component Design

Solana Program Design