> For the complete documentation index, see [llms.txt](https://docs.midasmarkets.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.midasmarkets.xyz/about/what-is-midas.md).

# What is Midas?

Midas is a consumer trading app that joins AI analysis, live market intelligence, embedded wallets, spot swaps, cross-chain routes, and Hyperliquid perps.

* **AI-native terminal** — AI is not a side panel. It is connected to the portfolio, page context, market data, and execution flow.
* **Global markets layer** — Midas focuses on crypto assets and supported perpetual markets across crypto, equity, index, commodity, and forex references.
* **Human-confirmed trading** — Midas can prepare trades and wallet actions, but the user reviews and confirms before anything executes.

## The core loop

Midas is organized around a simple loop: discover what matters, understand why it matters, decide what to do, and execute with clear confirmations.

* Discover: headlines, sectors, The Wire, trending assets, watchlists, and search.
* Understand: AI summaries, analysis pages, market signals, historical context, and portfolio-aware explanations.
* Act: swaps, limit orders, bridges, perps, deposits, withdrawals, and confirmed AI actions.

## What it is not

Midas is not an exchange custody account, not a black-box trading bot, and not a promise of profit. It is a user-controlled trading interface built on wallets and third-party execution venues.

## Why account context matters

The product becomes more useful when it can see the same account state the user sees: cash, open positions, recent transactions, watchlist, and active page context. This lets Midas answer specific questions instead of generic market prompts.


---

# 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.midasmarkets.xyz/about/what-is-midas.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.
