> For the complete documentation index, see [llms.txt](https://docs.meridianfinance.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meridianfinance.net/welcome-to-meridian/meridian-trade.md).

# Meridian Trade

### Meridian Trade <a href="#omnitrade" id="omnitrade"></a>

Meridian Trade is the Leveraged DeFi trading platform within the Meridian suite of products. Leveraged Trading is a popular form of derivative trading that enables investors to speculate on the price movements of crypto assets, such as ETH and USDM without owning the underlying asset.&#x20;

Meridian Trade is margin-based, allowing traders to deposit a set percentage of the full value of a trade in order to offer greater exposure to the markets as compared to buying and holding the underlying asset. Meridian uses a multi-asset liquidity pool that enables both **leveraged trading** and **zero slippage swaps.**&#x20;

As a direct fork of the highly successful GMX protocol, Meridian shares the exact same smart contract code base. All contracts are fully verified and can be reviewed [here](broken://pages/nc62pXgCyHz6AN215rc7).

#### [Launch Meridian App](https://www.meridianfinance.net/#/)


---

# 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.meridianfinance.net/welcome-to-meridian/meridian-trade.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.
