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

# Roadmap

### Q4 2022 - Setting up Shop

* [x] Add New Products
* [x] Create Payment Links&#x20;
* [x] Support ETH
* [x] Support MATIC

### Q1 2023 - Building the Foundation

* [x] <mark style="background-color:purple;">**Support SOL**</mark>&#x20;
* [x] <mark style="background-color:purple;">**Auto-conversion on SOL**</mark>
* [x] Add Customers&#x20;
* [x] View Transactions&#x20;
* [x] Invoicing&#x20;
* [x] Support Binance Smart Chain
* [ ] Wormhole Cross-Chain Bridging
* [ ] <mark style="background-color:purple;">**Gasless Transactions on Solana using Octane**</mark>
* [ ] <mark style="background-color:purple;">**Integrate with xNFT Backpack**</mark>

### Q2 2023 - Enhancing Customer Experience

* [ ] Substantial UI Upgrade
* [ ] Merchant Dashboards
* [ ] Email notifications&#x20;
* [ ] Developers (API, SDK, Widgets, Webhooks)
* [ ] Auto-Conversion on ETH
* [ ] Auto-Conversion on MATIC
* [ ] Fiat on/off ramps&#x20;

### Q3 2023 - Becoming the Best Web3 Payments Gateway

* [ ] Token Gating / Token Discounts
* [ ] Split Payments between multiple users
* [ ] Shopify, Wordpress, Woocommerce integrations
* [ ] Subscriptions
* [ ] Digital Payments


---

# 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:

```
GET https://crosspay-crypto.gitbook.io/docs/useful-information/roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
