Create a Mintable token minted by participants

hello guys

can i create mintable token that minting by participants just like bitcoin that mining by miners(nodes)?

1 Like

Hi @Yazanalsharif,

You can create a mintable token that can be minted by participants. You would need to work out under what conditions a participant could mint a token. A simple example might be that anyone could call mint to mint one token until a certain cap was reached.

The documentation has a simple example of Rewarding Miners

What sort of mechanism were you thinking of?