Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
catShaark committed Aug 23, 2023
1 parent a213e97 commit a7d73fc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# multi-staking-module
A cosmos-sdk module enabling staking with multiple types of token

The multi-staking-module is a module that allows the cosmos-sdk staking system to support many types of token

## Multi staking design

Given the fact that several core sdk modules such as distribution or slashing is dependent on the sdk staking module, we design the multi staking module as a wrapper around the sdk staking module so that there's no need to replace the sdk staking module

The multi staking module has the following features:
- Staking with many diffrent type of tokens
- Bond denom selection via Gov proposal
- A validator's delegations can only be in one denom

0 comments on commit a7d73fc

Please sign in to comment.