Ranking Description: |
These pools have demonstrated that they can consistently produce their assigned blocks but have not been noticed by delegators. If they would get more stake, they would have a good chance at generating some of the highest return on stake if their future performance remains similar to their past performance. |
Ranking Expression: |
pool['current_lifetime_luck__normalized'] * pool['lifetime_epochs__normalized'] / pool['latest_epoch_pool_stake__normalized'] |
Ranking Expression Explanation: |
The first part on the left of the equation identifies pools that have had the best performance over the longest period of time in operation. Substracting the pool's live_stake favors the ones that have lower stake currently, therefore being underapreciated. Normalized values are between 0 and 1 indicating the pool's ranking among all pools on that particular value. |
Filters: |
Below is a list of additional filters that are applied to the list of pools |
at least 10k ADA staked |
pool['latest_epoch_pool_stake'] > (10000 * 1000000) |
meaningfully positive cumulative diff - we're looking for high performers |
pool['cumulative_diff'] > 2 |
at least 3 years in operation |
pool['lifetime_epochs'] > 219 |
at least 10 lifetime blocks |
pool['cumulative_actual_blocks'] > 10 |
in single pool alliance |
pool['ticker'] in spa_tickers |
at least one block in last 10 epochs |
pool['blocks_in_last_ten_epochs'] > 0 |