Skip to main content

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 IDProtocolRole in portfolioLiquidity profileStatus in repo
drift-reserveDriftLiquid reserve and low-complexity carryinstantReal SDK path
kamino-stable-carryKaminoMain carry sleevesame_dayReal SDK path
marginfi-canaryMarginFiSmall capped canary sleevesame_dayManifest or static
perena-exoticPerenaExotic / RWA sleevebatchedManifest or static

Why these four

  • Drift gives the vault a liquid sleeve that is easier to unwind
  • Kamino is the main carry engine of the MVP
  • MarginFi is intentionally constrained as a canary
  • Perena is 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:
  • Drift
  • Kamino

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:
  • MarginFi
  • Perena

Static fallback

Used for deterministic demos, tests, and placeholders while a live integration is incomplete.