> For the complete documentation index, see [llms.txt](https://docs.ig3.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ig3.ai/growth-and-plan/roadmap.md).

# Roadmap

**Q4 2024**

* Launch the first batch of 2,000 iGam3 M1 Devices
* Introduce the iGam3 Edge Mobile App
* Provide initial support for LLMs

**Q1 2025**

* Implement the AI Gateway
* Integrate LLM models: DeepSeek R-1, LLaMA 3.3 Instruct (70B)
* Onboard 3,500 Edge Devices
* Release token usage limits
* Launch beta dashboard for builders

**Q2 2025**

* Onboard 5,000 Edge Devices
* Integrate with the peaq DID system
* List token on a DEX
* Launch public dashboard for builders

**Q3 2025**

* Onboard 8,000 Edge Devices
* Expand the ecosystem
* List token on Tier 2 and Tier 3 CEXs
* Launch beta dashboard for B2B edge services

**Q4 2025**

* Onboard 10,000 Edge Devices
* Launch grant program for builders
* Release white-label solution for Web2 companies
* Focus on building a sustainable economy


---

# 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.ig3.ai/growth-and-plan/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.
