Skip to main content
A vault does not know how a lending market or an AMM works. A strategy does. Each one wraps a single yield source and exposes the same six methods to any vault, which is why adding a yield source means writing and auditing one strategy rather than changing the vault every partner already uses. Which strategies a given vault may use is fixed when the vault is created. Deployed addresses are on Contract Deployments, and what each one is worth right now is on defindex.io/strategies.

Blend Autocompound

Supplies to a Blend pool and compounds the emissions back in.

K2 Autocompound

The same shape on Kinetic lending. Supply only, no debt side.

RWA Wrapper

Holds a value-accruing sovereign bond token. Yield is price appreciation.

Building one yourself

The strategy trait, its six methods, and how APY is computed.