Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 8be3ba8

Browse files
authored
stake-pool-docs: Add the published audits (#2546)
1 parent 756696e commit 8be3ba8

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

docs/src/stake-pool.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,23 @@ The Stake Pool Program's source is available on
198198
For information about the types and instructions, the Stake Pool Rust docs are
199199
available at [docs.rs](https://docs.rs/spl-stake-pool/0.5.0/spl_stake_pool/).
200200

201+
## Security Audits
202+
203+
Multiple security firms have audited the stake pool program to ensure total
204+
safety of funds. The audit reports are available for reading, presented in descending
205+
chronological order, and the commit hash that each was reviewed at:
206+
207+
* Quantstamp
208+
- Initial review commit hash [`99914c9`](https://github.com/solana-labs/solana-program-library/tree/99914c9fc7246b22ef04416586ab1722c89576de)
209+
- Re-review commit hash [`3b48fa0`](https://github.com/solana-labs/solana-program-library/tree/3b48fa09d38d1b66ffb4fef186b606f1bc4fdb31)
210+
- Final report https://solana.com/SolanaQuantstampStakePoolAudit.pdf
211+
* Neodyme
212+
- Review commit hash [`0a85a9a`](https://github.com/solana-labs/solana-program-library/tree/0a85a9a533795b6338ea144e433893c6c0056210)
213+
- Report https://solana.com/SolanaNeodymeStakePoolAudit.pdf
214+
* Kudelski
215+
- Review commit hash [`3dd6767`](https://github.com/solana-labs/solana-program-library/tree/3dd67672974f92d3b648bb50ee74f4747a5f8973)
216+
- Report https://solana.com/SolanaKudelskiStakePoolAudit.pdf
217+
201218
## Command-line Utility
202219

203220
The following explains the instructions available in the Stake Pool Program along

stake-pool/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
# stake-pool program
22

3-
A work-in-progress program for pooling together SOL to be staked by an off-chain
4-
agent running SoM (Stake-o-Matic).
5-
6-
Each SoM needs at least one pool. Users deposit stakes into the SoM pool
7-
and receives a pool token minus the fee. The SoM redistributes the stakes
8-
across the network and tries to maximize censorship resistance and rewards.
9-
103
Full documentation is available at https://spl.solana.com/stake-pool
114

5+
The command-line interface tool is available in the `./cli` directory.
6+
127
Javascript bindings are available in the `./js` directory.

0 commit comments

Comments
 (0)