forked from realiotech/multi-staking
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |