MinaFoundation / mina-fungible-token

https://minafoundation.github.io/mina-fungible-token/
Apache License 2.0
5 stars 1 forks source link

speccing discussion #46

Open harrysolovay opened 2 months ago

harrysolovay commented 2 months ago

An overview of the initial exploration into modeling fungible tokens on Mina.

qwadratic commented 2 months ago

One thing we need to think about is fees.

In current design new accounts cost 1 MINA

In the proposed design this fee will be like 0.1-0.2 (for changing root hash in tokenbase)

harrysolovay commented 2 months ago

It would be great if the token admin could—from another contract—hook into the Fungible Tokenbase to determine misc fees. Probably out of scope. How else might we want to enable the configuring of fees?