mlabs-haskell / cardano-open-oracle-protocol

COOP - Cardano open oracle protocol
Apache License 2.0
21 stars 3 forks source link

Burn $AUTH needed to release value in unused tokens #83

Open ross-spencer opened 9 months ago

ross-spencer commented 9 months ago

$AUTH tokens that are not used by the end of their validity, or ignored in favor of newer mints are not burned and COOP hasn't the capability to burn these as of yet. A burn method is required to release the value left in these tokens.

E.g. the sort of remainder a user might see in their COOP node:

image

There should be a burn-auth API function but there isn't a corresponding CLI command so it is difficult for the regular user to access.