Purposeful and useful web3 native recommendations based on your onchain activity. Displayed directly in your favorite web3 frontends
I missed out on a $5k airdrop because i didn't know i was eligible to it. After realizing i had spent my day logged in on web3 apps that have access to my wallet address, I asked myself this very simple question: why didn't any of the frontends reminded me to claim this freaking airdrop? After all, they had access to my wallet address, and could've easily nudged me in the right direction.
That's exactly what nudger does: it gives users actionable recommendations based on their onchain activity, right where they already are: on popular web3 frontends.
The goal of nudger is to connect popular frontends, with protocols / apps that want to display a message to users that meet certain criteria.
For example, Aave would maybe like to display the message "You've been missing out on $x" to users who have more than $10k sitting idle on their wallet. Or maybe Optimism would like to remind their delegates to vote on an important upcoming proposal.
The possibilities are endless, and it's a win-win-win situation:
This project has a backend and a frontend part to it for the demo:
This blazing fast backend is written in Rust (axum / tokio / tower crates) and uses @zerion 's API to query the user's onchain data in order to find the most pertinent nudge to display (e.g, get the user's complex fungible portfolio and parse it to get specific positions in specific protocols, or getting specific NFT collection balance, or chain-specific tokens)
Amongst others, the frontend, used for the demo, relies on:
In the "real world" web3 frontend would be integrating our solution directly through an SDK (or our API for maximum control).