Stake Pool Introduction
A program for pooling together SOL to be staked by an off-chain agent running a Delegation Bot which redistributes the stakes across the network and tries to maximize censorship resistance and rewards.
Information | Account Address |
---|---|
Stake Pool Program | SPoo1Ku8WFXoNDMHPsrGSTSG1Y47rzgn41SLUNakuHy |
Getting Started
To get started with stake pools:
- Install the Solana Tools
- Install the Stake Pool CLI
- Step through the quick start guide
- Learn more about stake pools
- Learn more about fees and monetization
Source
The Stake Pool Program's source is available on GitHub.
For information about the types and instructions, the Stake Pool Rust docs are available at docs.rs.
Security Audits
Multiple security firms have audited the stake pool program to ensure total safety of funds. The audit reports are available for reading, presented in descending chronological order, and the commit hash that each was reviewed at:
- Quantstamp
- Initial review commit hash
99914c9
- Re-review commit hash
3b48fa0
- Final report https://github.com/solana-labs/security-audits/blob/master/spl/QuantstampStakePoolAudit-2021-10-22.pdf
- Initial review commit hash
- Neodyme
- Kudelski
- Neodyme Second Audit
- OtterSec
- Neodyme Third Audit
- Halborn