> For the complete documentation index, see [llms.txt](https://academy.horizonprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.horizonprotocol.com/english/horizon-exchange/introduction.md).

# Introduction

{% hint style="danger" %}
This version of Horizon Academy has been deprecated! To find the latest version, please visit: [English V2](https://academy.horizonprotocol.com/)
{% endhint %}

Horizon Exchange hosts a marketplace of zAssets by utilizing industry-leading oracles to track their price movement.

The exchange allows for simple market trades of typical underlying assets including commodities, stocks, bonds, interest rates, currencies, crypto, and advanced derivatives trading of all kinds of synthetic assets, including forwards, futures, options, and swaps. Derivatives and synthetic assets allow investors to earn large returns from small movements in the underlying asset's price.

{% embed url="<https://www.youtube.com/watch?v=jqvfGfH1ikU>" %}
Introduction to the Horizon Exchange
{% endembed %}

## Product Offerings & Features

Horizon Exchange provides a myriad of financial products, including Shorts, Futures, Leverage, Options, Limit Orders, Stop Losses, Index Assets, FNFTs, and more.

With Horizon Exchange, there is zero slippage on trades and infinite liquidity because unlike traditional market exchanges, Horizon Exchange has no need for an order book nor counter party matching.

Horizon Exchange also provides a suite of trading tools, including Portfolio tracking and analytics, trade histories, technical charts, and more.

## Trading on Horizon Exchange

Trading on Horizon Exchange is very easy.

For most users, the starting point is acquiring zUSD from either Horizon Genesis via staking or trading for it directly on a DEX or CEX.

Once you have zUSD, you can go to Horizon Exchange and purchase the zAsset of your choice.

## The Future of Horizon Exchange

Horizon Exchange facilitates the trading of synthetic assets and the development path focuses around access. Along with more trading tools, the main goal will be to create a myriad of zAssets that mimic the risk reward profiles of derivative assets all over the world to create a truly, borderless financial market for synthetic assets.


---

# 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://academy.horizonprotocol.com/english/horizon-exchange/introduction.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.
