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

# Platform Overview

A map of the whole Novamp product — discover, launch, trade, protect, and build.

Novamp bundles discovery, launching, trading, cross-chain movement, portfolio tracking, identity protection, and developer APIs into one terminal.

{% hint style="info" %}
💡 New here? This page is the map. Follow any row's link to go deep, or jump straight to the [5-minute quickstart](/getting-started/get-started.md).
{% endhint %}

## Overview

The product splits into a few connected surfaces. **Discover** is where you find tokens; **token pages** are where you trade them; **Launch** is where creators deploy them; **Swap** and **Bridge** move value around; **Portfolio** and **Watchlists** track it; **AntiVamp** protects identity; and the **Developer APIs** expose the data and partner tooling underneath.

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

## How it works

```mermaid
flowchart TD
  U[You] --> D[🔭 Discover / Trenches]
  U --> L[🚀 Launch a token]
  D --> T[⚡ Token page / Trade terminal]
  L --> T
  T --> SW[🔄 Swap]
  T --> BR[🌉 Bridge]
  T --> P[💼 Portfolio & PnL]
  T --> W[👁️ Watchlists]
  L --> AV[🛡️ AntiVamp identity]
  D --> AV
  T --> DEV[🧑‍💻 Developer APIs]
```

Discovery feeds and token pages are the two hubs: nearly every action starts by finding a token or opening its page, and the trade terminal on that page connects out to swap, bridge, portfolio, and watchlists.

## How to use it

Use the map below to jump to any area. Each links to its full section.

| Area                     | What it's for                                                        | Go to                                                                                                                                          |
| ------------------------ | -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| 🔭 **Discover**          | Live launch feeds, trending markets, search, and smart-money signals | [Discover](/traders/discover.md)                                                                                                               |
| 🚀 **Launch**            | Deploy a fixed-supply token straight onto a real pool                | [Launch a Token](/creators/launching-a-token.md)                                                                                               |
| ⚡ **Trade terminal**     | Charts, holders, trades, and quick buy/sell on every token page      | [Trading Overview](/traders/overview.md) · [Token Detail](/traders/token-detail.md)                                                            |
| 🔄 **Swap**              | Swap tokens through integrated liquidity                             | [Swap](/traders/swap.md)                                                                                                                       |
| 🌉 **Bridge**            | Move assets across chains                                            | [Bridge](/traders/bridge.md)                                                                                                                   |
| 💼 **Portfolio & PnL**   | Balances, positions, and realized/unrealized PnL                     | [Portfolio](/portfolio-and-analytics/portfolio.md)                                                                                             |
| 👁️ **Watchlists**       | Pin and monitor tokens you care about                                | [Watchlists](/portfolio-and-analytics/portfolio.md)                                                                                            |
| 🛡️ **AntiVamp**         | Name + ticker identity protection                                    | [What Is AntiVamp?](/identity-protection/what-is-antivamp.md) · [Reserve a Name + Ticker](/identity-protection/reserving-a-name-and-ticker.md) |
| 🧑‍💻 **Developer APIs** | Public data API and AntiVamp partner API                             | [Developer Overview](/developers/overview.md)                                                                                                  |
| 📖 **Protocol**          | How launches, pools, fees, and security work                         | [How Novamp Works](/protocol/how-novamp-works.md) · [Fee Model](/protocol/fee-model.md)                                                        |

## Important details

| Topic     | What to know                                                                                                          |
| --------- | --------------------------------------------------------------------------------------------------------------------- |
| Access    | The full terminal lives at [app.novamp.io](https://app.novamp.io); docs at [docs.novamp.io](https://docs.novamp.io)   |
| Wallets   | Embedded (Privy) + external EVM (MetaMask/Rabby) + Solana (Phantom), managed in one hub                               |
| Chains    | 5 EVM chains + Solana; HyperEVM's Path B (HyperSwap v3) went live 2026-07-21, legacy SherSwap markets remain tradable |
| Discovery | Discover and Trenches are the discovery feeds; token pages are where trades happen                                    |

{% hint style="warning" %}
⚠️ Trading crypto assets carries substantial risk, including total loss. See the [Risk Disclosure](/legal-and-safety/risk-disclosure.md).
{% endhint %}

## What happens next?

Once your wallet is connected and you've picked a network, the same map applies everywhere — discover a token, open its page, and every other tool is one tap away.

## Continue exploring

* ✨ [Why Novamp?](/welcome-to-novamp/why-novamp.md) — the value proposition
* 🚦 [Feature Availability](/welcome-to-novamp/feature-availability.md) — what's live on each chain
* 🚀 [Get Started](/getting-started/get-started.md) — connect, pick a network, first trade
* ⛓️ [Supported Chains](/welcome-to-novamp/supported-chains.md) — venues, gas, and explorers


---

# 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/platform-overview.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.
