Skip to content

Commit

Permalink
spec/pos/reward: update unbonding offset
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Sep 9, 2022
1 parent 8ebf9a7 commit a097813
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Consider a system with
- a set of validators $V_i$.
- a set of delegations $D_{i, j}$, each to a particular validator and in a particular (initial) amount.
- epoched proof-of-stake, where changes are applied as follows:
- bonding after the pipeline length
- unbonding after the unbonding length
- rewards are paid out at the end of each epoch, to wit, in each epoch $e$, $R_{e,i}$ is paid out to validator $V_i$
- slashing is applied as described in [slashing](cubic-slashing.md).
- bonding after the pipeline length
- unbonding after the pipeline + unbonding length
- rewards are paid out at the end of each epoch, to wit, in each epoch $e$, $R_{e,i}$ is paid out to validator $V_i$
- slashing is applied as described in [slashing](cubic-slashing.md).

We wish to approximate as exactly as possible the following ideal delegator reward distribution system:

Expand Down

0 comments on commit a097813

Please sign in to comment.