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

[GENERIC] Sourcing of data and logic behind DEX data #2

Open
andrewhong5297 opened this issue Feb 4, 2024 · 1 comment
Open

[GENERIC] Sourcing of data and logic behind DEX data #2

andrewhong5297 opened this issue Feb 4, 2024 · 1 comment
Labels
question Further information is requested

Comments

@andrewhong5297
Copy link
Collaborator

What is your question?

How can I figure out the logic behind the projects and blockchains included in this dashboard? Does Dune do all the data ingestion and transformation themselves or do they get the data from some other provider?

@andrewhong5297 andrewhong5297 added the question Further information is requested label Feb 4, 2024
@andrewhong5297
Copy link
Collaborator Author

Good question! Dune ingests all data straight from RPC providers like Quicknode, and then does transformations on the data with the community in the public Spellbook repo. You can find all dex models defined in this file, and then you can follow the linage by searching up the model name. For example, uniswap_trades -> uniswap_ethereum_trades -> uniswap_v2_ethereum_trades which takes you to the SQL code.

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

No branches or pull requests

1 participant