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

# Roadmap

### Q4/Q1 2023

* [x] Assemble MVP core team (Solidity, Full Stack, Draft Initial Litepaper)&#x20;
* [x] Start Development of Tide Exchange &#x20;
* [x] EVM-compatible chains & L2
  * [x] BNB Chain
  * [x] Avalanche
  * [x] Optimism&#x20;
  * [x] Arbitrum
* [x] Integrate Chainlink / Binance Oracles&#x20;
* [x] Limit Buy Solidity Contract&#x20;
* [x] Intergration of LayerZero for multi-chain Collateral
* [x] Charting Library (TV) with Data Set Feed - On-Chain & CEX&#x20;
* [x] Wallet Connect, MetaMask Integration for EVM Chains&#x20;
* [x] Development of Synthetic Contracts&#x20;
* [x] Development of API to feed into CMC, CoinGecko etc.&#x20;
* [x] Improvements

  * [x] Mobile UI&#x20;

### Q2/Q3 2023

* [x] Initial Seed Round&#x20;
* [x] Exchange Perpetuals Contract&#x20;
* [x] Development of AI Smart Routing Protocol&#x20;
* [ ] Increase list of Assets&#x20;
* [ ] Gas Fees Display&#x20;
* [x] Cross-Chain explorer to index transactions
* [ ] AI Routing to include Integration of Perp DEXs & Bridges \[Aggregation]:&#x20;
  * [ ] Thorchain
  * [ ] GMX
  * [ ] GNS&#x20;
  * [ ] PERP
  * [ ] 1inch
  * [ ] MVX
  * [ ] Lido (ETH)
  * [ ] Binance Bridge
  * [ ] Osmosis&#x20;
  * [ ] Avax Bridge
  * [ ] Harmony
  * [ ] 0X
  * [ ] Trader Joe (AVAX)
  * [ ] Wormhole&#x20;
  * [ ] Raydium
  * [ ] Saber
  * [ ] MultiSwap
  * [ ] SushiSwap
  * [ ] Gravity
  * [ ] SifChain
  * [ ] Fantom
  * [ ] Optimism&#x20;
  * [ ] Arbitrum
  * [ ] ZK Rollups
  * [ ] Near
  * [ ] xDAI
  * [ ] Moonbean
  * [ ] Juno
* [ ] Integration of Wallets
  * [x] MetaMask
  * [x] WalletConnect&#x20;
  * [ ] xDEFI
  * [ ] Phantom
  * [ ] Sollet
  * [ ] Near Wallet&#x20;
* [ ] Referral System&#x20;
* [ ] Trading Competition&#x20;
* [x] Fiat On-Ramp / Fiat Off-Ramp (Stripe.com)
* [ ] UI Improvements

### Q4 2023

* [ ] Beta Launch Cross-Chain Aggregator&#x20;
* [ ] Order Book (On-Chain)
* [ ] Beta Launch Exchange&#x20;
* [ ] Launchpad&#x20;
* [ ] CEX Hybrid Liquidity
* [ ] SDK Modules for Third Party Development&#x20;
* [ ] NFT Perps

###


---

# 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://tideexchange.gitbook.io/tide/tide-token/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.
