# Learn

Although trading on DeltaDeFi is as easy as it seems, the design of this protocol is a combination of multiple design choices and research items. In this section, we will walk through the magic behind the scenes to bring the seamless trading experience on Cardano.

## What we cover

* [**Architecture**](/about/learn/architecture.md) — How DeltaDeFi works under the hood: accounts, the App Vault, Hydra integration, intent-based processing, and the order book.
* [**Trade**](/about/learn/trade.md) — Spot trading mechanics, performance specs, and supported order types.
* [**Whitepaper**](/about/learn/whitepaper.md) — The full technical whitepaper.

## Products at a glance

**Spot Trading** (Live) — Order-book DEX on Hydra L2 with \~50ms confirmation, 0.10% flat fee, and spreads 5–6x tighter than AMM alternatives.

**Vaults** (Coming Soon) — Managed USDC strategies with on-chain NAV tracking. Zero management fees.

**XP Program** (Season 1) — Earn XP by trading, depositing, and referring. Early participants are rewarded most.


---

# 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://docs.deltadefi.io/about/learn.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.
