Scanning yield on nominated proof-of-stake networks. Starting with Kusama.
We aim to solve the problems of information asymmetry and lack of transparency that are faced by the Polkadot community in identifying returns on staking, which incurs time and capital costs to nominators in taking staking decisions.
This project is funded and supported by the Web3 Foundation - under Wave 6.
- PolkadotJS browser extension
- At least one account on Kusama with enough balance to pay for transaction fees and bond funds.
Currently, the app can be used on https://yieldscan.onrender.com/.
⚠️ IMPORTANT: Please note that this project is still under development and bugs and issues are to be expected.Borrowing from Kusama's tagline - "Expect Chaos"
The project is broadly divided into 2 sections - Network details and Returns Calculator.
The network details section of the app contains collated information about validators and nominators. For details, view the Network Details Overview Wiki
The returns calculator allows users to see their potential daily earnings by entering their budget and selecting their risk preference and reduces cognitive load involved with staking. For details on how to use the calculator UI, view Returns Calculator Wiki
- Clone into the repository
git clone https://github.com/buidl-labs/YieldScan.git
cd YieldScan
- Install dependencies
yarn install
- Start the development server
yarn start
This project relies on polkadot-chains-indexer for it's backend.