<aside>
💡 Notion Tip: Use this template to organize a project kickoff and build out the necessary context. Share this page with other team members by clicking the Share
button on the top right of this page. Learn more about sharing & permissions here.
</aside>
Table of contents
Problem statement
- Let’s watch traders on chain
Goals
What should be true after this project is implemented?
- Identify profitable traders on chain
- Identify profitable trading strategies
- This should work for all EVM chains, just plug in an RPC and play
- This data should have past historical data but live data is the most important
- Display this data in a nice way + let others query the data
Non-Goals/Caveats
- It might be difficult/wasteful to parse all the trade history of all EVM chains, easiest to stick to one chain. (But I think having the ability to plug this to any chain would be ideal).
- Targeting a time horizon of is more realistic
- We need to take into account liquidity, so that one shitcoin that has been intentionally manipulated won’t throw off results, maybe start with a list of assets?
- How does this strategy filter out buy and hold vs active traders who don’t expose themselves to high betas?
Proposed solution
What is the high level architecture?