This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,23 @@ The Stake Pool Program's source is available on
198
198
For information about the types and instructions, the Stake Pool Rust docs are
199
199
available at [ docs.rs] ( https://docs.rs/spl-stake-pool/0.5.0/spl_stake_pool/ ) .
200
200
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
+
201
218
## Command-line Utility
202
219
203
220
The following explains the instructions available in the Stake Pool Program along
Original file line number Diff line number Diff line change 1
1
# stake-pool program
2
2
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
-
10
3
Full documentation is available at https://spl.solana.com/stake-pool
11
4
5
+ The command-line interface tool is available in the ` ./cli ` directory.
6
+
12
7
Javascript bindings are available in the ` ./js ` directory.
You can’t perform that action at this time.
0 commit comments