Supply, withdraw, borrow, repay, and hedge directly against your own Aave V3 position — talking straight to Aave's contracts, with no dependency on app.aave.com.
Built after Aave Labs' front end started blocking wallets over opaque risk-screening calls. The protocol itself is non-custodial and permissionless — your access to it shouldn't depend on someone else's UI.
Supply, withdraw, borrow, and repay hit Aave's Pool contract directly — the same calls app.aave.com makes, just from an interface nobody can lock you out of. Hedge goes further: swap your debt from a stablecoin into a volatile asset like WETH in one transaction, without touching your collateral. If your collateral's price drops, debt denominated in that same asset drops with it — your health factor stays steadier through the move instead of getting squeezed.
Supply, Withdraw, Borrow, and Repay are free. Hedge takes a 1% fee from the swap, in the same transaction.
Hedge · one transaction
USDC debt
Stable — doesn't fall with your collateral
Flash loan repays it, swaps via Uniswap V3
Collateral is never touched
WETH debt
Moves with your collateral's price
Migration · one transaction
Compromised wallet
Collateral + debt
Safe wallet
Same position, rebuilt
A flash loan repays the old debt, moves the collateral by signed Permit, and reopens an equivalent loan on the safe wallet — repaying the flash loan in the same transaction. Any step failing reverts the whole thing; nothing is left half-moved.
Aave has no built-in way to move an open leveraged position between wallets — normally you'd repay debt with outside funds, withdraw, transfer, and reopen, one exposed transaction at a time. Migration does all of it atomically: the compromised wallet only ever signs a gasless Permit message, never a private key, and your safe wallet authorizes the exact amounts before anything moves.
Takes a 1% fee from the flash-loan amount, in the same transaction.
Non-custodial by construction, not by promise.
Every sensitive action — migration, hedging — requires an explicit EIP-712 authorization from your own wallet. A leftover approval alone can never move your funds.
Migrating off a compromised wallet needs no ETH on it — it only signs a Permit message. All gas is paid from your safe wallet.
Migration and hedge swaps run as a single flash-loan transaction each — they either fully succeed or fully revert, never leaving a position half-moved.
Connect your new, secure wallet and approve credit delegation for the debt amount — this sets a limit, it does not authorize any transfer by itself.
Connect the compromised wallet in your browser wallet and sign a Permit message. No private key is ever entered anywhere — no gas required either.
Your safe wallet signs a one-time migration authorization, then submits the transaction. A flash loan closes your old debt, moves collateral, and opens the new position atomically.