LogoLogo
  • Start Here
    • Use Cases
    • Fees
    • Integrated DEXs
    • Submitting an Order
    • Available Tokens
    • Post-Order Analytics
    • Setting Up Notifications
    • Managing DeFi Strategies
    • Smart Order Router (SOR)
    • Terminology
  • Referrals
  • Order Types
    • Dexible's Order Types
      • Segmented Market
      • TWAP
      • Limit
      • Take Profit
      • Stop Loss
      • Trailing Stop
      • Stop Limit
  • DXBL
    • DXBL & Proof of Trade Litepaper
      • Proof of Trade
      • Minting Rate
      • Supply Mechanism
      • Burning $DXBL
      • DXBL Discount
      • Summary
    • DXBL Technical Paper
      • Smart Contract Architecture
      • Design Principles
      • Proxy Pattern
      • Change Process
      • Multisig Approach
      • Configuration
      • Community Vault Contract
      • Dexible Contract
      • DXBL Token Contract
      • Arbitrum Gas
    • DXBL FAQs
      • $DXBL Contract Addresses
      • $DXBL Questions
      • Protocol Mechanics
      • Trader Questions
      • Miscellaneous Questions
    • Terminology
    • Audit & Contract Addresses
  • Support
    • Changelog
    • How to Participate
    • FAQs
  • Miscellaneous
    • Dexible Press Kit
    • 🔗Resource Links
      • Blog
      • Help
      • Academy
    • 🔗Important Links
      • Terms Of Service
      • Privacy Policy
      • Dexible SDK
    • 🔗Community Links
      • Twitter
      • Telegram
      • Discord
      • Youtube
      • Medium
Powered by GitBook
On this page

Was this helpful?

  1. DXBL
  2. DXBL Technical Paper

DXBL Token Contract

What are the basic roles of the $DXBL token.

PreviousDexible ContractNextArbitrum Gas

Last updated 2 years ago

Was this helpful?

The $DXBL token contract is a standard ERC20 contract with some additional functions for minting and fee discount calculation.

Recall the requirements stated in 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

Design Principles
Design Principles