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

# Roadmap

**Roadmap**\
**Version 1.0 - October 6, 2023 (Q1 2023 - October):**

**Smart Contract Development:**

* Compile and deploy the AstroStar smart contract on the Ethereum ERC20 blockchain.
* Remove limits from the wallet.
* Allocate supply distribution across three pools:
  * Liquidity pool: 80%
  * Staking pool: 10% (added to staking contract)
  * Rewards pool: 5% (vested for two weeks and relocked)
  * Listings: 5% (locked for one month and relocked)

**Mobile App Development:**

* Project Proposal.
* Design Document.
* Licensing for Assets.
* Character Design.
* Storyline Creation.
* Moodboards.
* Assets Creation.
* Set up weekly streams and voice chats.
* Tokens from the Rewards pool will be vested for an additional two weeks.

**Community Engagement:**

* Weekly X spaces.
* Discord digital art dev livestream.
* Telegram Rewards group.
* Rewards program: Win ASTRO promoting it.

**November:**

* Astro Star Mobile Launch on Android Play Store.
* Version 1.1 in-game store launch.
* Credit Card payment option to purchase ORBS.
* SEO ad campaigns.
* Search engine ad campaigns.
* Tokens locked for listings partners will be locked for another month.
* Credit Card payment for Orbs tests.
* Tokens from the rewards pool will be vested for another two weeks.
* Staking Dapp release.
* Token burn event.
* Information from Astro Star 1.1 Ver.

**December:**

* Phase 2 of game development begins.
* iOS app development starts.
* Development and design teams' new positions.
* AstroStar Mobile STARS farming boosts December Event.
* AstroStar Mobile ORBS store discounts December Event.
* Token burn events from the rewards pool.
* Q2 reveal: What's coming next in 2024.

This roadmap outlines the development and launch plan for AstroStar, including both technical and community-related activities. It's organized by quarter and includes specific goals for each stage of the project. Keep in mind that successful project development often requires flexibility and adaptation to changing circumstances, so adjustments to the roadmap may be necessary as the project progresses.


---

# 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://astrostareth.gitbook.io/astrostar-astro-defi-ecosystem/information/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.
