@yudhishthra
been building a defi vault manager as a farcaster mini app (link in thread) for the #vibebuildathon
the idea: manage cross-chain defi positions without leaving farcaster
tested the full flow earlier today:
1. created my vault on celo (on-chain)
2. deposited 1 USDT to a yearn strategy on arbitrum
3. layerzero handled the cross-chain messaging
4. tokens landed in my vault, position shows up in the app
all from farcaster, no wallet switching, no chain switching ui
tx:
1. celoscan.io/tx/0xaf92b7d...
2. celoscan.io/tx/0x23bac7d...
still wip but the hard part (cross-chain deposits via layerzero) actually works
next: withdrawal flow, better position tracking, multi-strategy support