Skip to content

Commit a81ab35

Browse files
authored
add detail that only the token in the vesting schedule will be added to it, not others (#291)
1 parent de64fee commit a81ab35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cips/cip-031.md

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ By integrating staking rewards directly into the lockup schedule, this proposal
5959
- **Validator Commission:**
6060
Commission rewards are split from staking rewards: commissions go directly to the account (unlocked) while staking rewards follow the lockup schedule.
6161

62+
- **Non Locked Coins Rewards**
63+
Within the Cosmos SDK rewards can be a variety of tokens not only the staking token. Secondly a lockup account can have multiple tokens too. When UpdateSchedule is called, we will only append the tokens included in the vesting schedule.
64+
Example: If the rewards for a delegator are (`100 tia, 100foo`) and the lockup schedule only includes `tia` we will only lock up the `tia` and allow the `foo` token to be freely transferred out of the account.
65+
6266
#### Token State Management
6367

6468
Tokens are tracked in four states:

0 commit comments

Comments
 (0)