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

# Roadmap

## (Q4 2023):

### <mark style="background-color:yellow;">**Project Initiation**</mark>

Formation of the Solar Swap team.\
Research and development planning.\
Project concept design.

## (Q1 2024):

### <mark style="background-color:yellow;">**Core Development**</mark>

Securing initial funding through token sale or grants.\
Smart contracts development on Solana.\
Building the Solar Swap decentralized exchange (DEX) infrastructure.\
Establishing the foundation for the Solar Swap token (SOLAR) and governance.\
V1 Solar Swap App release.\
Conducting a limited beta release for early adopters and testers.\
Gathering feedback to improve user experience and security.\
Launching the Solar Swap token (SOLAR).<br>

## (Q2 2024):

### <mark style="background-color:yellow;">**Testing and Security Audits**</mark>

Extensive testing of the Solar Swap platform for expansion.\
Engaging third-party security auditors to ensure the platform's security.\
Bug fixing and optimizations.

## (Q3 2024):

### <mark style="background-color:yellow;">**Takeover Launch**</mark>

Full-scale mainnet launch of Solar Swap new applications.\
Integrating with new wallets and third-party applications.\
Initiating liquidity mining programs to incentivize users.

## (Q4 2024):

### <mark style="background-color:yellow;">**User Adoption and Education**</mark>

Implementing marketing and outreach campaigns to attract more users.\
Providing educational resources and tutorials for new users.\
Expanding the Solar Swap community through partnerships and collaborations.\
Continuously improving the Solar Swap platform by adding new features.\
Implementing advanced trading options, such as margin trading and options.\
Exploring cross-chain interoperability with other blockchains.<br>

## (H1 2025):

### <mark style="background-color:yellow;">**Governance Enhancements**</mark>

Further developing the governance structure for SOLAR token holders.\
Enabling decentralized decision-making for protocol upgrades and changes.\
Implementing decentralized governance proposals and voting mechanisms.<br>


---

# 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://solarswap.gitbook.io/solarswap/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.
