Skip to content

aragon/staking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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