Post made in english but feel free to answer in French
I just claimed my Universal Dividend for one of my acccounts (5HE6gH87fVuGj6akXneNceBtgEiaUZua43TJbVBRQTT77gp6) in GDev:
gcli ud claim
(Vault: Base[address:5HE6gH87fVuGj6akXneNceBtgEiaUZua43TJbVBRQTT77gp6, name:Some("Nicolas80-GDev"), crypto_scheme:Some(Sr25519)])
> Password ********
transaction submitted to the network, waiting 6 seconds...
claimed 426 UD, for a total of 1550169647596.10 ĞD
From that information, I can do a simple division and have an estimate of the minimum amount that the UD should be at this moment:
1550169647596.10 ĞD / 426 = 3638895886.38 ĞD (should be the minimum possible UD value since UD grows in time)
I’ll try a transfert of 1 cent of UD value, which should be at least:
0.01 UD = 36388958,8638 ĞD (also I wonder how do we resolve the rouding to cents of ĞD)?
Using the -u
argument to make the transfer in UD amount
gcli account transfer 1 5Funkng8dL397H9ZEJ9sXDjFhStCqRYUj1a62ngcrEMy7ivn -u
(Vault: Base[address:5HE6gH87fVuGj6akXneNceBtgEiaUZua43TJbVBRQTT77gp6, name:Some("Nicolas80-GDev"), crypto_scheme:Some(Sr25519)])
> Password ********
transaction submitted to the network, waiting 6 seconds...
transfered 18358942.33 ĞD (5HE6gH87fVuGj6akXneNceBtgEiaUZua43TJbVBRQTT77gp6 → 5Funkng8dL397H9ZEJ9sXDjFhStCqRYUj1a62ngcrEMy7ivn)
From this, I see that 1 cent of UD was only 18358942.33 ĞD
that were transfered; which doesn’t make any sense…
- Unless someone lowered the UD value at some point in time in GDev
- Or other possibility, the
ud claim
command before gave me a wrong number of UD received
Just to show the difference of amounts:
18358942.33 ĞD # Amount transfered when requesting 1 UD cent
3638895886.38 ĞD # Minimal amount expected for 1 UD cent
The value that was transfered is about 200 times smaller than what I expected…