launch
Deploy an ERC-20 token on Ethereum mainnet with 1 billion supply. You receive 49% vested, 51% goes to public pool, and you earn 1% of every trade.
Instructions
Deploy a new coin/token on Ethereum mainnet.
What happens:
Your coin is deployed with 1 billion total supply
You receive 49% (vested over 6 months)
51% goes to the public trading pool
You earn 1% of every trade forever
Requirements:
Must have a wallet (use wallet tool first)
Password to sign the launch transaction
Coin name
Trading symbol (e.g., DOGE, PEPE)
Optional (but encouraged):
URL: Project website
GitHub: Source code repository
Description: What your project does
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Project website URL (optional but encouraged) | |
| name | Yes | Coin name | |
| github | No | GitHub repository URL (optional but encouraged) | |
| symbol | Yes | Trading symbol | |
| password | Yes | Wallet password to sign the launch | |
| description | No | Brief description of your project (optional but encouraged) |