/staking

Staking app

Primary LanguageSolidityGNU General Public License v3.0GPL-3.0

The Staking app complies with interface ERC900 with the following added features:

  • Anti-sybil protection
  • Locking-slashing mechanism

The main motivation is to be used in conjunction with Agreements in the context of Aragon Network, but it has been designed to be as generic as possible, in order to allow for other use cases too.

You can read the initial motivation and spec for this here.

Table of Contents

  1. Anti-sybil protection
  2. Locking-slashing mechanism
  3. Entry points
  4. Data structures
  5. External interface
  6. Deployment
  7. Testing guide