> 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/first-time-questions.md).

# First-Time Questions

Quick answers to the questions new Novamp users ask most.

Short answers to the things new users ask first, with links to the detailed pages when you want more.

{% hint style="info" %}
💡 Just want to start? Follow the [5-minute quickstart](/getting-started/get-started.md). The answers below fill in the gaps.
{% endhint %}

## Overview

Novamp is a multichain launchpad and trading terminal. On EVM chains, tokens trade on a real DEX pool from block 0; on Solana, launches run through Pump.fun. These FAQs cover setup, gas, safety, and AntiVamp.

## Common questions

### What do I need to get started?

A wallet and a little of the chain's native coin for gas. You can create an **embedded wallet** in-app (via Privy) or connect an **external** one (MetaMask/Rabby for EVM, Phantom for Solana). See [Connect Your Wallet](/getting-started/connect-wallet.md).

### Which chain should I use?

Whichever your target token is on. Novamp supports `🟢 Robinhood Chain`, `🔵 Base`, `🟡 BNB Chain`, `⚪ Ethereum`, and `🟪 Solana`. For a comparison of venues, gas, and use cases, see [Supported Chains](/welcome-to-novamp/supported-chains.md) and the [Chain Guides](/getting-started/chain-guides.md).

### Do I need gas, and how much?

Yes — every transaction needs the chain's native coin (ETH, BNB, or SOL) for gas. Keep a small buffer. If your wallet is empty, Novamp tells you plainly: *"Your wallet needs a little \<coin> to cover network fees (gas)."*

### Why did my transaction fail?

Most commonly slippage on a fast-moving token, not enough gas, or a rejected signature. Raise slippage slightly, top up gas, and retry. More in [Transaction Troubleshooting](/traders/troubleshooting.md).

### Why do I see a "Switch to \<chain>" button?

Your external EVM wallet is on a different network than the token you're viewing. Tap the button to switch (embedded wallets align automatically). See [Switch Networks](/getting-started/switch-networks.md).

### What fees does Novamp charge?

On EVM, a flat **1% swap fee** (50% creator / 50% protocol). On Solana, a **0.3% pool fee** (60% creator / 40% Novamp). Some tokens also add a creator **tax** (0–10%). See the [Fee Model](/protocol/fee-model.md).

### Is a token "safe" just because it's on Novamp?

No. Novamp tokens are fixed-supply ERC-20s with no mint or owner on EVM, and **AntiVamp** protects a project's **identity** — but neither guarantees value or legitimacy. Always do your own research. See [Trading Risks](/traders/trading-risks.md).

### What is AntiVamp?

AntiVamp protects a project's normalized **Name + Ticker** identity so copycats can't impersonate it. Creators can reserve an identity before launch and it's enforced afterward. See [What Is AntiVamp?](/identity-protection/what-is-antivamp.md).

### Can I launch a token here too?

Yes. On EVM your token deploys straight onto a real pool in one transaction; on Solana it launches via Pump.fun. See [Launch a Token](/creators/launching-a-token.md).

## Important details

| Question          | Short answer                               | Learn more                                                    |
| ----------------- | ------------------------------------------ | ------------------------------------------------------------- |
| What do I need?   | Wallet + native gas coin                   | [Connect Your Wallet](/getting-started/connect-wallet.md)     |
| Which chain?      | Match your token's chain                   | [Supported Chains](/welcome-to-novamp/supported-chains.md)    |
| Fees?             | 1% EVM / 0.3% Solana (+ optional tax)      | [Fee Model](/protocol/fee-model.md)                           |
| Is my token safe? | Identity protected, value never guaranteed | [Trading Risks](/traders/trading-risks.md)                    |
| What's AntiVamp?  | Name + ticker identity protection          | [What Is AntiVamp?](/identity-protection/what-is-antivamp.md) |

{% hint style="warning" %}
⚠️ Crypto assets carry substantial risk, including total loss. Read the [Risk Disclosure](/legal-and-safety/risk-disclosure.md) before trading.
{% endhint %}

## What happens next?

Connect a wallet, pick your network, and make a small first trade. If something still isn't clear, the [FAQ](/resources/faq.md) and [Support](/resources/support.md) pages go deeper.

## Continue exploring

* 🚀 [Get Started](/getting-started/get-started.md) — the 5-minute quickstart
* 👛 [Connect Your Wallet](/getting-started/connect-wallet.md) — wallet options and funding
* ⚡ [Make Your First Trade](/getting-started/first-trade.md) — buy a token end-to-end
* ❓ [FAQ](/resources/faq.md) — the full question list


---

# 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/first-time-questions.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.
