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

# Feature Availability

A precise matrix of which Novamp features are live on which chain.

A chain-by-chain view of what's live across Novamp, using consistent status labels so you always know where a feature stands.

{% hint style="info" %}
💡 Status legend: ✅ Available · 🧪 Beta · 🛠️ In development · 🗓️ Planned · 🔐 Partner access · ⛓️ Chain-specific / legacy.
{% endhint %}

## Overview

Novamp's core surfaces — Discover, Launch, Trade, Swap, Bridge, and Reservations — are live across **five EVM chains and Solana**, with per-chain differences in venue and mechanics. **HyperEVM's** direct-pool launchpad — **Path B** — went live **2026-07-21** on **HyperSwap v3**; its older SherSwap bonding-curve stack now serves legacy markets only.

`🟢 Robinhood Chain` `🔵 Base` `🟡 BNB Chain` `⚪ Ethereum` `🟪 Solana` `🟣 HyperEVM`

## Feature × chain matrix

| Feature                                    | 🟢 Robinhood Chain  | 🔵 Base         | 🟡 BNB Chain        | ⚪ Ethereum      | 🟪 Solana           | 🟣 HyperEVM          |
| ------------------------------------------ | ------------------- | --------------- | ------------------- | --------------- | ------------------- | -------------------- |
| 🔭 **Discover**                            | ✅                   | ✅               | ✅                   | ✅               | ✅                   | ✅                    |
| 🚀 **Launch (direct-to-pool)**             | ✅ Uniswap v3        | ✅ Uniswap v2+v3 | ✅ PancakeSwap v2+v3 | ✅ Uniswap v2+v3 | ⛓️ Pump.fun (curve) | ✅ HyperSwap v3       |
| ⚡ **Trade (quick buy/sell + token pages)** | ✅                   | ✅               | ✅                   | ✅               | ✅                   | ✅                    |
| 🔄 **Swap**                                | ✅                   | ✅               | ✅                   | ✅               | ✅                   | ✅                    |
| 🌉 **Bridge**                              | ✅                   | ✅               | ✅                   | ✅               | ✅                   | ✅                    |
| 🔒 **Reservations**                        | ✅ ETH (push oracle) | ✅ ETH / USDC    | ✅ USDC / USDT       | ✅ USDC / USDT   | ✅ AntiVamp API      | ✅ HYPE (push oracle) |

{% hint style="success" %}
✅ HyperEVM (chain ID 999) shipped its direct-pool launchpad — **Path B**, on **HyperSwap v3** — on **2026-07-21**. New launches trade from block 0 exactly like Novamp's other EVM chains. Markets that predate Path B still trade on the legacy **SherSwap** bonding-curve stack, but new launches do not use it.
{% endhint %}

{% hint style="info" %}
💡 Swap and Bridge routing is provided by integrated liquidity providers and can vary by pair and chain. Each token page shows the definitive live state in the terminal.
{% endhint %}

## Launch model by chain

| Chain                | Model          | Notes                                                                             |
| -------------------- | -------------- | --------------------------------------------------------------------------------- |
| `🟢 Robinhood Chain` | Direct-to-pool | Uniswap **v3 only** — every launch is a zero-fee token; no tax tokens             |
| `🔵 Base`            | Direct-to-pool | Zero-fee → v3, tax token → v2                                                     |
| `🟡 BNB Chain`       | Direct-to-pool | Zero-fee → PancakeSwap v3, tax token → v2 (live 2026-07-20)                       |
| `⚪ Ethereum`         | Direct-to-pool | Zero-fee → v3, tax token → v2 (live 2026-07-20)                                   |
| `🟪 Solana`          | Bonding curve  | Pump.fun; graduates to a DEX                                                      |
| `🟣 HyperEVM`        | Direct-to-pool | Zero-fee → HyperSwap v3 (live 2026-07-21); legacy SherSwap markets still tradable |

## Important details

| Topic               | What to know                                                                                   |
| ------------------- | ---------------------------------------------------------------------------------------------- |
| EVM tradability     | Direct-to-pool means tokens trade from block 0 — no graduation step                            |
| Tax tokens          | Only on v2 venues: Base, BNB Chain, Ethereum (not RHC, not HyperEVM)                           |
| Reservation pricing | RHC and HyperEVM use a Novamp push oracle; other EVM chains use stablecoins and/or Chainlink   |
| Legacy flag         | HyperEVM's **SherSwap** markets are legacy — still tradable, but new launches use HyperSwap v3 |

## What happens next?

If a feature shows ✅ for your chain, it's live in the terminal today. For anything marked ⛓️ legacy, open the relevant token page in-app to see the current state before you act.

## Continue exploring

* ⛓️ [Supported Chains](/welcome-to-novamp/supported-chains.md) — venues, gas, and explorers per chain
* 🗺️ [Platform Overview](/welcome-to-novamp/platform-overview.md) — where each feature lives
* 🚀 [Get Started](/getting-started/get-started.md) — pick a network and trade
* 🔒 [Reserve a Name + Ticker](/identity-protection/reserving-a-name-and-ticker.md) — AntiVamp reservations


---

# 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/feature-availability.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.
