Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta: 账户系统 #57

Closed
xlc opened this issue Jan 13, 2020 · 0 comments · Fixed by #272
Closed

Meta: 账户系统 #57

xlc opened this issue Jan 13, 2020 · 0 comments · Fixed by #272
Assignees

Comments

@xlc
Copy link
Member

xlc commented Jan 13, 2020

  • 为了减少复杂度,不针对 aUSD 做特别处理
  • 交易费单位为 aUSD,保证交易费用的稳定性
  • 转账交易费收取货币为交易货币,系统自动从DEX中购买 aUSD 支付手续费 Meta: Tx Fee & DEX integration #59
  • 手续费 5:3:2 (?) 比率分给国库,IPO参与者,收集人
  • 免费转账每24小时每个账号3次 Accounts module #58
  • 所有币种账户都有尘埃额度,低于该额度的金额进入国库 ExistentialDeposit for tokens module open-web3-stack/open-runtime-module-library#70
  • 每个账号都有开户费用,当为开户的账号收取金额时,自动扣除开户费用进行开户
    • 开户费用为 ACA
    • 自动使用DEX购买相应ACA来开户
  • 所有账号都必须开户后才可以发送交易
  • 提供销户功能
    • 转出所有剩余ACA加上返回额度到指定账号
    • 清除Nonce
    • 清除短地址
    • 用户需要自己保证没有其他资产,不然都会被冻结无法使用,需要重新开户才可以转账
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants