# Roadmap

The roadmap lays out the planned features for Quoter. All of these are subject to change in response to community feedback and governance discussions.&#x20;

### Upcoming

* [ ] Taking example from Interbank FX market we would like to allow makers to have different set of rules for different customer groups
* [ ] Quoter simulator - simulator for pricing rules
* [ ] Leveraged trading for Taker (currently supported on the maker side with custom code that is combining Money Market protocols like AAVE with CoinQuoter)
* [ ] CoinQuoter Pro - for institutional customers that needs to know their counter-party (think of it as AAVE Arc)


---

# 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.coinquoter.com/products/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.
