Skip to content

Risk Model

The Upside risk model is built on these assumptions:

  1. Reserve backing is maintaineddeposited collateral remains in strategy and is available for exits
  2. Upstream strategies are solventyield strategy (e.g., Aave V3) honors deposits and withdrawals
  3. Oracle feeds are livedeposit-time pricing requires accurate oracle data
  4. On-chain mechanics are correct — smart contract logic executes as designed

When these assumptions hold, principal protection works as intended. The risk model addresses what happens when they don’t.

Impact:

Recovery: Automatic when yield conditions improve. No action required for exit rights.

Scenario: Strategy liquidity is temporarily constrained (e.g., high Aave utilization).

Impact:

Recovery: Liquidity normalizes as other Aave users repay, the capital still exists, it’s just temporarily lent out. This is a delay, not a loss.

Scenario: Strategy capital is lost due to upstream protocol vulnerability.

Impact:

Recovery: Exits settle via proportional settlement against actual remaining collateral — every investor gets the same proportional rate. See Guarantees for details.

Principal protection is designed against project-token downside, not against reserve depletion from upstream strategy compromise.

Scenario: Strategy reserve collateral is below expected target (loss event or strategy accounting issue).

Impact:

Recovery: Each investor’s exit settles against real available collateral. In normal operation this equals the original deposit; in a shortfall, it equals the proportional share of what remains.

Scenario: Oracle feed is stale, zero, or invalid.

Impact:

An oracle outage blocks deposits but does not block exits, exit conversion uses stored position parameters, not a live price feed.

Scenario: Project team becomes inactive.

Impact:

Investor exit rights are on-chain and do not depend on the project team remaining active.

Each raise operates in full isolation — separate reserve accounting, position state, yield routing, and admin controls. See Guarantees for details.

RiskProtected?Mechanism
Project token goes to zeroYesPUT right returns collateral
Project team disappearsYesExits are permissionless on-chain
Upstream strategy exploitNoExits settle against remaining collateral
Temporary liquidity crunchDelayedRetries succeed as liquidity normalizes
Oracle failurePartialBlocks deposits, exits still work
Volatile collateral loses USD valueNoRedemption is in deposit asset, not USD