Skip to content

FishcakeLab/FCC--tokenomics-miningmodel

Repository files navigation

FishCake Coin PoW Mining Economics Simulator

Interactive dashboard for modeling FCC mining output, NFT mint economics, and Fishcake ecosystem revenue under different parameter settings.

What this dashboard is for

  • 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

Core model assumptions in code

  • 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
  • Total NFT Rewards Pool: 200,000,000
  • NFT mint rewards:
    • Pro: 1000 FCC
    • Basic: 100 FCC
  • NFT mint base cost:
    • Pro: 80 U
    • Basic: 8 U
  • NFT eligibility days: 30
  • NFT mining cycle cap: 29 (eligibilityDays - 1)
  • Mining efficiency input range: 1% - 100%
  • Redemption pool percentage range: 0% - 75%

Key formulas

  1. NFT mint count with rewards:
NFT Mint # = Total NFT Rewards Pool / NFT Mint Reward
  1. Mining power (per stage):
Mining_Power(stage) =
  NFT_EACH_MINING_CAP[stage][nftType]
  * miningEfficiencyRatio
  * NFT_MINING_CYCLE_CAP
  1. Segment/total mining cost:
FCC Mining Cost (U/FCC) = Total NFT Mint Revenue / Total FCC Output
  1. Revenue split:
FCC Redemption = NFT Mint Revenue * redemptionPoolRatio
Fishcake Revenue = NFT Mint Revenue * (1 - redemptionPoolRatio)

Dashboard sections

  • Constants: fixed supply/reward/pool parameters
  • Variables: scenario inputs (NFT Type, mint cost, efficiency, redemption%)
  • Derived Results: current scenario outputs
  • Segment Range Mining Analyzer: current vs max/min segment range metrics
  • Accumulative FCC Output Chart: cumulative mining/reward/output curves
  • Accumulative NFT Mint Chart: cumulative NFT mint cost curve
  • 5-Point Segmented FCC Output: segment decomposition by stage markers
  • Segment FCC Mining Cost: per-segment U/FCC

Tech stack

  • Next.js (App Router) + TypeScript
  • Tailwind CSS
  • ECharts (echarts-for-react)

Run locally

npm install
npm run dev

Open http://localhost:3000.

Build / type check

npm run typecheck
npm run build

Project structure

  • app/page.tsx: main dashboard and model formulas
  • public/NFT-Pro-Icon.svg: Pro NFT icon
  • public/NFT-Basic-Icon.svg: Basic NFT icon
  • public/FCC 3D svg.svg: FCC icon asset

Notes and limitations

  • 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.

About

Fishcake PoW Mining Simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages