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: faucet for staking and fees #10022

Open
just-mitch opened this issue Nov 18, 2024 · 0 comments
Open

design: faucet for staking and fees #10022

just-mitch opened this issue Nov 18, 2024 · 0 comments
Assignees

Comments

@just-mitch
Copy link
Contributor

just-mitch commented Nov 18, 2024

For the permissionless testnet, we want to provide:

  • sybil resistance against lots of people creating validators that are actually offline
  • rate limiting on the amount of work the network is asked to perform per unit of time

We thus want to design:

  • a way to control the supply of an ERC20 that protects us in the two cases above
  • an integration into the L1 contracts for two such implementations: one for staking, and the other for fee payment

We should be able to look at the design/implementation and determine:

  • the maximum rate that new validators can be added
  • the maximum rate of "work" per second that could be placed on the network

Issues regarding implementation will be filed once the design is finalized.

@LHerskind LHerskind changed the title design: ERC20s for staking and fees design: faucet for staking and fees Nov 20, 2024
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

No branches or pull requests

2 participants