Update 024_token_info.md
This commit is contained in:
parent
11c7206d3e
commit
016f4db465
@ -18,27 +18,24 @@ Enabeling users to query the info for a particular token. e.g. after choosing it
|
|||||||
|
|
||||||
1. A user is sent or given a new token for the first time - even during registration or when choosing to change token.
|
1. A user is sent or given a new token for the first time - even during registration or when choosing to change token.
|
||||||
1. The user gets a USSD message showing the following info:
|
1. The user gets a USSD message showing the following info:
|
||||||
1. Token
|
1. Token Info:
|
||||||
1. name,
|
1. name,
|
||||||
1. symbol
|
1. symbol
|
||||||
1. holding fee (% aggregated to monthly),
|
1. holding fee (% aggregated to monthly - calculation needed based on data from contract),
|
||||||
1. Stats:
|
1. Stats:
|
||||||
1. total supply,
|
1. total supply, (from contract)
|
||||||
1. Circulation (total minus the supply of balance of the issuer)
|
1. Circulation (total minus the supply of balance of the issuer) (from contract and balance of sink account)
|
||||||
1. Number of token holders
|
1. Number of token holders (calculated: advanced not for mvp)
|
||||||
1. GINI Coefficent (against all holders including the issuer balance)
|
1. GINI Coefficent (against all holders including the issuer balance) (calculated: advanced not for mvp)
|
||||||
1. Issuer (this is the sink account holder)
|
1. Issuer Info (this is the sink account holder)
|
||||||
1. name
|
1. Name
|
||||||
1. phone number
|
1. phone number
|
||||||
1. product offering
|
1. product offering
|
||||||
1. location
|
1. location
|
||||||
|
|
||||||
## ex:
|
## ex:
|
||||||
1. Give It Up For Sally, GIUFS, holding fee: 2% monthly,
|
1. Give It Up For Sally, GIUFS, holding fee: 2% monthly,
|
||||||
1. Supply: 100,000
|
1. Supply: 100,000, Circulation: 20,000
|
||||||
1. Circulation: 20,000
|
|
||||||
1. Holders: 24
|
|
||||||
1. GINI: .30
|
|
||||||
1. Sally Chama, +254727865533, Group Farm, Machakos
|
1. Sally Chama, +254727865533, Group Farm, Machakos
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user