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

Dealing with possible GNOT token inflation hack scenarios #106

Open
kristovatlas opened this issue Jan 22, 2025 · 0 comments
Open

Dealing with possible GNOT token inflation hack scenarios #106

kristovatlas opened this issue Jan 22, 2025 · 0 comments

Comments

@kristovatlas
Copy link

A common attack pattern in new blockchain involves an attacker identifying and exploiting a token inflation bug. The attacker mints a large number of tokens and then attempts to dump them on the market.

In response to this pattern, web3 protocols are now commonly performing real-time monitoring and alerting of the tokens in circulation. In an emergency condition prior to full decentralization of the protocol, they can exercise emergency admin powers to halt the blockchain until the vulnerability is fixed.

Smaller protocols written in smart contracts have also discussed the idea of instituting an invariant check in the protocol, such that significant deviations from the expected number of tokens in circulation will trigger an automatic halting of the protocol. This is more commonly discussed in projects involving defi trades rather than L1 blockchains.

We should investigate at a minimum what it would take to implement monitoring/alerting on this front and consider the pros/cons of an invariant trigger, as well.

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

No branches or pull requests

1 participant