Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

design: minimal slashing #10025

Open
just-mitch opened this issue Nov 18, 2024 · 0 comments · May be fixed by AztecProtocol/engineering-designs#44
Open

design: minimal slashing #10025

just-mitch opened this issue Nov 18, 2024 · 0 comments · May be fixed by AztecProtocol/engineering-designs#44
Assignees

Comments

@just-mitch
Copy link
Contributor

We need a design for a minimal slashing mechanism.

The required flow is simply:

  • M of the previous N slots may have a proposals from their respective proposer to execute a particular payload
  • The payload should be executable as soon as this M/N quorum is reached, (i.e. not need to go to "top level governance")
  • The contract that executes the payload has the ability to slash assets that are used for staking
  • the node will be configured to automatically vote for a proposal that "slashes" the committee in the event a reorg occurs
  • the initial "slash" shouldn't actually slash, but should merely log out that a slash would have occurred.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants