Skip to content

Raise Setup

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

Transferability

Must be explicitly enabled before investors can claim project tokens via withdraw; see Roles and Permissions for the enableTransferable gate

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. The price does not change during the raise.

Collateral value at deposit is priced by oracle feed at transaction time, normalizing allocation across accepted assets.

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

Example:

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