# Roadmap

## Pre-launch

* [x] Develop all the necessary components for the NNS protocol.
  * [x] **Protocol core smart contracts**: the backbone of the protocol.
  * [x] **NNS Name Manager App**: the web application for user to manage NNS names.
  * [x] **NFT metadata service**: provide NFT name's metadata.
  * [x] **Websites**: landing page, documents, ....
  * [x] **NNS SDKs:** for developers to integrate NNS into their existing applications.
* [x] Community
  * [x] **X**&#x20;
  * [x] **Discord server**
* [x] Testnet launch
  * [x] **Monad devnet**
  * [x] **Monad testnet**

## Launch

* [ ] Deploy NNS protocol to Monad mainnet.
* [ ] List NNS name NFT collection on NFT marketplaces.

## Post - launch

* [ ] Collecting community feedback about NNS.
* [ ] Improving the protocol based on community feedback.
* [ ] Incentive program: Reward NNS protocol early adopters.
* [ ] Airdrop

Stay tune for more updates about the protocol roadmap!

If you have any ideas or improvements, feel free to contact us! [Contact](/others/contact.md)


---

# Agent Instructions: 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:

```
GET https://docs.nad.domains/overview/roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
