The pioneering algorithmic money market protocol
Compound is one of the original DeFi lending protocols. Built by Compound Labs, it offers programmable interest rates and open financial infrastructure.
// Using Compound.js SDK
const compound = require('@compound-finance/compound-js');
const cTokenAddress = '0x39AA39c719df9C5A4Ac15F9d4Aa0eA4d8e3f27e8'; // cETH
const underlying = await compound.getToken(cTokenAddress);Original version with proven security. Good for ETH and basic assets.
Updated with morpho-augmented pools, liquidation protection, and improved efficiency.