get_compound_positions
Fetch Compound V3 positions for a wallet across multiple chains, showing supply balances, borrows, collateral deposits, and USD valuations to analyze DeFi exposure.
Instructions
Fetch Compound V3 (Comet) positions for a wallet across all known markets on the selected chains (cUSDCv3, cUSDTv3, cWETHv3, etc.). For each market the wallet touches, returns the base-token supply or borrow balance, per-asset collateral deposits, and USD valuations. Use this to answer 'my Compound positions' or before preparing a prepare_compound_* action so you have the right market address. Returns an empty list if the wallet has no Compound V3 exposure on the requested chains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | 0x-prefixed EVM wallet address (40 hex chars) that will execute this action. | |
| chains | No | Subset of chains to scan for Compound V3 markets. Omit to scan all supported chains. |