Update README.md (#10807)

strength Cosmos SDK identity

Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
Barrie Byron 2021-12-17 18:48:56 -05:00 committed by GitHub
parent 4d0d376c4b
commit a524b559ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -9,16 +9,16 @@ parent:
## Abstract ## Abstract
This paper specifies the Staking module of the Cosmos-SDK, which was first This paper specifies the Staking module of the Cosmos SDK that was first
described in the [Cosmos Whitepaper](https://cosmos.network/about/whitepaper) described in the [Cosmos Whitepaper](https://cosmos.network/about/whitepaper)
in June 2016. in June 2016.
The module enables Cosmos-SDK based blockchain to support an advanced The module enables Cosmos SDK-based blockchain to support an advanced
Proof-of-Stake system. In this system, holders of the native staking token of Proof-of-Stake (PoS) system. In this system, holders of the native staking token of
the chain can become validators and can delegate tokens to validators, the chain can become validators and can delegate tokens to validators,
ultimately determining the effective validator set for the system. ultimately determining the effective validator set for the system.
This module will be used in the Cosmos Hub, the first Hub in the Cosmos This module is used in the Cosmos Hub, the first Hub in the Cosmos
network. network.
## Contents ## Contents