Skip to content

Yield Strategy

All deposited capital is routed to a yield strategy. Yield funds:

At launch, the only available strategy is Aave V3.

Deposited collateral is supplied to Aave V3 pools. Strategy behavior is simple at launch:

  • Supply-side only
  • No leverage loops
  • No directional strategies
  • High integration maturity
  • Deep liquidity in supported assets
  • Battle-tested production history
  • Compatible with launch assets (USDC, USDT, WETH, wBTC)

Conceptually:

In the contracts:

  • AaveStrategy.valueOfCapital() reads aToken balance
  • AaveStrategy.yield() is valueOfCapital - totalSupply (floored at 0)

See Capital Lifecycle for how yield connects to optional buyback/burn and capital exit paths.

Each raise creator configures the routing split between ecosystem budget and optional buyback/burn allocation at raise creation.

Claiming is permissionless. Cadence is flexible (e.g., daily, weekly, or threshold-driven).

Additional yield strategies (e.g., Morpho, Ethena sUSDe, Lido stETH) may be added post-launch. Custom strategy support is on the roadmap but not yet available.

At launch, Aave V3 is the only supported strategy. Additional strategies will be added after risk review, maintaining isolation per raise and per collateral pool. No global shared risk pools exist across unrelated projects.