원클릭으로
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