cosmos-sdk/docs/spec/slashing
Christopher Goes 83f7a4cb7b Bugfix; update slashing spec 2018-10-15 23:01:29 +02:00
..
README.md Fixup links 2018-08-23 13:46:44 +02:00
begin-block.md Bugfix; update slashing spec 2018-10-15 23:01:29 +02:00
future-improvements.md Address @rigelrozanski comments 2018-08-23 13:43:01 +02:00
hooks.md Bugfix; update slashing spec 2018-10-15 23:01:29 +02:00
overview.md Change ASCII diagram slightly 2018-08-23 22:45:38 +02:00
state.md Bugfix; update slashing spec 2018-10-15 23:01:29 +02:00
transactions.md Bugfix; update slashing spec 2018-10-15 23:01:29 +02:00

README.md

Slashing module specification

Abstract

This section specifies the slashing module of the Cosmos SDK, which implements functionality first outlined in the Cosmos Whitepaper in June 2016.

The slashing module enables Cosmos SDK-based blockchains to disincentivize any attributable action by a protocol-recognized actor with value at stake by penalizing them ("slashing").

Penalties may include, but are not limited to:

  • Burning some amount of their stake
  • Removing their ability to vote on future blocks for a period of time.

This module will be used by the Cosmos Hub, the first hub in the Cosmos ecosystem.

Contents

  1. Overview
  2. State
    1. SigningInfo
    2. SlashingPeriod
  3. Transactions
    1. Unjail
  4. Hooks
    1. Validator Bonded
    2. Validator Unbonded
    3. Validator Slashed
  5. Begin Block
    1. Evidence handling
    2. Uptime tracking
  6. Future Improvements
    1. State cleanup