> 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/faq.md).

# FAQ

<details>

<summary>What is EVEDEX, and how does it differ from traditional exchanges?</summary>

EVEDEX is a hybrid decentralized exchange combining the performance and ease of centralized exchanges (CEXs) with the security and transparency of decentralized exchanges (DEXs). It leverages Layer 2 technology for scalability and cost-efficiency and incorporates both on-chain and off-chain components for optimized performance.

</details>

<details>

<summary>How does EVEDEX ensure the security of user funds and data?</summary>

EVEDEX employs multi-layered security measures, including advanced cryptographic solutions, decentralized smart contracts, and sequencer failure protections. Users retain full control of their private keys, ensuring a non-custodial experience.

</details>

<details>

<summary>What is Account Abstraction, and how does it benefit users?</summary>

Account Abstraction simplifies blockchain interactions by enabling features such as gasless transactions, enhanced security configurations, and cross-device account management. It allows users to trade seamlessly without managing complex technical steps.

</details>

<details>

<summary>How are perpetual futures implemented on EVEDEX?</summary>

EVEDEX supports perpetual futures with no expiration date, leveraging a funding rate mechanism to align the futures price with the spot market. The platform offers high leverage and robust risk management tools to ensure efficient trading.

</details>

<details>

<summary>What are the key advantages of EVEDEX’s Layer 2 infrastructure?</summary>

Built on Arbitrum, the Layer 2 infrastructure provides:

* Enhanced scalability and lower fees.
* Improved interoperability with Ethereum and other chains.
* Advanced features like decentralized withdrawals and sequencer failure protection.

</details>

<details>

<summary>What educational resources does EVEDEX provide?</summary>

The EVEDEX Educational Center offers courses on trading, blockchain technology, and investment strategies. Users can access interactive tools like simulators and participate in live webinars and workshops led by industry experts.

</details>

<details>

<summary>What is XAUT?</summary>

XAUT (Tether Gold) is a token where each token represents one troy ounce of physical gold held in Swiss vaults by TG Commodities Limited. Trading XAUT/USDT perpetual contracts on EVEDEX gives you leveraged price exposure to the XAUT token, which tracks the price of gold. You do not acquire ownership of physical gold or XAUT tokens by trading perpetuals.

</details>


---

# 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/faq.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.
