Tokens Page
🧭 Purpose
The Tokens page provides all connected users with a detailed view of their token holdings within the Built By DAO ecosystem. It allows them to understand their balances, staking rewards, vesting schedules, and take relevant actions on the BLTBY and EQTBLT tokens.
👥 User Types
All connected users
Visibility and action access may vary slightly depending on token holdings and contract logic
🧩 Components
Token-Specific (for both BLTBY and EQTBLT)
BLTBYBalanceCard
/EQTBLTBalanceCard
: Display current token balances.CirculatingSupplyStats
: Shows supply, market cap, and liquidity info.TokenClaimButton
: Allows users to claim airdropped or earned tokens.
Staking & Rewards (BLTBY only)
StakingForm
: Stake BLTBY tokens into the staking contract.RewardsBalanceCard
: Displays rewards accumulated through staking.ClaimRewardsButton
: Trigger rewards claim.UnstakeForm
: Unstake tokens from the staking pool.
Activity & Logs
TokenTransactionTable
: Shows token-related transactions such as sends, claims, stakes, or mints.
📐 Layout Structure
View Tabs:
[ BLTBY ]
[ EQTBLT ]
BLTBY Tab Content:
EQTBLT Tab Content:
🧩 Interaction Notes
Each component must be reactive to wallet connection state.
Use optimistic UI for stake/claim buttons.
Vesting and staking logic should be pulled from contract hooks.
🚧 Future Enhancements
Add charts for historical price and staking ROI.
Governance voting power integration.
Real-time transaction stream.
Integration with Treasury analytics.
Last updated