Centralized Mint/Burn Control
The `curve` address has exclusive control over minting new tokens up to `MAX_SUPPLY` and burning existing tokens. This grants significant power over the token's supply, making the security of the `curve` address paramount. While a common design for protocol-controlled tokens, a compromise of this address could lead to arbitrary token minting (up to cap) or burning, severely impacting token value and user trust.