Summary
Create a PLOT token page at /token, similar in style and structure to Dropcast's DR token page (https://dropcast.xyz/token). Reference the Dropcast repo code at ~/Projects/dropcast for implementation patterns.
Content Structure (match Dropcast DR page)
Hero / Token Overview
- PLOT token name, symbol, contract address
- Current price, total supply, market cap
Token Utility
- Reserve token for story tokens: Every storyline token on PlotLink is backed by PLOT via MCV2 bonding curves
- TVL growth: As more story tokens are minted, more PLOT gets locked in bonding curve pools, increasing TVL across all storylines
- Creator royalties: 5% mint/burn royalty on every trade flows to the story writer
- Do NOT include token burn — replace with the TVL/reserve utility narrative above
Token Information
- Same structure as Dropcast DR page's Token Information section
- Links to:
- Mint Club: PLOT token page on mint.club
- Hunt Town: PLOT token page on hunt.town
- These links will show placeholder URLs until the real $PLOT token is issued
Price Chart
- Reuse existing PriceChart component pattern or embed from Mint Club
How to Get PLOT
- Buy via Mint Club bonding curve
- Trade storyline tokens (sell returns PLOT)
Reference
- Dropcast token page:
~/Projects/dropcast/src/app/token/page.tsx (and related components)
- PLOT token address:
0xF8A2C39111FCEB9C950aAf28A9E34EBaD99b85C1 (current, may change with real $PLOT)
- MCV2_Bond:
0xc5a076cad94176c2996B32d8466Be1cE757FAa27
Navigation
Note
When the actual $PLOT token is issued (#31 Phase B), the token page info (address, Mint Club link, Hunt Town link) must be updated. Add this to the #31 checklist.
Acceptance Criteria
Branch
task/448-token-page in plotlink repo
Summary
Create a PLOT token page at
/token, similar in style and structure to Dropcast's DR token page (https://dropcast.xyz/token). Reference the Dropcast repo code at~/Projects/dropcastfor implementation patterns.Content Structure (match Dropcast DR page)
Hero / Token Overview
Token Utility
Token Information
Price Chart
How to Get PLOT
Reference
~/Projects/dropcast/src/app/token/page.tsx(and related components)0xF8A2C39111FCEB9C950aAf28A9E34EBaD99b85C1(current, may change with real $PLOT)0xc5a076cad94176c2996B32d8466Be1cE757FAa27Navigation
Note
When the actual $PLOT token is issued (#31 Phase B), the token page info (address, Mint Club link, Hunt Town link) must be updated. Add this to the #31 checklist.
Acceptance Criteria
/tokenpage with token overview, utility, information, and how-to sectionsBranch
task/448-token-pagein plotlink repo