- Notifications
You must be signed in to change notification settings - Fork113
Secret-Shared-Validator(SSV) for ethereum staking
License
ssvlabs/ssv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SSV is a secure and scalable staking infrastructure powering the future of distributed ETH re/staking.
SSV uses an MPC threshold scheme with a consensus layer on top (Istanbul BFT),that governs the network.
Its core strength is in its robustness and fault tolerance which leads the way for an open network of staking operatorsto run validators in a decentralized and trustless way.
- Article bySSV
- iBFT Paper
- iBFT annotated paper (By SSV)
- EIP650
- Security proof for n-t honest parties
- MEV Research - Block proposer/ builder separation in SSV
- Least Authority (August 2023)
The following documents contain instructions and information on how to get started:
Thank you for considering a contribution to the source code.
In order to contribute tossv
, please fork, add your code, commit and send a pull requestfor the maintainers to review and merge into the main code base.
If you wish to submit more complex changes though, please check up with the core devs first onour discordto ensure those changes are in line with the general philosophy of the project and/or getsome early feedback which can make both your efforts much lighter as well as our reviewand merge procedures quick and simple.
Please see theDevelopers' Guidefor more details on configuring your environment, managing project dependencies, andtesting procedures.
Thessv
library (i.e. all code outside of thecmd
directory) is licensed under theGNU Lesser General Public License v3.0,also included in our repository in theLICENSE
file.
Thessv
binaries (i.e. all code inside of thecmd
directory) is licensed under theGNU General Public License v3.0, alsoincluded in our repository in theLICENSE
file.
For detailed roadmap please check outROADMAP.md

About
Secret-Shared-Validator(SSV) for ethereum staking