Overview
← Back to index
What is ZecPad?
ZecPad is a token launchpad on Solana. It lets anyone create an SPL token and
launch it on a bonding curve — a self-service pricing mechanism where the
price goes up automatically as more people buy, with no presale and no
allocation set aside for insiders. Once a token's curve reaches its
migration target, its liquidity moves automatically to a public DEX pool.
ZecPad also offers an optional Privacy Mode, built on Solana's native
SPL Token-2022 Confidential Transfer extension. When a creator turns it on,
balances and transfer amounts for that token are encrypted on-chain.
Who ZecPad is for
- Creators who want to launch a token fast, without writing a smart
contract or running a presale.
- Traders who want transparent, verifiable bonding-curve pricing — and,
optionally, tokens where balance sizes aren't public information.
- Builders who want to integrate with ZecPad's curve state or trigger
actions off ZecPad events (see Developer Docs).
What makes ZecPad different from a typical launchpad
| Typical launchpad | ZecPad |
|---|
| Presale / allocation | Often has a team/VC allocation before public trading | No presale — the bonding curve is the only way to acquire tokens pre-migration |
| Price discovery | Sometimes fixed-price or Dutch auction | Continuous bonding curve, price is a pure function of tokens sold |
| Liquidity migration | Manual, or trusted to the team | Automatic, rules-based, at a fixed SOL threshold |
| Balance privacy | Not offered | Optional, per-token, via SPL Token-2022 Confidential Transfer |
Privacy Mode is opt-in per token and is a genuinely different technical
mechanism from anything else in the "fair launch" space on Solana — see the
Privacy Mode explainer for exactly what it protects.
Risk disclaimer
Read this before using ZecPad in any form.
- Cryptoassets are volatile and can lose all value. Bonding-curve tokens
in particular can go to zero if buying stops before migration. Nothing on
ZecPad is investment advice.
- "Privacy mode" is not anonymity. It hides transfer amounts only.
Wallet addresses, the fact that a transfer happened, and its timing remain
public on Solana, exactly as with any other transaction. See
Privacy Mode for the full breakdown — do not rely
on this feature for anything where address-level privacy matters.
- Regulatory status of privacy-preserving tokens is unsettled in most
jurisdictions and is actively tightening in others (for example, EU AML
rules restricting privacy coins on regulated venues). Confidential-balance
tokens may be delisted, restricted, or unsupported by exchanges and
wallets in your jurisdiction. You are responsible for understanding local
law before creating or holding a privacy-mode token.
- This software is unaudited and pre-release. ZecPad's on-chain program
has not completed a third-party security audit and is not deployed to
mainnet-beta. Do not treat any current build as production-ready. See
Security & Audits for current status.
Next
- New to ZecPad? Start with Getting Started.
- Want the technical detail on privacy? Read
Privacy Mode — Technical Explainer.