- Convey protocol fee during onboarding.
- holdFees metadata flag.
- When sent as
true
, fees are held aside when funds are withdrawn. projects can addToBalance
in order to release the fees back into their treasury. Either the project owner or JBDAO multisig can call processFees
to process any held fees at any time.
- Useful for fundraises looking to buy something or bid on something. Funds can be withdrawn then added back in for refunds.
- [LAUNCH ONLY] Set owner for which the project will be deployed (defaults to deployer).
- Set the mustStartAtOrAfter time of the funding cycle being configured (defaults to ASAP).
- NFT reserved rate per-tier.
- NFT voting units and governance.
- Most other metadata flags tbh.
- NFT redemptions.