> 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/readme.md).

# Introduction

**Novamp is an EVM meme-token launchpad** where every token trades on a **real Uniswap pool from the very first block**. There is no bonding curve and no "graduation" step — you launch, and your token is instantly live and tradable forever on a permanent Uniswap pool.

Novamp is **multi-chain**: live on [Robinhood Chain](/getting-started/robinhood-chain.md) (chainId 4663) and [Base](/getting-started/base.md) (chainId 8453). Both use native **ETH** as gas and the trading asset. See [Supported chains](/getting-started/supported-chains.md).

No presale. No hidden team allocation. No mint function. Every launch is a **fixed-supply** ERC-20 (supply can never inflate), with optional, fully-disclosed guardrails the creator picks at launch: a capped **creator allocation** with lock, **anti-snipe** protection, an optional temporary **early-sell fee**, and a **liquidity lock/burn** choice.

## The core loop

```
   RESERVE            LAUNCH                 TRADE
  (optional)     real Uniswap pool       buy / sell forever
 ──────────▶  ──────────────────────▶  ─────────────────────▶
 hold a name    fixed supply, pool       priced by the pool,
 + ticker       seeded + (optionally)    1% Novamp fee
 pair for a     locked in one tx         (50% creator / 50%
 fixed window                             protocol)
```

1. **Reserve (optional).** Hold a **name + ticker** pair for a fixed window so nobody front-runs your launch. USD-priced tiers, payable in ETH (and USDC on Base). See [Reserving a name & ticker](/reserve/reserving-a-name-and-ticker.md).
2. **Launch.** One transaction deploys a fixed-supply token and seeds a **real Uniswap pool**:
   * **Zero-fee tokens** launch on **Uniswap v3**.
   * **Tax tokens** (fee-on-transfer, 0–10% buy/sell) launch on **Uniswap v2**. Pick supply, optional creator allocation + lock, anti-snipe preset, optional early-sell fee, liquidity lock/burn, and an optional atomic initial buy (up to 10% of supply). See [Launching a token](/launch/launching-a-token.md).
3. **Trade.** The token is tradable immediately and permanently on its pool. Novamp charges a flat **1% swap fee**, split **50% creator / 50% protocol**. See [Trading on Novamp](/trading/trading-on-novamp.md).

## Who it's for

* **Degens & traders** — real, deep-from-day-one Uniswap liquidity, no hidden allocations, sniper protection baked in, and transparent taxes surfaced on every token page.
* **Creators** — launch in one transaction, earn **half of the 1% swap fee** on your token forever, and optionally add a token tax you can only ever lower.
* **Aggregators & builders** — a stable, permissive [public API](/developers/public-api.md) (GMGN / Dexscreener-style) plus an [OpenAPI reference](/developers/public-api.md).

## Quick facts

|                    |                                                                                                                                                                |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Chains             | [Robinhood Chain](/getting-started/robinhood-chain.md) (chain id **4663**, Uniswap v3) · [Base](/getting-started/base.md) (chain id **8453**, Uniswap v2 + v3) |
| Gas / quote token  | native **ETH** on both chains                                                                                                                                  |
| Trading venue      | a **real Uniswap pool from birth** — v3 for zero-fee tokens, v2 for tax tokens                                                                                 |
| Bonding curve      | **none** — direct pool, tradable immediately                                                                                                                   |
| Token standard     | fixed-supply ERC-20, no mint, no owner                                                                                                                         |
| Supply presets     | 1M · 100M · 1B · custom (fixed at launch)                                                                                                                      |
| Creator allocation | 0–10% of supply, optional lock (unlocked / 7 / 30 / 90 days)                                                                                                   |
| Taxes (optional)   | 0–10% buy / 0–10% sell, lowerable-only after launch                                                                                                            |
| Novamp swap fee    | **1%** — 50% creator / 50% protocol                                                                                                                            |
| App                | [app.novamp.io](https://app.novamp.io)                                                                                                                         |

## Links

The only official Novamp links — see [Community & links](/community-and-links.md) for the full list (and how to verify the deployer).

|             |                                                      |
| ----------- | ---------------------------------------------------- |
| Website     | [novamp.io](https://novamp.io)                       |
| Launchpad   | [app.novamp.io](https://app.novamp.io)               |
| Docs        | [docs.novamp.io](https://docs.novamp.io)             |
| X / Twitter | [@novamp\_io](https://x.com/novamp_io)               |
| Telegram    | [telegram.me/NoVampio](https://telegram.me/NoVampio) |

New here? Start with [What is Novamp](/getting-started/what-is-novamp.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/readme.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.
