D4X.io - Documentation
  • WELCOME
    • 🖐️D4X.io: Decentralized Margin Trading Protocol
    • 😎How it works
      • Open position
      • Close position
      • Deposit pools
      • Withdraw pools
      • Connect wallet
      • Receive Test coins - Faucet
    • 🔭Pitch deck
    • 📃White paper
  • PRODUCT
    • 🧬Smart contracts scheme
    • 🚸User Cases
      • Case 1. Trader Open Position
      • Case 2. Trader Close Position (with profit)
      • Case 3.1. Liquidation (normal case)
      • Case 3.2. Liquidation (with loss & enough iFund)
      • Case 3.3. Liquidation (with loss & empty iFund)
      • Case 4. Deposit ALP Pool
      • Case 5. Withdraw ALP Pool
    • 🎨Design UX/UI
      • Position Screen
      • DashBoard Screen
      • Pool Screen
      • Test Start Screen
    • 🚧How it's made
    • 📖Dictionary D4X
  • DEVELOPMENT
    • 🔗Addresses & deployments Smart Contracts
      • Addresses Main Protocol
      • Addresses Test Coins
      • Addresses ALP Auto Leverage Pools dfPool
    • 🎱GitHub Source
    • 🦖Testnets - Try App
  • Plans
    • 🛣️Roadmap
    • 🤝DAO
    • 🌱App Versions
      • Alpha 1.1
      • Alpha 1.0
  • CONNECT
    • 🌐Links
    • ❔FAQ
    • 🕶️Privacy Policy
    • 🌌Powered by GoDeFX Lab
Powered by GitBook
On this page
  1. PRODUCT
  2. Design UX/UI

DashBoard Screen

PreviousPosition ScreenNextPool Screen

Last updated 1 year ago

On Dashboard Trader can see all his open positions in different pairs, his investments in APL pools (Staking), balances and aggregated data about results and current states of trading

Traders can see on the Dashboard:

  1. On top

    1. His Balances on Address

    2. Chart of his results by periods

    3. after clicking on the arrow trader can see additional info about his account and results:

      1. Total equity

      2. Profit today

      3. Contracts value

  2. “Positions” Section (trader can see all his open positions and their parameters and state):

    1. Pair of Position (example: DAIvsUSDC)

    2. leverage (example: x100)

    3. trader’s bet amount (example: 100 DAI)

    4. Order ID (example: #28)

    5. Position in USDC (example: 10094.32 USDC)

    6. Entry rate (example: 1.0094 USDC for 1 DAI)

    7. Invested in DAI (example: 10000 DAI)

    8. Invested by ALP (example: 9900 DAI)

  3. “Staking” Section

    1. Pair of ALP Pool (example: USDC_DAI)

    2. Staked Amount (example: 20000$)

    3. Staked Amount with Profit (example: 20120$)

    4. Date time

🎨