(Poll)
I’m wondering what’s the best option for non-bridged (non-ERC20; take note that I imagine Native Token as ArbOne ANT bridged to Autonomi, so this also excludes NT) tokens:
- Have a deterministic
token_id
(a hash/xorname of symbol + name + decimals?), that would disallow creation of multiple identical tokens, but enable people to squat token ids. There could be a list of tokens (token_id
s, names) to be “pre-squatted” before the release on a mainnet as a part of this project if necessary. - Make a
token_id
different for each new token, regardless of token parameters, so that multiple tokens with same parameters, but differenttoken_id
s could exist? Like manyANT
s orETH
s?
0
voters