Delegation

This page describes the delegate powers afforded to borrowers.

Unlike general-pool CDP models seen to-date in DeFi, Cooler Loans allow the borrower to retain their governance rights in a protocol, if their collateral allows. This is enabled by the single-borrower escrow structure (called Coolers), which prevents comingling of borrower collaterals.

A borrower can delegate their collateral to the address of their choosing by calling the delegate() function and specifying the address to delegate votes to.

/// @notice delegate voting power on collateral
function delegate (address to) external {}

Last updated