> For the complete documentation index, see [llms.txt](https://docs.evedex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evedex.com/evedex-solution/mission-and-core-values.md).

# Mission & Core Values

EVEDEX introduces a trading platform with a high-performance matching engine and scalability. Such a decision enhances transaction speeds and reduces costs, making it possible to trade more and pay less.

We aim to become the number one choice trading platform, paving the way for seamless integration with the centralized financial world while setting a new standard for decentralized trading platforms. We build to catalyze financial innovation and inclusion on the way to the future of decentralized finance.

Our mission is guided by fundamental values that shape our strategic decisions:

{% hint style="success" %}

#### **User Empowerment**

*Ensuring users have full control over their assets and trading activities*
{% endhint %}

{% hint style="success" %}

#### **Accessibility & Inclusivity**

*Making advanced trading tools and strategies available to users of any background, country and capital size*
{% endhint %}

{% hint style="success" %}

#### **Security & Trustworthiness**

*Upholding the highest standards of security to protect user assets and data, building trust through transparency*
{% endhint %}

{% hint style="success" %}

#### **Innovation & Adaptability**

*Embracing continuous innovation and remaining adaptable to meet evolving user needs*
{% endhint %}

{% hint style="success" %}

#### **Community-Centric Governance**

*Fostering a governance model that includes the community in decision-making, aligning the platform's evolution with user interests*
{% endhint %}

{% hint style="success" %}

#### **Ethical & Responsible Practices**

*Committing to high ethical standards and regulatory compliance for sustainability and integrity*
{% endhint %}


---

# 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.evedex.com/evedex-solution/mission-and-core-values.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.
