> For the complete documentation index, see [llms.txt](https://docs.deltatrade.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltatrade.ai/introduction-to-deltatrade/vision.md).

# Vision

Delta Trade's vision is rooted in a genuine market need and the desire to address issues surrounding centralized trust. Our core mission is to establish an on-chain trading platform that serves an increasing number of retail users, providing a transparent and decentralized alternative that leverages blockchain's inherent benefits.

Originally conceptualized to enhance the **Near** ecosystem, Delta Trade was designed to fill a critical gap by offering simpler and more effective trading tools. This initiative has not only catered to immediate needs but has also set the foundation for future expansions.

Looking forward, Delta Trade is poised to embrace a MultiChain approach through **Chain Abstraction**. This strategy foresees expanding our services across various blockchains, thus broadening our reach and capabilities in the decentralized finance landscape. This vision of growth and adaptability aims to establish Delta Trade as a leader in facilitating advanced trading strategies on a global scale, democratizing access to sophisticated trading tools for retail investors everywhere.

<br>


---

# 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://docs.deltatrade.ai/introduction-to-deltatrade/vision.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.
