Octopi Tracker is a small tool I built to calculate the real yield of native staking on Solana.
I needed something that reflects what’s actually happening on-chain: used export of the transactions to Excel, added pseudo initial and final transactions,
added XIRR() formula… too many manual actions to do.
So I built a minimal dashboard that: (a) fetches rewards directly from the chain, (b) calculates annualised return on tour investment, (b) shows clean results.
Open-source, AGPL-3.0.