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

# Roadmap

**SolWall Roadmap: Building a Secure, Scalable Payment Gateway for the Future**

1. **Phase 1: Initial Launch (Completed)**
   * **Live Platform Release:** Successfully launched our live SolWall platform, enabling secure Solana-based payments and allowing users to manage digital transactions with ease.
   * **Token Launch:** Rolled out SolWall’s native token to empower our ecosystem, providing a foundational asset for transaction processing, rewards, and staking opportunities.
   * **API Launch:** Released the SolWall API to allow seamless integration for developers, enabling Solana payment capabilities on third-party websites, applications, and services.
2. **Phase 2: Expanding Accessibility and Adoption (In Progress)**
   * **WordPress Plugin (Upcoming):** Developing a dedicated WordPress plugin to broaden accessibility and simplify Solana payment integration for WordPress-based sites, a significant step toward mainstream adoption.
   * **Shopify Plugin (Upcoming):** Working on a Shopify plugin to enable Solana payments on eCommerce stores, making it easy for online retailers to accept crypto payments directly within the Shopify ecosystem.
3. **Phase 3: Enhancing Engagement and Value (Upcoming)**
   * **Revenue Share & Stakeholding Platform:** Introducing a revenue-sharing stakeholding platform to allow users and token holders to benefit directly from platform revenues. This feature will enhance community engagement and incentivize stakeholders to actively participate in SolWall’s growth.
4. **Phase 4: Continuous Feature Enhancement (Ongoing)**
   * **Ongoing Feature Improvements:** We’re committed to evolving SolWall with regular feature updates, security enhancements, and performance optimizations to ensure the highest standards of reliability and user experience for our community.

***

Our roadmap reflects SolWall’s commitment to a progressive, community-centered development approach, ensuring a seamless, high-quality experience for users and developers alike. Stay tuned for each phase as we work towards making SolWall the go-to platform for secure, decentralized payments on Solana.


---

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