> For the complete documentation index, see [llms.txt](https://serious-people.gitbook.io/serious-amm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://serious-people.gitbook.io/serious-amm/technical-overview/technical-details/development-roadmap.md).

# Development Roadmap

<table><thead><tr><th width="177">Date</th><th width="439">Milestone</th><th>Status?</th></tr></thead><tbody><tr><td>Early 2021</td><td>Inception of the Idea</td><td><mark style="background-color:green;">Complete</mark></td></tr><tr><td>Early 2024</td><td>Market Validation - confirmed the pain point with 50 partners in the Web3 space</td><td><mark style="background-color:green;">Complete</mark></td></tr><tr><td>April 2024</td><td>Ideation Kickoff - competitor analysis and product conception</td><td><mark style="background-color:green;">Complete</mark></td></tr><tr><td>May 2024</td><td>Found Devs - teamed up with ALMA Labs to build Serious AMM</td><td><mark style="background-color:green;">Complete</mark></td></tr><tr><td>June 2024</td><td>Platform Design Began - started front end designs</td><td><mark style="background-color:green;">Complete</mark></td></tr><tr><td>July 2024</td><td>Finalized Designs - locked in MVP of platform</td><td><mark style="background-color:green;">Complete</mark></td></tr><tr><td>August 2024</td><td>Development Begins</td><td><mark style="background-color:green;">Complete</mark></td></tr><tr><td>September 2024</td><td>Constructed Go To Market Strategy</td><td><mark style="background-color:green;">Complete</mark></td></tr><tr><td>January 2025</td><td>Completion of Documentation</td><td><mark style="background-color:green;">Complete</mark></td></tr><tr><td>January 2 2025</td><td>Beginning of Service Provider Onboarding</td><td><mark style="background-color:yellow;">In Progress</mark></td></tr><tr><td>January 16 2025</td><td>Serious Ambassadors Onboarded</td><td><mark style="background-color:yellow;">In Progress</mark></td></tr><tr><td>January 18, 2025</td><td>Kickoff of Builder Onboarding</td><td><mark style="background-color:yellow;">In Progress</mark></td></tr><tr><td>February 5 2025</td><td>Product Testing Begins</td><td><mark style="background-color:red;">Not Started</mark></td></tr><tr><td>February 2025</td><td>Product Launches</td><td><mark style="background-color:red;">Not Started</mark></td></tr><tr><td>March 2025</td><td>Feedback for Version 2 (V2)</td><td><mark style="background-color:red;">Not Started</mark></td></tr></tbody></table>

## Stay Up to date

[Twitter/X Page](https://x.com/SeriousPeople_)

Telegram Announcement Channel linked below:&#x20;

{% embed url="<https://t.me/+pLqugZfPD4EzOTBh>" %}


---

# 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://serious-people.gitbook.io/serious-amm/technical-overview/technical-details/development-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.
