> 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/welcome-to-novamp/why-novamp.md).

# Why Novamp?

Real liquidity from block 0, multichain reach, and identity protection built in.

Novamp is a multichain launchpad and trading terminal where EVM tokens open on a **real Uniswap / PancakeSwap / HyperSwap pool from the first block** — no bonding-curve wait — with **AntiVamp** protecting each project's name + ticker identity.

{% hint style="info" %}
💡 The short version: on EVM you launch **directly onto a real DEX pool**, tokens are tradable immediately, and discovery + trading + protection all live in one terminal.
{% endhint %}

## Overview

Most launchpads route new tokens through a bonding curve first, then "graduate" them to a DEX once they hit a threshold. Novamp takes a different path on EVM chains: your token deploys as a fixed-supply ERC-20 and is **seeded straight into a live pool** in a single transaction. There is no curve phase, no graduation event, and no waiting for a migration — it trades on `🟢 Robinhood Chain`, `🔵 Base`, `🟡 BNB Chain`, `⚪ Ethereum`, or `🟣 HyperEVM` from block 0.

Bonding curves still exist where they are the native model: `🟪 Solana` launches run through **Pump.fun**, and HyperEVM markets that launched **before Path B (2026-07-21)** remain on the legacy **SherSwap** bonding-curve stack. Everything else — including new HyperEVM launches — is direct-to-pool.

Four things set Novamp apart:

* **Real liquidity from block 0 (EVM).** Tokens open on an actual Uniswap/PancakeSwap/HyperSwap pool, so price discovery and trading start immediately.
* **Genuinely multichain.** One terminal spans five EVM chains plus Solana, each with native gas and its own explorer.
* **AntiVamp identity protection.** A normalized **Name + Ticker** identity can be reserved before launch and defended after it, so copycats can't hijack a project's identity.
* **One terminal for everything.** Discover, launch, trade, swap, bridge, and track your portfolio without leaving the app.

## How it works

```mermaid
flowchart LR
  A[Create token] --> B{Chain model}
  B -->|EVM: RHC / Base / BNB / ETH / HyperEVM| C[Seed real Uniswap / PancakeSwap / HyperSwap pool]
  B -->|Solana| D[Pump.fun bonding curve]
  C --> E[Tradable from block 0]
  D --> F[Graduates to DEX]
  E --> G[Discover + trade in one terminal]
  F --> G
```

On EVM, the launch transaction seeds the pool directly, so the token is live the moment it lands. On Solana, Pump.fun's curve fills first and then graduates. Both paths surface in the same Discover feed and token pages.

## How Novamp compares

The table below contrasts Novamp's EVM model with a **typical bonding-curve launchpad**. It describes design choices, not the quality of any specific competitor.

|                     | Typical bonding-curve launchpad | Novamp (EVM chains)                                          |
| ------------------- | ------------------------------- | ------------------------------------------------------------ |
| Initial market      | Internal bonding curve          | Real Uniswap / PancakeSwap pool                              |
| Time to DEX trading | After graduation threshold      | Immediate — tradable from block 0                            |
| Graduation step     | Required migration to a DEX     | None on EVM                                                  |
| Token supply        | Varies                          | Fixed-supply ERC-20, no mint, no owner                       |
| Chains              | Often single-chain              | 5 EVM chains + Solana                                        |
| Tax tokens          | Rarely supported                | Fee-on-transfer tokens on v2 venues (0–10%, lowerable-only)  |
| Identity protection | Usually none                    | AntiVamp Name + Ticker reservations + post-launch protection |

{% hint style="success" %}
🛡️ AntiVamp protects a project's **identity** — its normalized Name + Ticker — so lookalikes can't impersonate it. It does **not** protect token price, and launching alone never blocks another launch.
{% endhint %}

## Important details

| Topic                   | What to know                                                                                       |
| ----------------------- | -------------------------------------------------------------------------------------------------- |
| EVM launch model        | Direct-to-pool, no bonding curve, no graduation; tradable from block 0                             |
| Zero-fee tokens         | Launch on Uniswap/PancakeSwap/HyperSwap **v3**                                                     |
| Tax tokens              | Fee-on-transfer, launch on **v2** (Base, BNB, Ethereum), 0–10% tax, lowerable-only                 |
| Solana                  | Bonding-curve model (Pump.fun → PumpSwap)                                                          |
| Legacy HyperEVM markets | Pre-Path-B (before 2026-07-21) tokens on the SherSwap bonding curve; new launches use HyperSwap v3 |
| Swap fee (EVM)          | Flat **1%** Novamp fee, split 50% creator / 50% protocol                                           |
| Pool fee (Solana)       | **0.3%** pool fee, split 60% creator / 40% Novamp                                                  |

{% hint style="warning" %}
⚠️ Newly launched tokens carry substantial risk, including total loss. Novamp offers no guarantees about token value or legitimacy. Read the [Risk Disclosure](/legal-and-safety/risk-disclosure.md) before trading.
{% endhint %}

## What happens next?

Pick the path that matches what you're here to do — create a token, discover and trade, or protect an identity — and the terminal handles the chain-specific details for you.

## Continue exploring

* 🗺️ [Platform Overview](/welcome-to-novamp/platform-overview.md) — the whole product at a glance
* 🚀 [Get Started](/getting-started/get-started.md) — the 5-minute quickstart
* 🛡️ [What Is AntiVamp?](/identity-protection/what-is-antivamp.md) — identity protection explained
* 💰 [Fee Model](/protocol/fee-model.md) — exactly what you pay and where it goes


---

# 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/welcome-to-novamp/why-novamp.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.
