polygon-defi

Installation
SKILL.md

Polygon DeFi Skill

Session Prerequisites

Before any DeFi operation, the wallet session must include the token contracts and pool contracts. If the user does not yet have a session, or has an older session that predates this list, create one now — do not wait until a deposit fails:

polygon-agent wallet create --usdc-limit 50 \
  --contract 0xc2132D05D31c914a87C6611C10748AEb04B58e8F \
  --contract 0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619 \
  --contract 0x781fb7f6d845e3be129289833b04d43aa8558c42 \
  --contract 0xf5c81d25ee174d83f1fd202ca94ae6070d073ccf \
  --contract 0x3f33f9f7e2d7cfbcbdf8ea8b870a6e3d449664c2

Aave V3 Pool (0x794a61358d6845594f94dc1db02a252b5b4814ad) is auto-whitelisted in every session — no --contract flag needed for it. The above command adds:

  • USDT: 0xc2132D05D31c914a87C6611C10748AEb04B58e8F
  • WETH: 0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619
  • Morpho Compound USDC: 0x781fb7f6d845e3be129289833b04d43aa8558c42
Related skills

More from 0xpolygon/polygon-agent-cli

Installs
25
GitHub Stars
24
First Seen
Apr 14, 2026