# High-Level View

Vortex actively maintains three core positions:

1. **ETH Holdings -** The *long -* ETH Holdings are sourced from a decentralized exchange and held idle in an address.
2. **ETH Short Contracts -** The *short -* ETH Short Contracts are collateralized in USDC and collect the Funding Rate from the decentralized derivatives exchange.
3. **Position Buffer -** The *safety* - The Position Buffer is sourced from user deposits and held idle to ensure the ETH Short Contracts are not liquidated.

{% hint style="info" %}
*For more information, see* [*Position Buffer*](/akropolis/developer-documentation/vortex/risk-management/position-buffer.md)
{% endhint %}

{% hint style="success" %}
Vortex v1 utilizes [**MCDEX**](https://mcdex.io/homepage/) as the decentralized derivatives exchange and has been developed to accommodate their unique [**AMM Design**](https://docs.mcdex.io/protocol/amm-design).
{% endhint %}


---

# 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://akropolis.gitbook.io/akropolis/developer-documentation/vortex/high-level-view.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.
