一键导入
lending
Supply, borrow, repay, and check health factors on Aave V3 lending protocol on Base
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Supply, borrow, repay, and check health factors on Aave V3 lending protocol on Base
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Check eligibility for and claim token airdrops
Scan, audit, and revoke ERC-20 token approvals to manage wallet spending permissions
Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr
Deploy tokens on Base (Uniswap V4) or Solana (Raydium) via Bankr gas-sponsored launch API
Open leveraged long/short positions via Avantis on Base with up to 10x leverage
Access Polymarket prediction markets to search, place bets, view positions, and redeem winnings
| name | lending |
| description | Supply, borrow, repay, and check health factors on Aave V3 lending protocol on Base |
Use the defi_lend tool for lending protocol operations on Aave V3 (Base).
supplyborrowhealth_factorpositionsrepaywithdrawHealth Factor: Ratio of collateral value to debt. Below 1.0 = liquidation. Keep above 1.5 for safety.
2.0: Healthy
LTV (Loan-to-Value): Maximum percentage of collateral value you can borrow. Varies by asset.
Liquidation Threshold: Collateral value at which liquidation can be triggered. Always higher than LTV.
| Asset | Supply | Borrow |
|---|---|---|
| ETH (WETH) | Yes | Yes |
| USDC | Yes | Yes |
| cbETH | Yes | Yes |
| USDbC | Yes | Yes |
defi_lend action=supply asset=USDC amount=1000
defi_lend action=supply asset=ETH amount=1.0 # First supply collateral
defi_lend action=borrow asset=USDC amount=500 # Then borrow
defi_lend action=repay asset=USDC amount=max # Repay all debt
defi_lend action=withdraw asset=ETH amount=max # Withdraw all collateral
health_factor action first