Skip to Content

Security

Non-Custodial Design and Fund Safety

Capset does not hold or control any user funds at any point. All contributed funds are held in the individual Presale contracts on the Base blockchain.

Capset operates the frontend interface and the blockchain indexer. Neither component has any ability to access, move, or freeze funds held in deployed presale contracts. The platform fee is collected automatically by the smart contract at finalization — Capset has no manual fee collection mechanism.

If Capset’s frontend goes offline, funds remain safe in the smart contracts and can be accessed directly via Basescan. Contributors can call claimRefund() directly on the contract if the soft cap was not met, without needing the Capset interface.

Fee Structure

Capset charges two fees:

  • Creation fee — A flat ETH fee paid at deployment. The exact amount is displayed in the deployment flow before you confirm. Currently set at 0.005 ETH.
  • Platform fee — 1% of the total amount raised, deducted automatically at finalization. Only charged on successful raises where the soft cap is met.

Both fees are configured in the PresaleFactory contract and apply to all presales deployed through the platform. Fee parameters for already-deployed contracts are locked and cannot be changed retroactively.

Last updated on