DXBL Token Contract
What are the basic roles of the $DXBL token.
The $DXBL token contract is a standard ERC20 contract with some additional functions for minting and fee discount calculation.
Recall the requirements stated in Design Principles under the headers Security and Token.
The relationships to the $DXBL token contract have already been laid out in previous diagrams. And those relationships are what satisfy the requirements.
Requirement
Satisfied by
Description
2,3
CommunityVault
Pool has minter role on DXBL contract so it can request tokens to be minted and burned
4
DXBL Tokens
Has functions for computing discounts according to its configured discount bps rate.
1
None
Required community involvement and audits
Last updated