Prepare a coin launch
anchorpad_prepare_launchPrepare a new Solana coin on AnchorPad, paired with an asset from anchorpad_pairs. Returns a sign link for the user; nothing happens until they approve it in their wallet. The approving wallet becomes the creator and earns 0.4% of every trade in the pair asset. The user pays about 0.027 SOL network rent plus any first buy. Give an image as an https URL (PNG, JPEG, GIF or WebP, up to 1 MB) if you have one; otherwise the approval page asks the user for it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Coin name, 1-32 bytes | |
| pair | No | Pair symbol from anchorpad_pairs, e.g. SOL, USDC, ZEC. Default SOL | |
| image | No | Optional https URL (or data:image/... URL) of the coin image, up to 1 MB | |
| symbol | Yes | Ticker, 1-10 letters or digits | |
| No | Optional https://x.com/... link | ||
| website | No | Optional https link | |
| telegram | No | Optional https://t.me/... link | |
| first_buy | No | Optional amount of the pair asset to buy in the launch transaction, e.g. "0.1". Default 0 | |
| description | No | Optional, up to 500 characters | |
| sniper_shield | No | Higher fee for bots in the first minute (15% falling to 1%). Default true |