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

# Roadmap V1

* [x] **The birth of BBTC (v1)**

  Development of the first website, birth of the community, presale, launch in PancakeSwap.
* [x] **Listings (v1)**

  Listings on Coingeko, CoinMarketCap, as well as other well-known platforms.
* [x] **Start of donation campaign**\
  Start of donation campaign to institutions that fight against child vulnerability. [More information](https://babybitcoin.finance/category/charity/).
* [x] **Web 2.0**\
  Development of a new website with redesign of graphic line, information more organized and adaptable to new functionalities. [More information](https://babybitcoin.finance/launch-of-web-2-0/).
* [x] **First NFT collectibles**\
  Development of thematic NFTs made by artists and by the community. The purpose of these is to allocate funds for solidarity actions. [More information](https://babybitcoin.finance/nft/).
* [ ] **BBTC 2.0 - Q3 2024**\
  The new Baby Bitcoin contract will be a standard contract to facilitate its inclusion in various applications, as well as facilitate transparency and security for users.
* [ ] **Launching on Pancakeswap and Kinderswap - Q3 2024**\
  Initial liquidity will be integrated into the DEXs and the new tokens will be distributed to v1 holders.
* [ ] **Staking pools (PowaDAP) - Q3 2024**\
  Creation of token staking pools within PowaDAP so that users can passively increase their holdings.
* [ ] **Web 3.0 - Q4 2024**\
  Development of a new website integrating web3 functionalities and organizing the information in a much more practical way.
* [ ] **Powaworms integration - Q4 2024**\
  Blockchain game that uses the token natively to offer a fun and economically balanced play to earn mechanism. Passive earning mechanisms balanced with tokens spent by users in-game.
* [ ] **Marketing and Networking - Q4 2024**
  * Advertising campaign on Twitter and Telegram, rewards system for promoters.
  * Work with business partners to promote the project.
  * Trading competition on Kinderswap.
* [ ] **Kinderswap Farming - Q4 2024**\
  Liquidity pools with rewards sponsored by Baby Bitcoin within Kinderswap.
* [ ] **Kinderpoints Rewards - Q4 2024**\
  BBTC sponsored reward systems within Kinderswap.


---

# 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://nitrolayer.gitbook.io/baby-bitcoin/roadmap/roadmap-v1.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.
