Solana

P2P Protocol

A high-throughput Layer-1 blockchain combining Proof-of-History (a verifiable clock enabling faster consensus) with Proof-of-Stake. The original solana-labs/solana client repository was archived in 2024 in favor of Agave, maintained by Anza (a company spun out to steward core protocol development independent of Solana Labs).

Fundação

Detalhes

Licença Apache-2.0
Status de Dev 🟢 Ativo
Proprietário Anza (maintains the Agave validator client); Solana Foundation is the public non-profit umbrella for the ecosystem.
Órgão de Governança Solana Foundation (non-profit); Anza and Solana Labs both contribute core development but neither has unilateral authority over the protocol.
País Switzerland (Solana Foundation is Swiss-registered, consistent with the common Layer-1-foundation jurisdiction pattern)
Ano de Início 2020
Stack Rust.
Financiamento Solana Foundation grants; Anza is independently funded/operated as a company.
Última Investigação 23 de ago. de 2026

Domínios de Caso de Uso

P2P Protocol Atributos

Origins High-throughput Layer-1 blockchain, introducing Proof-of-History as a novel verifiable-delay-function-based clock to reduce consensus overhead.
Database N/A (account-based state model, not a conventional database)
Query Language JSON-RPC.
Data Formats Custom binary serialization (Borsh commonly used at the application layer).
Collaborative Live Editing N/A
Rich Text Editing N/A
Mobile Support Via third-party wallet apps (Phantom, Solflare, etc.).
Web Support Extensive dApp ecosystem via browser wallet extensions and JSON-RPC.
Native Apps Validator/node software ships as native binaries (Agave, and the independent Firedancer client from Jump Crypto).
Terms Free, open-source; network fees paid to validators (notably low/sub-cent per transaction).
Funds Solana Foundation's treasury is disclosed at a high level; Anza's funding as a company is separate/not fully public.
Based On Novel design (Proof-of-History combined with PoS) — not built directly on a prior blockchain's codebase.
P2P Architecture Gossip-based validator network (Turbine block propagation protocol), leader-based block production rotating among staked validators.
Overlay Network Global, permissionless validator set (subject to stake requirements).
Content Addressing No.
Local-First N/A
E2EE N/A
CRDTs Lib N/A
Byzantine Fault Tolerance Yes — Tower BFT (a PoH-optimized PBFT variant).
Signature Ed25519.
Permissions Permissionless for transacting/deploying programs; validating requires staked SOL.
Semantic Web Compatibility No.
Smart Contract Yes — "programs" (Solana's term for smart contracts), primarily written in Rust, executed in a sandboxed runtime (Sealevel, enabling parallel transaction execution).
Protocol Stack Position Base-layer settlement + execution (Layer 1), positioned as a high-throughput alternative to Ethereum's model.
Asset / Value Embedding Native (SOL) plus SPL tokens (this matrix's existing spl-token-program entry) for the broader token ecosystem.
Protocol Maturity / Standardization Mature, high-usage mainnet since 2020; no formal standards body, de facto standard via adoption and the emergence of a second independent client (Firedancer).