# morpho ## Hero ### CoW Hooks and vault deposit interfaces for Morpho Morpho markets needed composability with CoW Swap. The initial plan was four separate hook dApps, but we realized the operations were interdependent — a fragmented UX. We proposed a single unified interface, got approval, and shipped all four operations plus a standalone deposit landing page. ## The context Morpho needed users to enter and exit lending markets through CoW Swap. The original scope was four separate hook dApps — one per operation. During development, we realized this would create a confusing experience. Many Morpho functions depend on each other, and splitting them meant users would bounce between interfaces for related operations. - Many Morpho functions are interdependent — separated hooks would create a fragmented user experience - Hook dApps needed to pass CoW team review and integrate into the official Hook Store - Users needed real-time LTV calculations and health monitoring during the flow - Transaction safety required Tenderly simulation before execution ## What we delivered Instead of four fragmented hooks, one unified dApp handles everything. The CoW team reviewed and approved all operations, and the hooks are live on CoW Swap's Hook Store. - Unified hook dApp covering supply, borrow, repay, and withdraw in a single interface - All four hooks reviewed and approved by the CoW team - Full integration with CoW Swap's Hook Store — accessible to all CoW Swap users - Real-time LTV calculations and health factor monitoring - Tenderly simulation for transaction safety before execution - Co-branded landing page for depositing any token into Morpho Vaults in one gasless transaction - **CoW Hooks for Morpho**: Unified hook dApp — supply, borrow, repay, withdraw — reviewed by CoW team and integrated into the CoW Swap Hook Store. - **Morpho Vault Deposits**: Co-branded landing page for depositing any token into Morpho Vaults in one gasless transaction via CoW Swap.