What problem does it solve? AI agents frequently confuse Compound V2 and V3 architectures, producing code with nonexistent cTokens, wrong liquidation flows, and hallucinated contract addresses. This Skill provides verified Compound V3 (Comet) interfaces, deployment addresses, and working code patterns so agents generate correct lending protocol integrations. ## Core Features & Use Cases - Supply, Borrow, Repay, Withdraw: Complete viem and Solidity patterns for interacting with Comet markets, including the critical distinction between supplying base assets (earning interest) and collateral (backing borrows). - Liquidation Workflows: Two-step absorb() and buyCollateral() implementation with profit calculation and slippage protection for liquidation bots. - Verified Multi-Chain Addresses: Checksummed Comet market, Configurator, CometRewards, and Bulker addresses for Ethereum, Arbitrum, Base, Optimism, and Polygon. - Use Case: Build a position monitoring tool that reads a user's collateral balances, borrow capacity, health ratio, and accrued COMP rewards across Compound V3 markets, then alerts before liquidation thresholds are breached. ## Quick Start Ask the agent to supply 1000 USDC to the Compound V3 USDC market on Ethereum mainnet using viem.