> For the complete documentation index, see [llms.txt](https://docs.novamp.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novamp.io/creators/solana-pump.md).

# Launching on Solana

Launch a `🟪 Solana` token through **Pump.fun**, with AntiVamp identity protection and a disclosed creator fee share.

{% hint style="info" %}
Solana works differently from EVM. There is **no user-deployed factory**: the launch transaction is **server-prepared**, and your token starts on a **Pump.fun bonding curve** that later **graduates** to a real AMM (PumpSwap).
{% endhint %}

## Overview

Solana launches use **Pump.fun**, the official bonding-curve launchpad. You remain the Pump.fun creator; Novamp is a **disclosed shareholder** of the creator pool fee. Identity checks run through the [AntiVamp API](/identity-protection/what-is-antivamp.md), not the EVM on-chain registry.

## How it works

```mermaid
flowchart LR
  A[Design token in wizard] --> B[AntiVamp API check]
  B --> C[Server prepares create + fee-share txs]
  C --> D[Sign with your Solana wallet]
  D --> E[Live on Pump.fun bonding curve]
  E --> F[Curve completes → graduates to PumpSwap]
```

1. Design name, ticker, image, and socials in the Solana launch wizard.
2. AntiVamp validates the identity before the transaction is prepared.
3. The server (`POST /api/launch/pumpfun/prepare`) returns unsigned **create** and **fee-share** transactions.
4. You sign with your Solana wallet; the launch is finalized (`POST /api/launch/pumpfun/confirm`).
5. Trading begins on the bonding curve; when the curve completes, the token **graduates** to PumpSwap.

## How to use it

1. Open the launch wizard and choose **Solana** as the network.
2. Add your logo, name, ticker, description, and socials.
3. Optionally set an **initial dev buy** (atomic first buy, max **10 SOL**).
4. Review the fee disclosure and check the acknowledgement box.
5. Connect your Solana wallet and **Ignite** — you sign as the Pump.fun creator.

## Important details

| Property        | Detail                                                      |
| --------------- | ----------------------------------------------------------- |
| Protocol        | Pump.fun bonding curve → PumpSwap on graduation             |
| Total supply    | **1,000,000,000** (Pump standard)                           |
| Pool fee        | **0.3%**, split **60% creator / 40% Novamp**                |
| Initial dev buy | Optional, atomic, max **10 SOL**                            |
| Identity        | AntiVamp API (name + ticker; reserved identities protected) |
| Gas             | Paid in SOL                                                 |

{% hint style="warning" %}
The 60/40 split is set with Pump's official fee-sharing instructions and **may become permanent** after launch. Creator fees are **not guaranteed** on every trade. Review the wallets and percentages carefully before signing. Novamp does not market Pump's broader trade-fee schedule — only the 0.3% pool fee and the 60/40 split matter here.
{% endhint %}

## What happens next?

* Your token trades on the Pump.fun bonding curve immediately.
* When the curve completes, it **migrates to a real AMM (PumpSwap)** — this is the Solana equivalent of graduation.
* You stay the Pump.fun creator and earn your disclosed share of the pool fee.
* Track it from your [Creator profile](/creators/tracking-your-launch.md); Solana launches appear alongside your EVM launches.

## Troubleshooting

| Symptom                                  | Fix                                                                                     |
| ---------------------------------------- | --------------------------------------------------------------------------------------- |
| "Rolling out shortly" / preview mode     | Pump launches are being enabled; you can design now and ignite once it's live.          |
| Name or ticker "protected across chains" | AntiVamp holds that identity — pick another or launch with the wallet that reserved it. |
| Solana rejected the transaction          | Check your SOL balance (fees + dev buy) and retry.                                      |
| Fee-share still finalizing               | The create landed; the fee split reconciles on confirm — no action needed.              |

## Continue exploring

* [🚀 Launch a Token](/creators/launching-a-token.md)
* [📈 Bonding & Graduation](/protocol/bonding-and-graduation.md)
* [🛡️ What Is AntiVamp?](/identity-protection/what-is-antivamp.md)
* [💰 Fee Model](/protocol/fee-model.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.novamp.io/creators/solana-pump.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
