Get Mystery Box with random crypto!

​​ DePool contract v3 Release Dear community members! We are | valid

​​ DePool contract v3 Release

Dear community members! We are happy to announce that the DePool contract v3 was released today!

Link to GitHub with DePool v3 https://github.com/tonlabs/ton-labs-contracts/tree/master/solidity/depool

A list of main changes in DePool v3:
- DePool participants can make lock or vesting stakes for themselves;
- To get a lock or vesting stake the receiver must set a donor address in the DePool (update tonos-cli to version 0.3.0 to enable command "set donor");
- To be able to set a donor address, the receiver must be a DePool participant, i.e. to have at least a minimum ordinary stake or other kind of stakes in the DePool; 

Link to instructions to Run DePool v3 https://docs.ton.dev/86757ecb2/p/04040b-run-depool-v3

Link to instructions how to make vesting https://docs.ton.dev/86757ecb2/p/04040b-run-depool-v3/t/099953

Link to instructions how to make lock https://docs.ton.dev/86757ecb2/p/04040b-run-depool-v3/t/900735

To the attention of the ML Ludi winners!

Next steps:
1. After the lock stake in DePool v2 expires and returns back to the distribution wallet, deploy DePool v3 with MLudi wallet in Mainnet;
2. Set donor for both lock and vesting stakes - address of the donor: 0:e17ac4e77f46626579c7c4fefe35286117384c5ccfc8745c9780cdf056c378bf;
3. Participate in the next elections after receiving vesting stake in order to avoid vesting fines.

Lock and vesting stakes distribution will be done in the same batches as at the previous iterations and their terms are:
- lock stake terms - 24 months
- vesting stake terms - 18 months

The main difference of vesting stake vs lock stake:
- lock stake - validator receives only validation rewards, the stake body returns to the owner of stake at the end of its term; 
- vesting stake - validator receives validation rewards + the stake body is released to the ordinary stake in equal monthly installments over the term of the stake, so the validator receives the whole stake with rewards net of fines as described below;

Please, note the vesting stake fines by the DePool: 
- if the validator does not participate in elections, or does not complete successfully any validation round for any reason, he/she would not receive vesting related to the missed rounds;
- for example, if there are 40 rounds per month and the validator missed 5 rounds, then at the end of the month he/she would receive 35/40 of the monthly vesting stake and the remaining 5/40 would return back to the Governance.

To the attention of the Rust Cup participants:
All Rust Cup participants must use DePool v3 in the contest!
A script to run a rust node with DePool v3 will be released later this week.

Stay tuned for more updates!

#DePool #Rust_Cup