cosmos-sdk/docs/spec/slashing
Christopher Goes f18895532d Clarify which offenses utilize the slashing period 2018-08-20 18:37:16 +02:00
..
README.md State machine contd. 2018-08-13 17:03:39 +02:00
begin-block.md Clarify which offenses utilize the slashing period 2018-08-20 18:37:16 +02:00
state-machine.md Clarify example 2018-08-20 18:34:03 +02:00
state.md h_n => h_n-1 2018-08-20 18:28:40 +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 "slashing" them: burning some amount of their stake - and possibly also 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. State
    1. SigningInfo
    2. SlashingPeriod
  2. State Machine
    1. Transactions
      1. Unjail
    2. Interactions
      1. Validator Bonded
      2. Validator Unbonding
      3. Validator Slashed
    3. State Cleanup
  3. Begin Block
    1. Evidence handling
    2. Uptime tracking