Skip to content

Raise Setup

A project configures:

Each accepted collateral asset is isolated. A project accepting USDC and WETH runs parallel isolated pools per asset, with separate reserve accounting.

Each raise has a fixed USD price per project token. This does not change during the raise.

Collateral value used at deposit is live-priced by oracle feed at transaction time. This normalizes allocation across accepted assets.

After deposit, exit conversion uses position math (strike, ftPerUSD, token decimals), not real-time market repricing.

FDV = token price * total token supply

Example:

Each raise is fully isolated — independent reserve accounting, position state, yield routing, and admin controls. See Guarantees for details.