# Roadmap

We want to build the ultimate trading experience for DeFi traders. Right now, that means making it super easy to automate trades so traders don’t have to spend time constantly checking price charts. In the near future, we want to decentralize our protocol further, explore portfolio auto-rebalancing, and AI-powered analysis on tokens.​

## Q4 '23

* [x] Ability to specify automation contingent on technical indicators (Moving Averages)
* [x] Support for Arbitrum-One
* [x] Gas-less trades

## Q1 '24

* [ ] Increase decentralization of evaluation of trade conditions & execution of trades
* [ ] Create in-house, cheap, reliable on-chain oracles for any token via ZK-proofs to prove price integrity rather than expensive DON's (Decentralized Oracle Networks)
* [ ] Add pair protection (identify risks of wash trading, honeypots. etc.)
* [ ] Support Solana


---

# 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://splurge-1.gitbook.io/splurgefi/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.
