solana-program-library/stake-pool
Michael Vines 211f92e8c6 Groom Cargo.tomls 2020-10-25 07:52:33 +00:00
..
cli Port SPL to solana-program and `cargo build-bpf` 2020-10-24 19:21:38 -07:00
program Groom Cargo.tomls 2020-10-25 07:52:33 +00:00
README.md Token stake pool (#493) 2020-10-16 19:38:12 +02:00

README.md

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

Javascript bindings are available in the ./js directory.