Governance capability
Governance-ready code does not equal active governance.
TNWT includes ERC20Votes and delegation/checkpoint functions, but no public proposal, voting or execution framework is active today.
Current contract capability
The contract inherits OpenZeppelin ERC20Votes, exposing delegation, vote checkpoints, current votes and historical vote queries. It also inherits ERC20Permit for signed approvals.
Current control model
Administrative actions use AccessControl. The expected treasury/admin wallet holds DEFAULT_ADMIN_ROLE and ADMIN_ROLE. Those roles are operational authority, not token-holder governance.
Future governance requirements
Any future governance system should define proposal thresholds, quorum, voting periods, execution controls, emergency security procedures and the relationship between governance and existing administrative roles before it is described as decentralized governance.
