Skip to content

Commit 82cbe82

Browse files
committed
Merge branch 'main' into dev-v3
2 parents 63c650d + 6f7f634 commit 82cbe82

20 files changed

Lines changed: 1982 additions & 1139 deletions

.gitbook/assets/coalition game.png

12.2 KB
Loading
273 KB
Loading
273 KB
Loading

.gitbook/assets/image (10) (2).png

273 KB
Loading
50.9 KB
Loading
50.9 KB
Loading

.gitbook/assets/image (11) (2).png

50.9 KB
Loading

Cargo.lock

Lines changed: 1241 additions & 1113 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 647 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,16 @@
44

55
## What is SafeStake? <img src=".gitbook/assets/image (4).png" alt="" data-size="line">
66

7-
`SafeStake` is a decentralized staking framework and protocol that maximizes staker rewards by keeping validators secure and online to perform Ethereum Proof-of-Stake consensus (ETH2) duties. It splits a validator key into shares and distributes them over several nodes run by independent operators to achieve high levels of security and fault tolerance. Written in Rust, SafeStake runs on top of the ETH2/consensus client [Lighthouse](https://github.com/sigp/lighthouse) and uses [Hotstuff](https://github.com/asonnino/hotstuff) (a BFT consensus library) for consensus.
7+
`SafeStake` is a decentralized staking framework and protocol that maximizes staker rewards by keeping validators secure and online to perform Ethereum Proof-of-Stake consensus (ETH2) duties. It splits a validator key into shares and distributes them over several nodes run by independent operators to achieve high levels of security and fault tolerance. Written in Rust, SafeStake runs on top of the ETH2/consensus client [Lighthouse](https://github.com/sigp/lighthouse) and uses [Hotstuff](https://github.com/asonnino/hotstuff) (a BFT consensus library) for consensus. The referenced [thesis](https://eprint.iacr.org/2019/985).
88

99
<figure><img src=".gitbook/assets/image (2).png" alt=""><figcaption><p>SafeStake Network Architecture</p></figcaption></figure>
1010

11-
### SafeStake makes earning staking rewards safe and easy for all ETH holders.&#x20;
11+
### SafeStake makes earning staking rewards safe and easy for all ETH holders.
1212

13-
* `Stage 1 - Deposit 32 ETH` and choose a group of four operators to manage your validator.
14-
* `Stage 2 - Deposit 8 ETH` as an initializer to participate in running a 'Pooled Validator' and choose three additional operators to manage your validator.
15-
* `Stage 3 - Deposit ≥ 0.1 ETH but < 32 ETH` to participate in running a 'Pooled Validator.' Stake ETH in the SafeStake pool and get `sfETH` tokens in return. Your share of the pooled validator's rewards will be accrued automatically to your sfETH token balance and are completely liquid, allowing you the freedom to trade, buy, or sell your tokens any time you want.
13+
* `Stage 1 - Deposit 32 ETH` and choose a group of four operators to manage your validator.
14+
* `Stage 2` - Partnering with LST protocols to run 'Pooled Validator', empowring LST/LRT protocols to deploy validators on SafeStake platform to enhance security and improve performance resilience.
1615

17-
{% hint style="info" %}
1816
**SafeStake is the first ETH staking pool to implement distributed validator technology (DVT) written in Rust for increased decentralization, security, and reliability.**
19-
{% endhint %}
2017

2118
### Test Drive SafeStake
2219

@@ -38,14 +35,15 @@ Read the SafeStake [white paper](https://docsend.com/view/22tth6krr9mnfhre?lt\_u
3835

3936
## Additional Information
4037

41-
Check out [our website](https://www.parastate.io/safestake/) for more about SafeStake.
38+
Check out [our website](https://www.safestake.xyz/) for more about SafeStake.
4239

4340
[Help test](https://testnet.safestake.xyz/) the SafeStake network!
4441

45-
Twitter: [https://twitter.com/parastateio](https://twitter.com/parastateio)&#x20;
42+
Twitter: [https://twitter.com/safestakeDVT](https://twitter.com/safestakeDVT)
4643

47-
Join our [Discord](http://discord.gg/zFS3Mnfpwj) chat channel!&#x20;
44+
Join our [Discord](http://discord.gg/zFS3Mnfpwj) chat channel!
4845

4946
## Beta Advisory
5047

51-
Currently, the SafeStake project is in beta and is mainly for proof-of-concept, benchmarking, and evaluation purposes. It is still in active testing and not yet ready for production use. In addition, all possible implementations of SafeStake have not been fully reviewed and vetted.
48+
Currently, the SafeStake project is in public testnet stage. In addition, the smart contracts have been reviewed by the Nethermind Team and fulfilled audit by PeckShield. Please check the detailed [audit report](https://github.com/peckshield/publications/tree/master/audit_reports/PeckShield-Audit-Report-SafeStake-v1.0.pdf) and the Operator Networking Security Assessment Report by SigmaPrime. [Sigma_Prime_SafeStake_Operator_Security_Assessment_Report_v2_1.pdf](https://github.com/user-attachments/files/17098313/Sigma_Prime_SafeStake_Operator_Security_Assessment_Report_v2_1.pdf).
49+
Stay tuned for the Stage1 mainnet launch!

0 commit comments

Comments
 (0)