cosmos-sdk/docs/spec/slashing
Sunny Aggarwal 3e6ce3de8d Merge PR #3103: Tombstone specification 2019-01-29 19:10:35 +01:00
..
README.md R4R: Tombstone Implementation (#3225) 2019-01-10 17:22:49 -08:00
begin-block.md R4R: Tombstone Implementation (#3225) 2019-01-10 17:22:49 -08:00
hooks.md R4R: Tombstone Implementation (#3225) 2019-01-10 17:22:49 -08:00
messages.md Merge PR #3281: Staking Spec Upgrade 2019-01-21 19:52:03 -05:00
overview.md R4R: Tombstone Implementation (#3225) 2019-01-10 17:22:49 -08:00
state.md R4R: Tombstone Implementation (#3225) 2019-01-10 17:22:49 -08:00
tags.md Tags Cleanup & Docs (#3137) 2018-12-19 19:28:38 -08:00
tombstone.md Merge PR #3103: Tombstone specification 2019-01-29 19:10:35 +01: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
  3. Transactions
    1. Unjail
  4. Hooks
    1. Validator Bonded
  5. Begin Block
    1. Evidence handling
    2. Uptime tracking
  6. Future Improvements
    1. State cleanup