Questions regarding premining account balances and the native coin of a Polygon SDK blockchain #298
-
While reading the documentation (https://sdk-docs.polygon.technology/docs/get-started/set-up-ibft-locally) I came across this statement: I have a couple of questions regarding this. 1 - Does this mean that the native coin of a Polygon SDK blockchain is ETH? Or is that just an example and we can basically name the coin whatever we want? 2 - Since this coin will be used to, for example, pay for gas, how can we mine this coin after the blockchain is running? My understanding is that Polygon SDK blockchain uses PoA and not PoW, in that case is there a way for us to mine this coin? If not what will happen when the premined amount is exhausted? Will we stop being able to execute transactions because we have no way to pay for gas? Since the documentation is not clear about this can someone please help clarify these questions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Chiming in here to help:
|
Beta Was this translation helpful? Give feedback.
Chiming in here to help:
You can name the token whatever you want. Actually this is a client level thing. For example in metamask when you add a network you can specify the "symbol" of the native currency. SDK is agnostic to this
There's no mining or rewards in the SDK - you will have to do that off-protocol (maybe have a separate account that will send rewards for stakers/proposers for proposing blocks, for example). In general I don't think there is mechanisms to increase supply @lazartravica @zivkovicmilos