Analytics Dashboard
Smelted provides comprehensive analytics across three dimensions: protocol-level metrics, personal performance tracking, and strategy backtesting. All data is sourced from on-chain state and the platform's deployment database.
Protocol Analytics
Protocol analytics give you a macro view of each mining protocol's health, activity, and economics. Available for ORE, GODL, and ZORB.
Available Charts
- Price History — Historical token price charts with data sourced from Birdeye (primary) and DexScreener (fallback). Includes TradingView-style candlestick views.
- Supply Tracking — Token supply over time including mined supply, buried supply, shared supply, and buyback data.
- Motherlode History — Tracks the jackpot pool size across rounds. The motherlode grows each round and is won by the miner who deploys to the winning tile.
- SOL Deployed — Total SOL deployed per round with configurable time bucket aggregation.
- Winners Per Round — How many unique miners win each round, showing participation concentration.
- Winning Tile Heatmap — Distribution of winning tiles over time. Useful for verifying randomness — in a fair system, all tiles should win with roughly equal frequency.
- Revenue — Protocol revenue from the protocol cut (10-10.9% of each round's deployment pool).
- Production Cost — The effective cost to mine one unit of the protocol's token, calculated from deployment totals and reward distributions.
- Staking APY — Estimated annualized yield from protocol staking mechanics.
Personal Analytics
Personal analytics track your individual mining performance across all protocols. These are only visible to you when signed in.
Available Views
- Daily Activity Calendar — A GitHub-style contribution heatmap showing your mining activity by day. Darker cells indicate more deployments.
- Percentile Rankings — See how you rank against other miners in categories like total deployed, win rate, total rewards, and streak length.
- ROI Tracking — Your return on investment over time, comparing total SOL deployed against total rewards earned.
- Performance Summary — Aggregate stats including total rounds played, wins, win rate, current streak, and best streak.
- Protocol Breakdown — Per-protocol statistics showing how your performance differs across ORE, GODL, and ZORB.
- Tile Heatmap — Which tiles you tend to deploy on and which ones you win from most often. Useful for spotting patterns in your own behavior.
- Win Rate by Strategy — Breakdown of your win rate across different AutoMiner strategies, helping you identify which strategy works best for you.
Backtesting
The backtesting engine lets you simulate any mining strategy against historical round data without risking real SOL. It uses the same executeStrategy() function as the live AutoMiner, so backtest results accurately reflect how a strategy would have performed.
How to Use It
- Select a protocol and time range to test against.
- Choose a strategy (Kelly, Best EV, Low Pool, or Random) and configure parameters like starting bankroll and per-round budget.
- Run the simulation — the engine replays each historical round, executing your strategy against real deployment data.
- Review results — see the PnL chart, win rate, total return, and a round-by-round playback of every decision the strategy made.
Cross-Protocol Comparison
Smelted includes 13 cross-protocol comparison charts that let you view metrics from ORE, GODL, and ZORB side by side. Each protocol is color-coded for easy identification.
Cross-protocol views are useful for:
- Comparing tokenomics — supply growth, inflation rates, and production costs across protocols.
- Identifying opportunities — if one protocol has significantly better EV or lower competition, you might want to shift your mining focus.
- Anomaly detection — statistical anomaly detection flags unusual activity across protocol metrics, alerting you to potential events worth investigating.