> For the complete documentation index, see [llms.txt](https://tna-btc.gitbook.io/tna-whitepaper-2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tna-btc.gitbook.io/tna-whitepaper-2/ecosystem/roadmap.md).

# Roadmap

{% tabs %}
{% tab title="🔵 In Progress" %}
Exciting initiatives and features that are currently being developed or poised to begin

<table><thead><tr><th width="500">Initiatives/Features</th><th align="center">Target</th></tr></thead><tbody><tr><td>Runes integration</td><td align="center">Jul 2024</td></tr><tr><td>Token scan &#x26; whitelist function</td><td align="center">Jul 2024</td></tr><tr><td>Deployment of name resolver contract on Layer 2's</td><td align="center">Jul 2024</td></tr><tr><td>Launch of cross-chain asset resolution</td><td align="center">Jul 2024</td></tr><tr><td>TNA Core v1 release - data inscription and node consensus</td><td align="center">Jul  2024</td></tr><tr><td>Wallet integration</td><td align="center">Aug 2024</td></tr><tr><td>Multi-asset support of BRC20 and RGB</td><td align="center">Aug 2024</td></tr><tr><td>Name marketplace</td><td align="center">Sep 2024</td></tr></tbody></table>
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="🟢 Completed" %}
Initiatives and features that have been developed or implemented

| Initiatives/Features                  |    Release   |
| ------------------------------------- | :----------: |
| Fair launch on NostrAssets            | Jan 12, 2024 |
| TNA's first Tapname auction           | Jan 22, 2024 |
| TNA's first Tapname fair mint         |  Feb 5, 2024 |
| Developer API for name resolution     | Feb 27, 2024 |
| Tapname transfer                      | Feb 29, 2024 |
| Subname issuance function             | Mar 20, 2024 |
| Merlin deployment                     | Mar 20, 2024 |
| Name registration & management portal |  Apr 2, 2024 |
| BEVM deployment                       | Apr 12, 2024 |
| TNA Core DA yellowpaper release       | Apr 16, 2024 |
| B^2 deployment                        | Apr 27, 2024 |
| $BN token launch                      | Apr 29, 2024 |
| Bitlayer deployment                   |  May 1, 2024 |
| $BN Airdrop program                   | June 5, 2024 |
| {% endtab %}                          |              |
| {% endtabs %}                         |              |

{% tabs %}
{% tab title="🟣 To be Discussed" %}
Initiatives and features that are in the conceptual stage, requiring further community discussion to outline a detailed plan

* DNS system integration
* Offchain resolution
* DID & social app development
  {% endtab %}
  {% endtabs %}


---

# 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://tna-btc.gitbook.io/tna-whitepaper-2/ecosystem/roadmap.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.
