Presale Deployment
Presales are a way for allowing a group of token purchasers to receive tokens at the same price. Currently, presales last two hours from creation and distribute 55% of the token supply for 5.5 ETH.
Presale token deployments have been deprecated on March 18, 2025 during the upgrade to v0.3.1. If you use presale token deployments or the presale API, please prepare your services accordingly.
Please see Presale Token Deployments for more info.
To deploy a new presale token contract, use the following request:
Headers:
Request Body
Response
Example Request
Notes
Request Key Generation
Generate a unique 32-character string for each request
This is used as an idempotency key to prevent duplicate token deployments
Creator Rewards
40% of creator rewards will accrue to the
requestorAddress
Ensure the provided address is correct and accessible
Refunds
In the event a presale does not reach its goal within the time limit, not tokens are created and all participants may be refunded with a publicly callable refund method on the presale contract.
Please refer to Deployed Contracts for the current presale contract deployment.
Last updated