aaveclaw - Aave V3 Lending on Base Sepolia
name: aaveclaw
by chainyoda · published 2026-03-22
$ claw add gh:chainyoda/chainyoda-aaveclaw---
name: aaveclaw
description: Aave V3 lending protocol on Base Sepolia testnet. Deposit WETH collateral, borrow USDC, repay loans, withdraw collateral, check health factor, and mint test tokens via faucet. Use when users want to interact with Aave lending, check their lending position health, or get testnet tokens.
---
# aaveclaw - Aave V3 Lending on Base Sepolia
Interact with Aave V3 lending protocol on Base Sepolia testnet. Manages the full lending lifecycle using the wallet from `~/.x402-config.json`.
Setup
Run `setup.sh` on first use to install dependencies (ethers v6):
bash scripts/setup.shCommands
Check Health Factor
Check the current lending position. Safe to run anytime, read-only.
bash scripts/health.sh [address]If no address is provided, uses the configured wallet address.
Mint Test Tokens (Faucet)
Get testnet WETH or USDC from the Aave faucet. Run this first if the wallet has no tokens.
bash scripts/faucet.sh weth 1 # Mint 1 WETH
bash scripts/faucet.sh usdc 1000 # Mint 1000 USDCDeposit Collateral
Deposit WETH as collateral into Aave. Auto-wraps native ETH to WETH if needed.
bash scripts/deposit.sh 0.5 # Deposit 0.5 WETHBorrow USDC
Borrow USDC against deposited collateral. Uses variable interest rate.
bash scripts/borrow.sh 100 # Borrow 100 USDCRepay Debt
Repay borrowed USDC. Use "max" to repay entire debt.
bash scripts/repay.sh 50 # Repay 50 USDC
bash scripts/repay.sh max # Repay all debtWithdraw Collateral
Withdraw WETH collateral. Use "max" to withdraw everything (only if no debt).
bash scripts/withdraw.sh 0.5 # Withdraw 0.5 WETH
bash scripts/withdraw.sh max # Withdraw allUsage Guidelines
Network Details
Error Handling
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...