Raise Setup
Setting Up a Raise
Section titled “Setting Up a Raise”A project configures:
- What it is selling: token and supply percentage (for example 30%)
- Token price: fixed USD price per token (implying valuation)
- Accepted deposit assets: USDC, WETH, and others
- Raise cap: maximum accepted deposits
- Yield strategy: Aave V3 by default at launch
- Transferability: must be explicitly enabled before investors can claim project tokens via withdraw; see Roles and Permissions for the
enableTransferablegate
Each accepted collateral asset is isolated. A project accepting USDC and WETH runs parallel isolated pools per asset, with separate reserve accounting.
Pricing
Section titled “Pricing”Fixed token price, live collateral price
Section titled “Fixed token price, live collateral price”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.
Valuation math
Section titled “Valuation math”FDV = token price * total token supplyExample:
- $0.10/token * 1B supply = $100M FDV
- Selling 30% at $0.10 implies up to $30M notional raise
Raise Isolation
Section titled “Raise Isolation”Each raise is fully isolated — independent reserve accounting, position state, yield routing, and admin controls. See Guarantees for details.