Loading solar system...
Tokenize The Solar System
Tokenizing the Solar System
Each planet is represented by its own token. Click any planet to explore and buy.
Fee Redistribution Model
All fees from the ecosystem are redistributed automatically (e.g. every 15 min):
The โwinningโ planet is determined at each distribution by on-chain / API market cap data.
Tech: real-time data & auto distribution
Data live: vault balance via RPC getBalance; totals & last distro from bot-stats.json (exported by the bot). TX & mcap feeds via SSE + Birdeye/Helius APIs.
Fees auto: cron runs the bot โ claim fees into vault โ getMarketCaps() (local /api/marketcaps or Birdeye token_overview) โ pick highest-mcap planet โ getTopHolders(mint) (Helius/Solscan) โ 50/50 split, distributeToHolders() in batches, then exportStatsForDashboard().
Dashboard reads that JSON + RPC for the numbers you see.