Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pool Clustering for Cardano is inaccurate due to methodology #135

Closed
leo42 opened this issue Oct 31, 2023 · 2 comments · Fixed by #137
Closed

Pool Clustering for Cardano is inaccurate due to methodology #135

leo42 opened this issue Oct 31, 2023 · 2 comments · Fixed by #137
Assignees

Comments

@leo42
Copy link

leo42 commented Oct 31, 2023

I find the the way clusters are identified will inevitably lead to inaccuracies since pools tickers are not unique and anyone can register a new pool with the ticker of an existing pool.

I strongly recommend moving to a system where pools in clusters are identified by their unique poolId, this can be in HEX.

I can assist in the migration if you like :)

@LadyChristina
Copy link
Member

Hi @leo42, thanks a lot for raising this point. As I mentioned in #133, I agree with you that this is something we need to change. @dimkarakostas and I will talk about it and see how we can fit this task in our backlog, but in the meantime you are most welcome to propose specific changes yourself (I just changed my notifications settings, so I should be more responsive from now on!)

@leo42
Copy link
Author

leo42 commented Dec 4, 2023

Hello @LadyChristina.

Stake pools is Cardano have identifiers that can be used to more accurately group pool operations,
there are 2 lists maintained inside the community :
https://cexplorer.io/groups
https://www.balanceanalytics.io/api/groupdata.json

As you can see Balance Analitycts offers free access but for Cexplorer you should request access and provide attribution to use their API.

Both lists are manually maintained and can be use as a start point or source of data for a new clustering process.

My Python is a bit rusty but it seems that if you craft new mappings "mapping_information/cardano_preprocessing" where all the files use the poolId as the primary identifier should be a good start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants