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

Add docs around Validator Management Protocols #1953

Closed
meaghanfitzgerald opened this issue Nov 20, 2024 · 0 comments · Fixed by #1956
Closed

Add docs around Validator Management Protocols #1953

meaghanfitzgerald opened this issue Nov 20, 2024 · 0 comments · Fixed by #1956
Assignees
Labels

Comments

@meaghanfitzgerald
Copy link
Collaborator

Request

Add high-level, explanatory document explaining the main usage differences between the PoA Validator Manager, Erc20StakingManager, and NativeTokenStakingManager to the the EVM Customization page.

Solution

  1. In the Avalanche Protocol section, add a doc:
  • explaining how Avalanche L1s can enforce any validation logic that can be encoded via smart contract
  • explaining when and why an organization would want to run a PoA chain or a PoS chain
  1. In the Validator Manager section, add a doc:
  • explaining basic concepts of PoA and PoS networks
  • explaining how validators are added and removed from L1s using the PoA Validator Manager
  • explaining how validators are managed by the Erc20StakingManager and NativeTokenStakingManager, noting the difference between staking tokens
  • explain how validators in Erc20 or PoS L1s are rewarded for validation

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants