VENTURE

create a round

one transaction deploys your token, its escrow and its vesting contract, and registers the round so it appears in the feed.

Every value below is permanent. Once the round exists nothing here can be edited — not by you, not by us. A wrong treasury address or cliff cannot be corrected.

token name
Frozen on chain. Cannot be changed.
symbol
Also permanent.
total supply
Minted once to the round. No mint path, no owner.
price
Whole tokens per 1 ETH. Fixed — no curve.
soft cap (ETH)
Below this at close, everyone refunds in full.
hard cap (ETH)
Absolute. Contributions past it are rejected.
opens in (min)
0 opens immediately.
open for (days)
How long contributions are accepted.
cliff (days)
Nothing claimable before this.
duration (days)
Full vesting term from close.
treasury
Receives the whole raise on success. Defaults to your address.
connect to publish a round.

then

The factory deploys a fixed-supply ERC-20, an escrow holding the entire supply, and a vesting contract — in a single transaction that you pay for. Venture fronts no gas and takes no fee.

You do not need to close the round yourself: finalize() is permissionless, so backers can close a successful round without you.