> 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/community-and-links.md).

# Official Links

The only official Novamp links — website, app, docs, socials, explorers, and public APIs. Bookmark them and beware of impersonators.

Come hang out, follow along, and trade. Novamp is community-first — the fastest way to keep up with new launches and protocol updates is to follow the official channels below.

{% hint style="danger" %}
🚫 These are the **only** official Novamp links. Novamp will never DM you first, never ask for your seed phrase, and never run a separate "airdrop" or "support" site. If a link isn't here or on [Contract Addresses](/protocol/contracts-and-addresses.md), treat it as fake.
{% endhint %}

## Official links

| Link            | URL                            |
| --------------- | ------------------------------ |
| Website         | <https://novamp.io>            |
| Launchpad (app) | <https://app.novamp.io>        |
| Docs            | <https://docs.novamp.io>       |
| X / Twitter     | <https://x.com/novamp_io>      |
| Telegram        | <https://telegram.me/NoVampio> |

## Contact

| Topic                             | Email                  |
| --------------------------------- | ---------------------- |
| Terms / legal questions           | <legal@antivamp.io>    |
| General & technical support       | <support@antivamp.io>  |
| Partnerships & production access  | <partners@antivamp.io> |
| Responsible disclosure / security | <security@antivamp.io> |

## Block explorers

| Chain                | Explorer                                                               |
| -------------------- | ---------------------------------------------------------------------- |
| `🟢 Robinhood Chain` | [robinhoodchain.blockscout.com](https://robinhoodchain.blockscout.com) |
| `🔵 Base`            | [basescan.org](https://basescan.org)                                   |
| `🟡 BNB Chain`       | [bscscan.com](https://bscscan.com)                                     |
| `⚪ Ethereum`         | [etherscan.io](https://etherscan.io)                                   |
| `🟪 Solana`          | [solscan.io](https://solscan.io)                                       |
| `🟣 HyperEVM`        | [hyperevmscan.io](https://hyperevmscan.io)                             |

## Public APIs

| Chain                | Indexer                                                                                                        |
| -------------------- | -------------------------------------------------------------------------------------------------------------- |
| `🟢 Robinhood Chain` | [novamp-rhc-indexer-production.up.railway.app](https://novamp-rhc-indexer-production.up.railway.app)           |
| `🔵 Base`            | [novamp-base-indexer-production.up.railway.app](https://novamp-base-indexer-production.up.railway.app)         |
| `🟡 BNB Chain`       | [novamp-bnb-indexer-production.up.railway.app](https://novamp-bnb-indexer-production.up.railway.app)           |
| `⚪ Ethereum`         | [novamp-eth-indexer-production.up.railway.app](https://novamp-eth-indexer-production.up.railway.app)           |
| `🟣 HyperEVM`        | [novamp-hyperevm-indexer-production.up.railway.app](https://novamp-hyperevm-indexer-production.up.railway.app) |

See the [Public Data API](/developers/public-api.md) for how to use these endpoints.

## Beware of impersonators

Every official contract lives in an on-chain registry — see the [Contract Addresses](/protocol/contracts-and-addresses.md) page for every official address and the deployer/owner Safes. **If a link, contract, or account isn't listed here or on that page, treat it as fake.**

Report impersonators and scams via the official [Telegram](https://telegram.me/NoVampio) or [X](https://x.com/novamp_io) — see [Support](/resources/support.md) for how.

## Continue exploring

* [🆘 Support](/resources/support.md) — get help and report problems safely
* [📜 Contract Addresses](/protocol/contracts-and-addresses.md) — every official address
* [🪙 Token & Trading Risks](/legal-and-safety/token-trading-risks.md) — spotting scams and copycats
* [🧠 How Novamp Works](/protocol/how-novamp-works.md) — the protocol in one page


---

# 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/community-and-links.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.
