> 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/getting-started/chain-guides.md).

# Chain guides

Per-chain guides — venue, gas, explorer, and status for every network Novamp supports.

A quick index to Novamp's per-chain guides. Each guide covers that chain's venue, gas, reservations, and contracts.

{% hint style="info" %}
💡 Not sure which chain to use? Start with [Supported Chains](/welcome-to-novamp/supported-chains.md) for a side-by-side comparison, then open the guide for your pick.
{% endhint %}

## Overview

Novamp is live across **five EVM chains and Solana**. EVM chains launch tokens **directly onto a real DEX pool** (tradable from block 0); Solana launches through **Pump.fun**. HyperEVM's direct-pool launchpad — Path B, on **HyperSwap v3** — went live **2026-07-21**; its older SherSwap bonding-curve stack now serves legacy markets only.

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

## Chain index

| Chain                | Venue                                           | Gas  | Explorer                                                               | Status                               | Guide                                                               |
| -------------------- | ----------------------------------------------- | ---- | ---------------------------------------------------------------------- | ------------------------------------ | ------------------------------------------------------------------- |
| `🟢 Robinhood Chain` | Uniswap v3 only                                 | ETH  | [robinhoodchain.blockscout.com](https://robinhoodchain.blockscout.com) | ✅ Available                          | [Robinhood Chain](/getting-started/chain-guides/robinhood-chain.md) |
| `🔵 Base`            | Uniswap v2 + v3                                 | ETH  | [basescan.org](https://basescan.org)                                   | ✅ Available                          | [Base](/getting-started/chain-guides/base.md)                       |
| `🟡 BNB Chain`       | PancakeSwap v2 + v3                             | BNB  | [bscscan.com](https://bscscan.com)                                     | ✅ Available                          | [BNB Smart Chain](/getting-started/chain-guides/bnb.md)             |
| `⚪ Ethereum`         | Uniswap v2 + v3                                 | ETH  | [etherscan.io](https://etherscan.io)                                   | ✅ Available                          | [Ethereum](/getting-started/chain-guides/ethereum.md)               |
| `🟪 Solana`          | Pump.fun (bonding curve)                        | SOL  | [solscan.io](https://solscan.io)                                       | ✅ Available                          | [Launching on Solana](/creators/solana-pump.md)                     |
| `🟣 HyperEVM` (999)  | HyperSwap v3 direct-to-pool (+ legacy SherSwap) | HYPE | [hyperevmscan.io](https://hyperevmscan.io)                             | ✅ Available — Path B live 2026-07-21 | [HyperEVM](/getting-started/chain-guides/hyperevm.md)               |

{% hint style="success" %}
✅ HyperEVM's direct-pool launchpad (**Path B**, HyperSwap v3) went live **2026-07-21**. Older HyperEVM markets still run on the legacy **SherSwap** bonding-curve stack, but **new launches use HyperSwap v3**, not SherSwap.
{% endhint %}

## How to use these guides

1. Compare chains in [Supported Chains](/welcome-to-novamp/supported-chains.md).
2. Open the guide for the chain you'll trade or launch on.
3. Check the chain's venue and gas coin, then connect a wallet and [switch to that network](/getting-started/switch-networks.md).

## Important details

| Topic                  | What to know                                                                                                          |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------- |
| EVM model              | Direct-to-pool; tradable from block 0; no graduation                                                                  |
| Zero-fee vs tax tokens | Zero-fee → v3; tax tokens → v2 (Base, BNB, Ethereum)                                                                  |
| RHC exception          | Uniswap **v3 only** — zero-fee tokens only, no tax tokens                                                             |
| HyperEVM exception     | HyperSwap **v3 only** — zero-fee tokens only; legacy SherSwap markets remain tradable but aren't part of new launches |
| Solana                 | Pump.fun bonding curve, then graduation                                                                               |

## What happens next?

Once you've picked a chain, connect your wallet, switch to that network, and head to Discover to trade — or to the launch wizard to deploy.

## Continue exploring

* ⛓️ [Supported Chains](/welcome-to-novamp/supported-chains.md) — full comparison
* 🚦 [Feature Availability](/welcome-to-novamp/feature-availability.md) — what's live where
* 🔄 [Switch Networks](/getting-started/switch-networks.md) — moving between chains
* 🚀 [Launch a Token](/creators/launching-a-token.md) — deploy on your chosen chain


---

# 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/getting-started/chain-guides.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.
