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

Need to charge an additional fee for Sampling Consensus, for each tx #96

Open
jorgeantonio21 opened this issue Oct 12, 2024 · 0 comments
Assignees
Labels
essential Must be done sooner than later sui Relevant to our Sui contracts

Comments

@jorgeantonio21
Copy link
Contributor

For Tasks that require Sampling Consensus for verifiability (see our whitepaper), each attestation node needs to be paid the right amount of work, moreover, in order to incentivize each node, each transaction needs to accrue a 20% value. So the final payment should be:

1.2 * (1 + p * nodes_for_attestation) * price

where p is the replication rate probability, and nodes_for_attestation the number of attestation nodes that need to be selected.

@jorgeantonio21 jorgeantonio21 added essential Must be done sooner than later sui Relevant to our Sui contracts labels Oct 12, 2024
@jorgeantonio21 jorgeantonio21 self-assigned this Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
essential Must be done sooner than later sui Relevant to our Sui contracts
Projects
None yet
Development

No branches or pull requests

1 participant