Launch of a BEP20 token first and in the future use it as a DAO token governance?

If you will use on-chain governance, your contract needs to have something like ERC20Votes. If you know you will want governance later, you should probably add this since the beginning. Otherwise you would have to either upgrade the contract or wrap it later, as explained in this recent tutorial:

1 Like