Skip to content

Instantly share code, notes, and snippets.

@Brady0wen
Created January 27, 2024 21:09
Show Gist options
  • Save Brady0wen/4c3cdcc7918ba9bc185bc7a46bcfc250 to your computer and use it in GitHub Desktop.
Save Brady0wen/4c3cdcc7918ba9bc185bc7a46bcfc250 to your computer and use it in GitHub Desktop.
My Solana Thesis (Simple)
Permissionless blockchains are verifiable, public ledgers that record digital transactions.
The most economically productive ledgers are those that can coordinate the best.
The properties of highly coordinated systems are scale, speed, accuracy, reliability, and composability.
More simply: how much, how fast, how precise, how dependable, and how interoperable.
Today, Solana is a categorical leader in all of these areas, and relentlessly optimizing every area.
With the introduction of Firedancer on mainnet in Q4 2024, Solana's capacity improves 100-1000x from today.
The biggest area where Solana needs to improve is developer experience.
If we can make it easy to write Solana programs, the next million builders will have no reason to start anywhere else.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment