RFC: Burn slashed collateral #2238
Closed
aesedepece
started this conversation in
Ideas
Replies: 1 comment
-
This is now live on mainnet as WIP-0023! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Where are we?
What's the problem?
w
witnesses,c
collateral per witness andq
percentage of quorum, each attacking witness can theoretically steal up tow * c * (1 - q) / (q * w)
Wits.q * w - 1
identities potentially not controlled by the attacker, but after enough rounds of attack, that wouldn't have much of an effect and the attacker would end up stealing a majority of the collateralized Wits.w * (1 - q)
witnesses.w * c * (1 - q)
Wits to be distributed acrossq * w
random witnesses.Can devs do something?
My proposal
Beta Was this translation helpful? Give feedback.
All reactions