بنقرة واحدة
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