> 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/resources/changelog.md).

# Changelog

Dated, factual record of Novamp releases and changes.

A factual, dated record of what shipped. For directional plans, see the [Roadmap](/resources/roadmap.md).

{% hint style="info" %}
💡 Entries are dated and describe changes that are live. No future dates or promises appear here.
{% endhint %}

## 2026-07-21

**`🟣 HyperEVM` Path B is live — direct-to-pool on HyperSwap v3.** ✅

* **HyperEVM (999)** — new launches now seed directly onto a real **HyperSwap v3** pool via the `V3Seeder`, at the **1% fee tier** (`fee = 10000`), with an opening FDV of ~~**84 HYPE (**~~**$5k)**. Tradable from block 0, zero-fee tokens only (tax-token UI stays off on HyperEVM).
* **Fee model** — HyperEVM uses the standard **1%** swap fee, split **50% creator / 50% protocol**, routed through `PositionVault` → `FeeRouter` → the shared treasury.
* **Swap / Instant unified** — `/swap` and ⚡ Instant on HyperEVM now prefer a **direct HyperSwap** route (classic `SwapRouter`) over 0x; gas is paid in **HYPE**, with **MAX** leaving \~0.05 HYPE as a buffer. HyperEVM defaults to a higher slippage tolerance for thin pools.
* **Charts** — HyperEVM now charts via the **DexScreener** embed; GMGN has no HyperEVM kline feed and is not used as a fallback there.
* **Legacy SherSwap markets** — tokens that launched on HyperEVM before Path B keep trading on the older `SherSwap` bonding-curve stack (`0xAF27f9c6a57f58D8813Ba781d3Ca752039c668A8`). **New launches do not use SherSwap.**

See [HyperEVM](/getting-started/chain-guides/hyperevm.md) and [Contract Addresses](/protocol/contracts-and-addresses.md) for the full HyperEVM contract set.

## 2026-07-20

**`🟡 BNB Chain` and `⚪ Ethereum` are live.** ✅

* **BNB Chain (56)** — direct-pool launches live on **PancakeSwap v2 + v3**; native/quote asset **BNB (WBNB)**; all infrastructure verified on [BscScan](https://bscscan.com).
* **Ethereum mainnet (1)** — direct-pool launches live on **Uniswap v2 + v3**; native/quote asset **ETH (WETH)**; all infrastructure verified on [Etherscan](https://etherscan.io). The core stack shares **deterministic `CREATE` addresses** with BNB Chain.
* **AntiVamp reservations enabled on `🟡 BNB Chain` and `⚪ Ethereum`** — name + ticker reservations (USD-priced tiers, payable in USDC / USDT) now available on both chains.
* **Fee model** unchanged on the new chains: flat **1%** swap fee, split **50% creator / 50% protocol**, via the on-chain `FeeRouter`.

See [Contract Addresses](/protocol/contracts-and-addresses.md) for the full BNB and Ethereum contract sets.

## Docs overhaul

**Documentation relaunch.** 📚

* Full docs restructure into a consistent, sectioned layout: Welcome, Getting Started, Creators, Traders, Portfolio, AntiVamp, Developers, Protocol, Resources, and Legal & Safety.
* New protocol section: [How Novamp Works](/protocol/how-novamp-works.md), [Bonding & Graduation](/protocol/bonding-and-graduation.md), [Security Model](/protocol/security-model.md), [Contract Architecture](/protocol/contract-architecture.md), and [Contract Verification](/protocol/contract-verification.md).
* New resources: [Glossary](/resources/glossary.md), [FAQ](/resources/faq.md), [Roadmap](/resources/roadmap.md), and [Support](/resources/support.md).
* New legal & safety pages: [Risk Disclosure](/legal-and-safety/risk-disclosure.md) and [Token & Trading Risks](/legal-and-safety/token-trading-risks.md).

## Continue exploring

* [🛣️ Roadmap](/resources/roadmap.md) — what's planned and in development
* [🚦 Feature Availability](/welcome-to-novamp/feature-availability.md) — current per-chain status
* [📜 Contract Addresses](/protocol/contracts-and-addresses.md) — every live address
* [🔗 Official Links](/resources/community-and-links.md) — follow for announcements


---

# 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/resources/changelog.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.
