# Our Plans

### Initial Release&#x20;

* **Core OTC Trading Functionality**\
  Users can create buy or sell orders directly through a simple, intuitive interface. Core features include:
  * [Custom order setup](/how-to-use/create-order.md): define the amount, set your own price, select the expiration time, and toggle partial fills.
  * Seamless listing and discovery of OTC orders.
* **OTC Marketplace Interface**\
  Traders can easily:
  * [Search and browse](/how-to-use/accept-order.md) active OTC deals.
  * Filter orders by token, order type, price, and amount.
  * Identify and respond to the best available deals in real time.

***

### Coming Soon: Discord Notification System

* Set up custom notifications for your favorite tokens.
* Get instantly alerted when new orders are posted,  especially those priced below current market rates.
* Be first to act and never miss an opportunity.
* Stay up to date through our [Notification System](/how-to-use/notification-system.md) Page or directly via our [Discord server](https://discord.gg/BCpFUz9Xhs).

***

### Planned Features & Future Updates

* **Price Protection**\
  Set dynamic protections on your orders; if the token price moves significantly (e.g., 10%), your order can be automatically canceled to avoid unintended losses.
* **Auto Price Updates**\
  Prefer to keep your orders active during volatility? Automatically update your offer price based on real-time market movements.
* **Crosschain Integration**\
  ChadSwap will support the creation and fulfillment of OTC orders involving major cryptocurrencies such as ETH, SOL, or BTC - while remaining native to the Cardano blockchain. This brings enhanced liquidity and trading flexibility without requiring Chadswap to operate on other chains.
* **Exploratory Features**\
  We’re always exploring new innovations and scalability options. One such idea is a **private OTC layer built on Cardano’s Midnight** network for enhanced privacy and confidentiality.

{% hint style="warning" %}
This roadmap represents a living document within our documentation. Chadswap is committed to remaining dynamic and responsive to market conditions, user feedback, and developments within the Cardano ecosystem. While we strive to follow the outlined plans, we will always prioritize the long-term health, stability, and relevance of the platform over rigidly adhering to features or timelines that may no longer serve our community or align with evolving priorities.
{% endhint %}


---

# Agent Instructions: 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://docs.chadswap.com/roadmap/our-plans.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.
