forked from solana-labs/solana-program-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stake-pool-docs: Add the published audits (solana-labs#2546)
- Loading branch information
Showing
2 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
# stake-pool program | ||
|
||
A work-in-progress program for pooling together SOL to be staked by an off-chain | ||
agent running SoM (Stake-o-Matic). | ||
|
||
Each SoM needs at least one pool. Users deposit stakes into the SoM pool | ||
and receives a pool token minus the fee. The SoM redistributes the stakes | ||
across the network and tries to maximize censorship resistance and rewards. | ||
|
||
Full documentation is available at https://spl.solana.com/stake-pool | ||
|
||
The command-line interface tool is available in the `./cli` directory. | ||
|
||
Javascript bindings are available in the `./js` directory. |