Alchemix Debt Manager
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Alchemix Debt Manager provides direct, non-custodial access to the Alchemix protocol on EVM-compatible blockchains. It enables self-repaying loan management through synthetic asset minting and debt position management. The tool reads Alchemix contract state, collateral state, debt state, user position state, collateral ratio, debt ratio, repayment schedule, interest rates, vault state, alETH state, alUSD state, pool state, TVL, chain ID, block timestamp, and gas price. It writes mint, repay, liquidate, addCollateral, removeCollateral, claim, deposit, withdraw, borrow, and adjustDebt. All operations are signed and broadcast through your connected wallet — funds never leave your control.
HOW TO USE
Connect your EVM-compatible wallet (MetaMask, WalletConnect, or similar) using the wallet bridge. Select the network that matches the Alchemix deployment you wish to use (Ethereum Mainnet, Polygon, Arbitrum, Optimism, Avalanche, Base, or others). Paste the Alchemix contract address — the tool does not hardcode any address, giving you full control to use official Alchemix deployments or fork contracts. Choose your action from the dropdown: mint synthetic tokens (borrow), repay debt, add collateral, remove collateral, claim, deposit, withdraw, or adjust debt. Enter the collateral token address for collateral actions or debt token address for mint/repay actions, along with the amount. Click Review to verify all parameters before signing. The tool shows a clear summary of the transaction, then signs and broadcasts through your wallet with progress tracking.
HOW IT WORKS UNDER THE HOOD
The tool uses a dynamic gas estimation strategy that adapts to network conditions. Before each transaction, it calls estimateGas on the chosen method with the exact parameters, then adds a 20% buffer to avoid out-of-gas failures. For mint operations, the tool calls the Alchemix contract to create synthetic assets (alUSD or alETH) against deposited collateral. The repay method reduces outstanding debt and releases locked collateral. AddCollateral and removeCollateral adjust the user's collateral position. The deposit method adds assets to the vault to earn yield, while withdraw removes them. The adjustDebt method allows users to modify their debt position in response to changing market conditions. After broadcasting, the tool waits for the transaction receipt using ethers.js wait() with confirmation tracking. It uses receipt.effectiveGasPrice for accurate cost reporting, not tx.gasPrice — critical for post-EIP-1559 networks.
WHAT IT CANNOT SEE
The tool cannot predict future interest rate changes that will affect borrowing costs; interest rates adjust dynamically based on market conditions. It cannot verify that the collateral price data is accurate or not manipulated; the tool reads the on-chain oracle but does not validate its integrity. It cannot detect if the user has off-chain debt that affects their true borrowing capacity; only on-chain positions are considered. It cannot guarantee that the calculated collateralization ratio will remain safe if asset prices move after the calculation; price volatility can change the position rapidly. It cannot verify that the user's actual debt position matches the simulated position due to pending transactions or accrued interest; the simulation is a snapshot in time. It cannot predict when the next interest rate update will occur; rate updates depend on protocol mechanics.
PLEASE NOTE
This tool works exclusively with EVM-compatible blockchains where Alchemix is deployed. It does not support non-EVM chains. Always verify the contract address against official Alchemix documentation before use. Using incorrect addresses may result in loss of funds. The tool is provided as-is with no warranty of any kind. Alchemix loans are self-repaying but involve protocol risks including collateral liquidations and smart contract vulnerabilities. Synthetic assets may trade below peg during market stress.