Smart Contract token

1

Ones tokens are issued by smart contracts on a existing blockchain, for example Bitcoin and distributed to the community, who and in wich currency the transaction fees will be realized ?

laizess

Posted 2018-11-23T18:19:47.230

Reputation: 189

Answers

0

This is highly implementation specific.

For common token platforms, namely Bitcoin and Ethereum, fees for transactions must be paid in Bitcoin and ether respectively.

Your contract or token mechanisms can impose a further fee in your token, or another token, but the platform itself requires the transaction cost to be paid by the native currency.

There are various proposals (1, 2), mainly for ethereum, that would allow tokens to be used to pay base transaction fees as well. However, these will require a hardfork, and are not currently usable.

Raghav Sood

Posted 2018-11-23T18:19:47.230

Reputation: 10 897

Thank you very much for your response. If i understand it well, so for example people who have OmiseGo, wich is a token on the ethereum blockchain, and wants to transfer omiseGo tokens to each other, have to pay in ethereum the transaction-fees ?laizess 2018-11-24T11:48:20.077

That's correct.Raghav Sood 2018-11-24T12:02:38.227