-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat(protocol): staking based (cryptoeconomic) prover #15376
Comments
can be combined with open multi-client to create some majority rule stone-aged verification? |
Yep! That way participants in this network would not have to run their own full node, they could choose to accept any zk proof that shows that a certain block hash is correct and then sign off on the correctness of that block hash. If we have lots of potential proofs, then this could be good way to use all of them in an indirect way that doesn't depend on some strict validity rules. We cannot emulate this behavior in any other way I think. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for a week since being marked as stale. |
Describe the feature request
Good thread: https://x.com/sreeramkannan/status/1730310412904599714
Just marking this for discussion because similar to SGX, this can achieve fast (economic!) finality which will be very important, but unlike SGX this is not free. Restaking is one way to do it, but we can also allow people to stake TKO and they can be rewarded the fees collected by the protocol or something like that.
Describe alternatives you've considered
Description of the alternatives you've considered here.
Additional context
Additional context here.
The text was updated successfully, but these errors were encountered: