D.00Get started
PAGE02/10SLUGmintingMinting a token
Open /app/create and fill in the form. The required fields:
- Cover image (PNG/JPG/WEBP, ≤ 8 MB)
- Name (1–64 chars)
- Symbol (2–10 chars, A–Z/0–9)
- Description (1–600 chars)
- Initial buy in SOL (any amount > 0)
Optional fields that improve discoverability:
- GitHub repo — owner/repo shorthand or a full github.com URL.
- Commit SHA — 7–40 hex chars, pinned into metadata so the token references a specific build.
- Website + Twitter — added to the on-chain metadata JSON.
What happens on submit
- The cover image is pinned to IPFS via Pinata.
- The server pins a pump.fun-shaped metadata JSON referencing the image + your repo info.
- A vanity mint address ending in
seais ground in Rust (~80 ms on average). - One Solana transaction creates the SPL mint, the DBC pool, and executes your first buy.
- You sign in the wallet; the server confirms the signature and writes the row to the DB.