Lending Modules Overview
Explore WDK lending modules for integrating lending protocols with WDK.
The Wallet Development Kit (WDK) provides a set of modules that support connection with lending protocols on different blockchain networks. All modules share a common interface, ensuring consistent behavior across different blockchain implementations.
Lending & Borrowing Protocol Modules
DeFi lending functionality for different lending & borrowing protocols
| Module | Route | Status | Documentation |
|---|---|---|---|
@tetherto/wdk-protocol-lending-aave-evm | EVM | ✅ Ready | Documentation |
@morpho-org/wdk-protocol-lending-morpho-evm | EVM | Community | Documentation |
Next Steps
Compare the available EVM lending modules and open the implementation that matches your protocol target:
Aave EVM
Use the Tether-maintained Aave V3 lending module for EVM accounts.
Morpho EVM
Use the community Morpho module for Vault V2 and Morpho Blue EVM flows.
Morpho Get Started
Install the Morpho module, create the client, and review prerequisites.