Analyze any wallet and explore actionable strategy ideas powered by Aura. 🔮
⚠️ Disclaimer: Built for the Aura Hackathon. Learn more at https://guide.adex.network/aura-hackathon. Use at your own discretion.
- https://aura-safe-app.vercel.app — add it as a custom Safe app and try it right in your Safe.
- 🛡️ Safe‑native UX: auto-detects your Safe; propose multi‑step batches in one go
- 📊 Portfolio insights: chain/token breakdowns and allocation pie
- 📈 Growth simulator: compare current portfolio (no Aura) vs. Aura strategy paths by risk to visualize potential optimization over time
- 🧠 Strategy suggestions: friendly list with risk badges and APY hints
- ⚡ Actionable strategies: prefilled batches for Lido stake (mainnet), Aave v3 supply, Uniswap V3 fee claims
- 🧰 Batch builder: edit calldata, add steps, and propose to Safe — clean and fast
| Chain | Actions Supported |
|---|---|
| Ethereum Mainnet | Lido staking (mainnet only), Aave v3 supply, Uniswap V3 fee claims |
| Base | Aave v3 supply, Uniswap V3 fee claims |
| Arbitrum One | Aave v3 supply, Uniswap V3 fee claims |
| Optimism | Aave v3 supply, Uniswap V3 fee claims |
| Polygon PoS | Aave v3 supply, Uniswap V3 fee claims |
Notes:
- Lido staking is available on Ethereum Mainnet only.
- Actions in Safe must be proposed on the Safe’s current chain; the UI warns on chain mismatch.
- Copy
.env.local.exampleto.env.localand optionally setAURA_API_KEYfor the Aura API (higher rate limits). - Install & run:
(Alternatively:
npm install npm run dev
yarn && yarn devorpnpm i && pnpm dev) - Open http://localhost:3000/ locally, or use the hosted version at https://aura-safe-app.vercel.app and add it as a custom Safe app for testing.
- Inside Safe (recommended): the app detects your Safe automatically. Outside Safe: paste any
0x…address. - Click “Analyze wallet” to fetch balances and strategies.
- In Strategies, use actionable cards to build a prefilled batch (e.g., 🌊 Lido stake, 🏦 Aave supply, 💸 Uniswap fee claims).
- Review transactions in the Batch Builder and click “Propose to Safe”.
- We prefill transaction data for supported protocols so you can review and propose them as a Safe batch.
- Tested and working on Ethereum Mainnet; these flows are primarily a proof of concept and unexpected issues may be present.
- Always review calldata, verify the selected chain, and simulate when possible.
- More actionable strategies are coming soon across additional protocols and chains.
- Chain mismatch warnings help prevent proposing on the wrong network.
- API access uses a server-side proxy to
https://aura.adex.network; addAURA_API_KEYto increase rate limits. - No private keys are handled. Proposals are sent via Safe Apps SDK.
- Consider simulation tools before executing on mainnet.
npm run build && npm run start- Aave v3 borrow/repay and repay-with-collateral
- Uniswap V3 add/remove liquidity presets across supported L2s


