solana-labs/governance-ui

Add spl-token program features to proposal list

IDrawCharts opened this issue · 1 comments

Mint/Freeze Authority

Currently there is no action to transfer mint/freeze authority over a token to a DAO except during realm creation as either community or council mint. Authority transfers ought to be enabled, similar to treasury governance's ATA creation/deposit workflow.

Burn

Although associated token accounts can currently be closed via proposal (handy for unwanted NFTs etc), fungible token supplies are not properly manageable via proposal at the moment. Burn proposals ought to be enabled for any token held in a treasury governance ATA.

Create Token

Proposal option to create a new token with authorities belonging to the governance under which it was proposed. Metadata creation and update proposal options already exist.

If someone is interested in building these I'd love to see it, otherwise the Jungle DeFi team will implement and PR within the next several weeks.

Bumping this for the Burn function. All great suggestions btw but an official Burn function would be key as we are now experiencing many fake NFTs being deposited into our Realm. Im going to take a look deeper into the code and see if we can contribute here.