What problem does it solve? AI agents frequently confuse Morpho Blue with the deprecated Morpho Optimizer (V1), hallucinate Aave-style pooled-risk patterns, and misuse market identifiers, oracle decimal scaling, and the assets/shares parameter convention. This Skill provides verified contract addresses, correct ABI fragments, and tested interaction patterns for Morpho Blue and MetaMorpho vaults on Ethereum mainnet. ## Core Features & Use Cases - Direct Market Operations: Supply, withdraw, borrow, repay, and manage collateral on Morpho Blue's singleton contract using correct MarketParams and market ID derivation via keccak256 hashing. - MetaMorpho Vault Integration: Deposit and redeem from ERC-4626 curated vaults with deposit cap checks and share conversion helpers. - Liquidation and Market Creation: Execute liquidations with seizedAssets or repaidShares semantics, and create new permissionless markets with governance-enabled LLTVs and IRMs. - Use Case: An agent asked to "borrow 3000 USDC against 2 WETH on Morpho" loads this Skill to get the correct singleton address, supply collateral, borrow with shares set to zero, and later repay by shares to avoid dust debt. ## Quick Start Ask the agent to supply 1000 USDC to a Morpho Blue market or deposit into the Steakhouse USDC MetaMorpho vault using viem with your RPC_URL and PRIVATE_KEY environment variables set.