> 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/traders/trading-risks.md).

# Trading Risks

The real risks of trading newly launched tokens — and the concrete checks that reduce them.

{% hint style="danger" %}
Trading newly launched tokens is **high risk**. You can lose some or all of what you put in. Never trade more than you can afford to lose, and treat every new coin as unproven until you've verified it yourself.
{% endhint %}

## Overview

Novamp gives you real tools to trade safely — verified markets, an AntiVamp identity layer, on-page liquidity and tax disclosure — but it **cannot** make a token safe or valuable. This page is the honest list of what can go wrong and how to check before you commit funds.

## The main risks

| Risk                        | What it means                                  | Your check                                          |
| --------------------------- | ---------------------------------------------- | --------------------------------------------------- |
| **New-launch volatility**   | Fresh coins can swing or collapse fast         | Size small; assume total loss is possible           |
| **Scams & impersonation**   | Fake coins copy names, tickers, logos          | Look for the ✅ AntiVamp badge; verify the contract  |
| **Thin liquidity**          | Small pools = huge price impact, hard exits    | Check liquidity on the token page before buying     |
| **Unlocked liquidity**      | Creator can pull the pool ("rug")              | Prefer **locked / burned** liquidity                |
| **Token taxes**             | Buy/sell tax (0–10%) eats into trades          | Read the tax on the token page                      |
| **Approvals**               | A token approval lets a contract move tokens   | Only approve what you're trading; revoke stale ones |
| **Failed / reverted txs**   | Slippage or gas issues cost gas anyway         | Set sane slippage; keep gas in reserve              |
| **Wrong-network transfers** | Sending to the wrong chain/address loses funds | Double-check chain + receive address when bridging  |

## What AntiVamp does — and doesn't — do

{% hint style="warning" %}
AntiVamp reduces **name + ticker copycats** by protecting reserved identities and flagging impersonation. It does **not** guarantee a token's legitimacy, safety, or value. A protected name means the *identity* is defended — not that the *coin* is a good investment.
{% endhint %}

* ✅ An **AntiVamp badge** signals a protected identity — see [Protected badge](/identity-protection/protected-badge.md) and [What is AntiVamp?](/identity-protection/what-is-antivamp.md).
* ⚠️ An **unverified market banner** means the market was not created by the Novamp factory — its name, ticker, and status are unverified and may be an impersonation. See [Token detail pages](/traders/token-detail.md).

## A pre-trade checklist

1. **Identity** — is it AntiVamp-protected, or is there an unverified/copycat warning?
2. **Liquidity** — is there enough depth for you to exit? Is it locked or burned?
3. **Taxes** — what's the buy/sell tax, and where does it go?
4. **Holders** — is supply concentrated in a few wallets?
5. **Chain + network** — are you on the right chain, with gas to spare?
6. **Size** — is this an amount you can afford to lose entirely?

## How it works

```mermaid
flowchart LR
  A[Found a coin] --> B[Check identity + verification]
  B --> C[Check liquidity + lock]
  C --> D[Check taxes + holders]
  D --> E{Comfortable?}
  E -->|Yes| F[Trade a size you can lose]
  E -->|No| G[Skip it]
```

## Troubleshooting the red flags

| Red flag                     | Interpretation                                |
| ---------------------------- | --------------------------------------------- |
| No liquidity lock / burn     | Higher rug risk — creator can remove the pool |
| Very high buy/sell tax       | Trades bleed value; exits are expensive       |
| One wallet holds most supply | A single sell can crater the price            |
| Unverified market banner     | Possible impersonation — verify independently |
| Sudden price spike then dump | Common pump-and-dump pattern                  |

## Continue exploring

* [🪙 Token & Trading Risks](/legal-and-safety/token-trading-risks.md)
* [⚠️ Risk Disclosure](/legal-and-safety/risk-disclosure.md)
* [🛡️ What Is AntiVamp?](/identity-protection/what-is-antivamp.md)
* [🆘 Transaction Troubleshooting](/traders/troubleshooting.md)


---

# 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/traders/trading-risks.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.
