BAiSEDagent

defi-base

0
0
# Install this skill:
npx skills add BAiSEDagent/openclaw-skills --skill "defi-base"

Install specific skill from multi-skill repository

# Description

DeFi protocols on Base. Aave, Uniswap, Aerodrome, Moonwell, Compound. Overview of the Base DeFi ecosystem. Use when exploring Base DeFi or choosing protocols.

# SKILL.md


name: defi-base
description: "DeFi protocols on Base. Aave, Uniswap, Aerodrome, Moonwell, Compound. Overview of the Base DeFi ecosystem. Use when exploring Base DeFi or choosing protocols."
metadata:
openclaw:
emoji: "🏦"


DeFi on Base

Overview of the Base DeFi ecosystem — protocols, TVL, and integration patterns.

Key Protocols

Protocol Category TVL Key Feature
Aerodrome DEX (ve3,3) Highest on Base Base-native, AERO incentives
Uniswap V3 DEX (CL) High Most liquid pairs
Aave V3 Lending High Battle-tested, multi-collateral
Moonwell Lending Medium Base-native Compound fork
Compound V3 Lending Medium Single-asset isolation
Morpho Lending Growing P2P rate optimization
Extra Finance Leveraged yield Medium Auto-leveraged farming
BaseSwap DEX (V2) Medium Simple swaps

Protocol Addresses (Base Mainnet)

DEXs

  • Uniswap V3 Router: 0x2626664c2603336E57B271c5C0b26F421741e481
  • Aerodrome Router: 0xcF77a3Ba9A5CA399B7c97c74d54e5b1Beb874E43

Lending

  • Aave V3 Pool: 0xA238Dd80C259a72e81d7e4664a9801593F98d1c5
  • Moonwell: 0xfBb21d0380beE3312B33c4353c8936a0F13EF26C (USDC market)

Tokens

  • USDC: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
  • WETH: 0x4200000000000000000000000000000000000006
  • cbETH: 0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22
  • AERO: 0x940181a94A35A4569E4529A3CDfB74e38FD98631

DeFi Strategy Decision Tree

What do you want to do?
├── Hold stablecoins → Lend on Aave/Moonwell (3-8% APY)
├── Trade tokens → Uniswap V3 or Aerodrome
├── Earn yield on ETH → cbETH staking + LP
├── Leveraged position → Aave borrow loop (see leverage-trading)
├── Provide liquidity → Aerodrome (incentivized) or Uniswap V3 (fees)
└── Cross-chain bridge → CCTP for USDC (see cctp)

DeFi Safety Tiers

Tier Risk Protocols
Blue chip Low Aave, Uniswap, Compound
Established Low-Med Aerodrome, Moonwell, Morpho
Emerging Medium Newer forks, less audited
Degen High Unaudited, high APY

Rule: Start with blue chip. Only move down tiers with explicit human approval and small positions.

Integration Patterns

All Base DeFi protocols follow standard patterns:
1. Approve token spend (ERC-20 approve or permit)
2. Call protocol function (swap, supply, borrow)
3. Handle events (Transfer, Swap, Supply)

See specific skills for implementation:

References

Cross-References

  • spot-trading: DEX swap execution
  • leverage-trading: Lending protocol leverage
  • defi-strategies: Yield strategies
  • market-making: LP strategies
  • agent-wallet-management: Fund allocation across protocols

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.