LogoLogo
Join Built By DAO
  • Built By DAO
  • Tech Dev
  • Dashboard
    • Core Dashboard Views
      • Dashboard (Overview)
      • Tokens Page
      • Buy BLTBY Token
    • Component List for Built by DAO Dashboard
    • NFTs Page
Powered by GitBook
LogoLogo

Β© Built By DAO Holdings LLC

On this page
  • 🧭 Purpose
  • πŸ‘₯ User Types
  • 🧩 Components
  • πŸ“ Layout Structure
  • πŸ” Contract Interaction
  • 🧩 UX Notes
  • 🚧 Future Enhancements
  1. Dashboard
  2. Core Dashboard Views

Buy BLTBY Token

🧭 Purpose

The Buy BLTBY page allows users to purchase $BLTBY tokens directly using ETH or USDC. It interacts with the DiscountSale contract to apply any active discounts and tracks vesting via the VestingLock contract.


πŸ‘₯ User Types

  • Any wallet-connected user

  • Access gated based on the current state of the DiscountSale contract


🧩 Components

Purchase Flow

  • BuyBLTBYForm: Token purchase interface with input for amount and selection of payment currency (ETH or USDC).

  • PurchaseSummary: Displays the calculated cost, discount applied, and estimated token quantity.

Vesting Info

  • VestingStatusCard: Shows user-specific vesting details including locked token count and unlock conditions.

  • UnlockScheduleTable: Visual breakdown of vesting schedule by date or milestone.


πŸ“ Layout Structure

View Rows:

[ Row 1 ] BuyBLTBYForm | PurchaseSummary
[ Row 2 ] VestingStatusCard | UnlockScheduleTable
  • Use responsive grid: stack on mobile, side-by-side on desktop

  • Provide inline validation for payment input

  • Display fallback/notice if DiscountSale contract is paused or inactive


πŸ” Contract Interaction

  • DiscountSale β†’ fetch purchase terms, submit transaction

  • VestingLock β†’ fetch vesting schedule and locked amounts


🧩 UX Notes

  • Pre-fill estimated values when typing amount

  • Allow toggling between ETH and USDC

  • Display success + error states with feedback alerts


🚧 Future Enhancements

  • Track user’s total historical purchases

  • Display claim date countdowns

  • Integrate fiat onramp (e.g. MoonPay or Coinbase Pay)

PreviousTokens PageNextComponent List for Built by DAO Dashboard

Last updated 1 month ago