2.5 KiB
2.5 KiB
Token Info
- Authors: Will Ruddick willruddick@gmail.com (grassecon.org)
- Date: 2021.07.16
- Version: 1
- Status: Pre-draft
Rationale
Enabeling users to query the info for a particular token. e.g. after choosing it as their active token.
Intro
- Users should have some information about the tokens they are using and holding
Token-Info – User Flow:
- A user is sent or given a new token for the first time - even during registration or when choosing to change token.
- The user gets a USSD message showing the following info:
- Token Info:
- name,
- symbol
- holding fee (% aggregated to monthly - calculation needed based on data from contract), =(1-(1-Demurage)^43800) (43800 munites ina months) ... if demurrage is 0.00000046124891913883 ... then the monthly demurage here is =(1-(1-0.00000046124891913883)^43800)=0.02 ... 2% ...
- note that to calculate a minute by minute demurrage based on a monthly target demurrage of 2% =1- (1-0.02)^(1/43800 ) = 0.00000046124891913883
- Stats:
- total supply, (from contract)
- Circulation (total minus the supply of balance of the issuer) (from contract and balance of sink account)
- Number of token holders (calculated: advanced not for mvp)
- GINI Coefficent (against all holders including the issuer balance) (calculated: advanced not for mvp)
- Issuer Info (this is the sink account holder)
- Name
- phone number
- product offering
- location
ex:
- Give It Up For Sally, GIUFS, holding fee: 2% monthly,
- Supply: 100,000, Circulation: 20,000
- Sally Chama, +254727865533, Group Farm, Machakos
USSD Menu
- Token Info (can be selected under Help) The info also comes whenever a new token is send to a receipent for the first time.
Testing
- Check info is correct
Action items
Implementation
A service would need to update this information daily? for each token.
Workflow
Variables
Interface
Security
- Liquidity pool supply and value Alerts
- For bonded pools: Whenever the token is converted to another token and the price changes more than 10% an alter is sent to the token issuer
- For Bonded Pools: 1. Message Alert your excahnge value of TOKEN_NAME tokens have changed in +X% / -X% value
- Note that the receipt messages for token transfers that include a conversion should also show the tokens exchange value