Django application to track DeFi investments, all you need is the public keys!
Supported Functionalities:
- User accounts for personalized validators/wallets tracking
- Interactive performance graph for Solana validator(s) (useful for staking investment decisions)
- To track a validator performance, enter the vote account public key and a personalized display name
- Validator performance metric is derived from Solana economic documentation, directly related to APY %
- A "network-average" validator with 0% commission will yield performance metric of 1.0
- The higher the performance metric, the better yield on tokens staked to that validator!
- Ethereum and Solana account value (token and USD conversion) and sum functionality for entire tracked portfolio
- To track a wallet's value, enter the wallet public key (or ENS domain for Ethereum) and a personalized display name
In Development:
- Remove validator display name entry and default to registered validator node name
To check it out in action, see below:
- Barring any maintenance, DeFi Tracker is deployed to https://intense-brook-56676.herokuapp.com/
- Create a new account, then track validators and wallets of interest to you, or you can always use the sample keys below:
- Solana validator: rep1xGEJzUiQCQgnYjNn76mFRpiPaZaKRwc13wm8mNr
- Solana wallet: 4DfKXjLB5f2zJJ65pxt7zjyfHjR92zDFi6nEy2DFmF95
- Ethereum wallet: 0x71C7656EC7ab88b098defB751B7401B5f6d8976F
- Enjoy!