Darwinia Documentation
  • Home
  • Blog
  • Docs
  • Crab Network
  • Developers
  • Languages iconEnglish
    • 中文

›Economics

Get Started

  • Introduction
  • FAQ

    • General
    • Developers
    • Community Building
    • Token Holder FAQ
    • Mainnet Related
    • Lexion
  • Community
  • Roadmap
  • Tools
  • Sample Article
  • How to contribute

Understand Darwinia

    Architecture

    • Architecture
    • Bridge Chain
    • Solo Mode
    • Parachain Mode
  • Appchain SDK
  • NFT Identifiability
  • Accounts

    • Account Keys
    • Account Generation
    • Account Address
    • Check Balance
    • Balance Types

    Economics

    • Native Tokens
    • Distribution

    Staking

    • Basic Staking
    • Advanced Staking
    • Staking Power
    • Slash Algorithm
  • Glossary

Tutorials

  • Create an Account
  • Staking

    • Become a validator
    • Become a nominator
  • Running a node
  • Become a relayer
  • Participate in governance
  • Participate in the parachain auction
  • Cross-chain Transfer

    • General
    • Ethereum -> Darwinia Bridge
    • Darwinia -> Ethereum Bridge
  • Darwinia Exchange Access Guide

RFCs

  • RFCs
  • 0001 Darwinia Developement Structure
  • 0007 Dawinia Token Staking Model
  • 0009 Dawinia Liquid KTON Reward
  • 0010 Darwinia Cross Chain Nft Bridge Protocol
  • 0011 Using Harberger Tax To Find Price For Xclaim Vault Collaterals
  • 0012 Darwinia Bridge Core Interoperation In Chainrelay Enabled Blockchains
  • 0013 Darwinia Cross Chain Nft Standards
  • 0014 Darwinia Token Migration By Cross Chain Redeem Protocol
Edit

Native Tokens

The native token for the Darwinia Network is RING, RING can be used as gas for transactions. Gas include transaction fees, contract execution fees, network bandwidth charges, storage fees, and more.

Token Specification

  • Name: Darwinia Network Native Token

  • Symbol: RING

  • Network:

    • Darwinia Mainnet
      • Spec: Native
      • Precision: 9
    • Ethereum
      • Spec: ERC20
      • Precision: 18
      • Smart Contract Address(Ethereum): 0x9469d013805bffb7d3debe5e7839237e535ec483
    • Tron
      • Spec: TRC20
      • Precision: 18
      • Smart Contract Address(Tron): TL175uyihLqQD656aFx3uhHYe1tyGkmXaW
  • Total Supply: Initial circulation (2 Billion),hard cap (10 Billion) in around 40 years

  • Inflation Model: New RINGs are minted and distributed through the staking system and treasure as block producing rewards at a variable rate, see Inflation Model section below.

Token Allocation

  • Financing: 30%(first round 10%, evaluation $10M, 20% remaining to be determined)
  • Foundation: 20%(5 years vesting period starts when mainnet launch)
  • Team: 15%(1 year vesting period starts after 1 year since mainnet lanuch)
  • Business Development and Marketing: 15%
  • Community: 20%(including airdrop)

Circulation

2021-03-29 16:07:12

Total Supply: 2_039_176_976.0301878 RINGs

 MAINNET: 894_185_272.7060
  active: 730_019_975.9130
  locked: 164_165_296.7930
ETHEREUM: 1_018_667_368.6516
  active: 428_756_168.4683
  locked: 589_911_200.1833
    TRON: 90_403_994.9525
  active: 42_519_110.6111
  locked: 47_884_884.3414

Contract

  • TotalSupply

    • ERC20: 0x9469d013805bffb7d3debe5e7839237e535ec483
    • TRC20: TL175uyihLqQD656aFx3uhHYe1tyGkmXaW
  • Foundation

    • ERC20: 0x4710573b853fdd3561cb4f60ec9394f0155d5105
    • TRC20: TDWzV6W1L1uRcJzgg2uKa992nAReuDojfQ
  • Gringotts

    • ERC20: 0x649fdf6ee483a96e020b889571e93700fbd82d88
    • TRC20: TTW2Vpr9TCu6gxGZ1yjwqy7R79hEH8iscC
  • SwapBridge

    • ERC20: 0x7f23e4a473db3d11d11b43d90b34f8a778753e34
    • TRC20: TSu1fQKFkTv95U312R6E94RMdixsupBZDS

Inflation Model

After the Darwinia Network mainnet goes live, the total cap of the block reward (MAX_BLOCK_REWARD_YEAR) is adjusted once a year. The block reward of year N is 1 - (99 /100)^sqrt(N) of total remaining issuable.

Total remaining issuable RING = HARD_CAP - CURRENT_SUPPLY
Supply in the next year = supply in the previous year + total actual reward in the year

The total number of HARD_CAP for RING is 10 billion.

According to the annual block reward limit and the block interval (in seconds), you can calculate the block reward toplimit (MAX_BLOCK_REWARD) for each block of the year.

Block Reward Limit for Each Block = Total Reward Limit for the Year × Block Interval Time /Total Number of Seconds per Year ( 365 * 24 * 3600)

The following table shows RING’s Annual development statistics:

Supply Table

Appendix:

Appendix 1: KTON

KTON is essentially a derivative token of RING,which encourages long-term lock and commitment. RING staking participants can lock RING for 3–36 months and get KTON as rewards, compensating for the liquidity loss.

The initial supply of KTON is 0, and it can only be obtained by locking RING. There is no other distribution channel. KTON has no impact on the function of the Native Token RING.

  • KTON Specification
    • Name:Darwinia Commitment Token
    • Symbol:KTON
    • Precision:18
    • Ethereum Contract:0x9f284e1337a815fe77d2ff4ae46544645b20c5ff
    • TRON Contract:TW3kTpVtYYQ5Ka1awZvLb9Yy6ZTDEC93dC

Appendix 2: Algorithm of Binding RING for KTON

Users can lock a certain amount of RING for a predefined period of time in exchange for KTON in return. Basically bind 10,000 RING for 12 months to get 1 KTON.

1-36 variable integer months(30days) as the locking period are allowed. See the following table of rewarded KTON amount according to locked period.

MonthKTONMonthKTONMonthKTON
10.076170.5634151.2842
20.152280.6446181.5736
30.233590.7309211.8832
40.3096100.8223363.6446
50.3959110.9086
60.4771121

Appendix 3: WhitePaper

https://darwinia.network/Darwinia_Genepaper_EN.pdf

Last updated on 3/29/2021
← Balance TypesDistribution →
  • Token Specification
  • Token Allocation
  • Circulation
    • Contract
  • Inflation Model
  • Appendix:
    • Appendix 1: KTON
    • Appendix 2: Algorithm of Binding RING for KTON
    • Appendix 3: WhitePaper
Links
BlogOfficial WebsiteDarwinia Wallet Apps
Darwinia Documentation
Follow @DarwiniaNetwork
Star
Copyright © 2021 Darwinia Network