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

# Roadmap

What's live on Novamp today and what's planned or in development — no dates, no promises.

Where Novamp is today and where it's heading. Items are marked by status, not by date — plans can change.

{% hint style="info" %}
💡 This roadmap is directional. Nothing here is a commitment to deliver a specific feature by a specific time. For dated, factual releases, see the [Changelog](/resources/changelog.md).
{% endhint %}

## Status key

| Label | Meaning                                       |
| ----- | --------------------------------------------- |
| ✅     | **Live** — shipped and available now          |
| 🛠️   | **In development** — actively being built     |
| 🗓️   | **Planned** — on the roadmap, not yet started |

## ✅ Live today

| Area                                         | Status | Notes                                      |
| -------------------------------------------- | ------ | ------------------------------------------ |
| Direct-pool launches on `🟢 Robinhood Chain` | ✅      | Uniswap v3 (zero-fee tokens)               |
| Direct-pool launches on `🔵 Base`            | ✅      | Uniswap v2 + v3                            |
| Direct-pool launches on `🟡 BNB Chain`       | ✅      | PancakeSwap v2 + v3                        |
| Direct-pool launches on `⚪ Ethereum`         | ✅      | Uniswap v2 + v3                            |
| Direct-pool launches on `🟣 HyperEVM`        | ✅      | HyperSwap v3 (Path B) — shipped 2026-07-21 |
| Solana launches via Pump.fun                 | ✅      | 0.3% pool fee (60/40)                      |
| Fixed-supply tokens (no mint, no owner)      | ✅      | v3 zero-fee / v2 tax                       |
| Auto-expiring anti-snipe protection          | ✅      | Max-buy / max-wallet windows               |
| Liquidity burn-or-lock                       | ✅      | Permanent per-launch choice                |
| Creator allocation vesting                   | ✅      | Optional 0–10%, lockable                   |
| 1% swap fee, 50/50 split                     | ✅      | Via on-chain `FeeRouter`                   |
| AntiVamp identity checks + normalization     | ✅      | Cross-chain `Name + Ticker`                |
| AntiVamp reservations on EVM                 | ✅      | Including `🟡 BNB Chain` + `⚪ Ethereum`    |
| Auto-verified contracts                      | ✅      | Matching template bytecode                 |
| Discover / Trenches feeds                    | ✅      | Live launch + market discovery             |
| Portfolio, PnL, watchlists                   | ✅      | Trading terminal tooling                   |
| Public data API                              | ✅      | Per-chain indexers                         |

## 🛠️ In development

| Item                                                             | Status |
| ---------------------------------------------------------------- | ------ |
| Deeper cross-chain identity coverage and reporting               | 🛠️    |
| Expanded developer tooling (webhooks, signed decisions, sandbox) | 🛠️    |
| Trading terminal analytics and charting refinements              | 🛠️    |

## 🗓️ Planned

| Item                                                      | Status |
| --------------------------------------------------------- | ------ |
| Additional chain / venue integrations                     | 🗓️    |
| Additional launchpad partners honoring AntiVamp decisions | 🗓️    |
| Further identity-protection surfaces                      | 🗓️    |

{% hint style="info" %}
💡 Planned and in-development items are directional and may change. No launch dates are implied — see the [Changelog](/resources/changelog.md) for what has actually shipped.
{% endhint %}

## What's explicitly not planned (v1)

To set expectations clearly:

* **Upgradeable contracts** — Novamp contracts are non-upgradeable by design.
* **Blacklists / dynamic taxes** — not part of v1.
* **A HyperEVM tax-token venue** — HyperEVM's direct-pool launchpad (Path B, shipped 2026-07-21) is v3-only; there's no v2/tax-token venue there, same as Robinhood Chain.

## Continue exploring

* [📝 Changelog](/resources/changelog.md) — dated, shipped releases
* [🚦 Feature Availability](/welcome-to-novamp/feature-availability.md) — what's live on each chain
* [🧠 How Novamp Works](/protocol/how-novamp-works.md) — the current protocol
* [🔗 Official Links](/resources/community-and-links.md) — follow for updates


---

# 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/resources/roadmap.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.
