Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
Makushi 🐧
@makushi
A month ago, I shared some theoretical work on how vector embeddings could be used to build market predictions. Today, let's dive into some of the integration details behind the analysis, and give a peek at the results. 👀⬇️
1 reply
0 recast
0 reaction
Makushi 🐧
@makushi
🟢 Performance Evaluation Using a daily CRON job, the system (let’s call it Viktor from now on) starts by evaluating the previous day’s predictions. It fetches the current prices of all selected tokens and records them to track daily performance easily.
1 reply
0 recast
0 reaction
Makushi 🐧
@makushi
🔵 Token Discovery Next, Viktor uses the Mobula APIs to query all listed tokens (~27,000), then filters them based on: - Minimum market cap - Minimum liquidity - Exclusion of stablecoins - Compatibility with supported chains (enabling auto-trading via Uniswap’s SwapRouter)
1 reply
0 recast
0 reaction
Makushi 🐧
@makushi
This initial filter leaves us with ~300 tokens on average. These are scored using volatility, volume, liquidity, market cap, and social metrics, then sorted to keep only the most active and liquid ones.
1 reply
0 recast
0 reaction