Protocols Overview
The strategy universe is intentionally small in the MVP. Each strategy has a role in the portfolio, not just an APY target.Strategy map
| Strategy ID | Protocol | Role in portfolio | Liquidity profile | Status in repo |
|---|---|---|---|---|
drift-reserve | Drift | Liquid reserve and low-complexity carry | instant | Real SDK path |
kamino-stable-carry | Kamino | Main carry sleeve | same_day | Real SDK path |
marginfi-canary | MarginFi | Small capped canary sleeve | same_day | Manifest or static |
perena-exotic | Perena | Exotic / RWA sleeve | batched | Manifest or static |
Why these four
Driftgives the vault a liquid sleeve that is easier to unwindKaminois the main carry engine of the MVPMarginFiis intentionally constrained as a canaryPerenais the bridge into the exotic / RWA sleeve of the thesis
Integration modes
Real SDK adapters
Used when the protocol SDK is integrated and the runtime can construct bundles directly. Current examples:DriftKamino
Manifest adapters
Used when the protocol is not yet wrapped in a first-class SDK adapter but operators already know the instruction bundle shape. Current examples:MarginFiPerena