Interactive dashboard for modeling FCC mining output, NFT mint economics, and Fishcake ecosystem revenue under different parameter settings.
- Mining participants: estimate expected FCC output and mining cost per FCC (
U/FCC) - Investors: evaluate revenue split and sensitivity across PoW stages
- Product/tokenomics team: compare scenario ranges under different Mining efficiency and mint-cost assumptions
- Total FCC Mining Pool:
300,000,000 - Stage pools:
- Stage 1:
30,000,000 - Stage 2:
70,000,000 - Stage 3:
100,000,000 - Stage 4:
100,000,000
- Stage 1:
- Total NFT Rewards Pool:
200,000,000 - NFT mint rewards:
- Pro:
1000 FCC - Basic:
100 FCC
- Pro:
- NFT mint base cost:
- Pro:
80 U - Basic:
8 U
- Pro:
- NFT eligibility days:
30 - NFT mining cycle cap:
29(eligibilityDays - 1) - Mining efficiency input range:
1% - 100% - Redemption pool percentage range:
0% - 75%
- NFT mint count with rewards:
NFT Mint # = Total NFT Rewards Pool / NFT Mint Reward
- Mining power (per stage):
Mining_Power(stage) =
NFT_EACH_MINING_CAP[stage][nftType]
* miningEfficiencyRatio
* NFT_MINING_CYCLE_CAP
- Segment/total mining cost:
FCC Mining Cost (U/FCC) = Total NFT Mint Revenue / Total FCC Output
- Revenue split:
FCC Redemption = NFT Mint Revenue * redemptionPoolRatio
Fishcake Revenue = NFT Mint Revenue * (1 - redemptionPoolRatio)
Constants: fixed supply/reward/pool parametersVariables: scenario inputs (NFT Type, mint cost, efficiency, redemption%)Derived Results: current scenario outputsSegment Range Mining Analyzer: current vs max/min segment range metricsAccumulative FCC Output Chart: cumulative mining/reward/output curvesAccumulative NFT Mint Chart: cumulative NFT mint cost curve5-Point Segmented FCC Output: segment decomposition by stage markersSegment FCC Mining Cost: per-segmentU/FCC
- Next.js (App Router) + TypeScript
- Tailwind CSS
- ECharts (
echarts-for-react)
npm install
npm run devOpen http://localhost:3000.
npm run typecheck
npm run buildapp/page.tsx: main dashboard and model formulaspublic/NFT-Pro-Icon.svg: Pro NFT iconpublic/NFT-Basic-Icon.svg: Basic NFT iconpublic/FCC 3D svg.svg: FCC icon asset
- This is a deterministic scenario model, not a market price prediction engine.
- Secondary-market liquidity/price volatility is out of scope.
- Results depend on input assumptions; use multiple scenarios before decision-making.