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

# Welcome

HermesTrade is a prediction market built on the Monad blockchain. Buy and sell YES or NO shares on the outcome of real-world events — from global news to live sports — at prices set by a central limit order book.

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Ask a question…</button>

<button type="button" class="button secondary" data-action="ask" data-query="How do I place my first trade" data-icon="chart-line">Place your first trade</button><button type="button" class="button secondary" data-action="ask" data-query="What is a prediction market" data-icon="lightbulb">What is a prediction market</button><button type="button" class="button secondary" data-action="ask" data-query="How does gasless trading work on HermesTrade" data-icon="bolt">How does gasless trading work</button>

***

## Where to start

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-rocket-launch" style="color:$primary;">:rocket-launch:</i></h4></td><td><h4>Getting started</h4></td><td>Connect your wallet and place your first trade in minutes.</td><td><a href="/pages/c1c2bf7d7c5c4cdb53233f70a53b30ff0cc71460">/pages/c1c2bf7d7c5c4cdb53233f70a53b30ff0cc71460</a></td></tr><tr><td><h4><i class="fa-book" style="color:$primary;">:book:</i></h4></td><td><h4>Core concepts</h4></td><td>Understand markets, outcome shares, the order book, and how resolution works.</td><td><a href="/pages/FaSGGOl6CSP0t71WWh7l">/pages/FaSGGOl6CSP0t71WWh7l</a></td></tr><tr><td><h4><i class="fa-graduation-cap" style="color:$primary;">:graduation-cap:</i></h4></td><td><h4>Guides</h4></td><td>Task-focused walkthroughs for trading strategies, custom integrations, and more.</td><td><a href="/pages/73b7faa18afc90c9ae3c6c1ae24f9ed214289c08">/pages/73b7faa18afc90c9ae3c6c1ae24f9ed214289c08</a></td></tr><tr><td><h4><i class="fa-book-open" style="color:$primary;">:book-open:</i></h4></td><td><h4>Reference</h4></td><td>API endpoints, configuration options, limits, and the full glossary.</td><td><a href="/pages/87935bb1e2caf4857fc5fe2347c566031b72ecaa">/pages/87935bb1e2caf4857fc5fe2347c566031b72ecaa</a></td></tr></tbody></table>

## Popular tasks

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>For traders</h4></td><td><a href="/pages/416edc1381c20849bc41111b02e482a722a49b94">/pages/416edc1381c20849bc41111b02e482a722a49b94</a></td><td><a href="/pages/XeMIAEvmMFnogdTcXnfU">/pages/XeMIAEvmMFnogdTcXnfU</a></td><td><a href="/pages/73b7faa18afc90c9ae3c6c1ae24f9ed214289c08">/pages/73b7faa18afc90c9ae3c6c1ae24f9ed214289c08</a></td></tr><tr><td><h4>For developers</h4></td><td><a href="/pages/B3mrdUwSw64J8kxbpi6q">/pages/B3mrdUwSw64J8kxbpi6q</a></td><td><a href="/pages/UBsuaFuFt4H4PUjPnKg2">/pages/UBsuaFuFt4H4PUjPnKg2</a></td><td><a href="/pages/87935bb1e2caf4857fc5fe2347c566031b72ecaa">/pages/87935bb1e2caf4857fc5fe2347c566031b72ecaa</a></td></tr><tr><td><h4>For researchers</h4></td><td><a href="/pages/FaSGGOl6CSP0t71WWh7l">/pages/FaSGGOl6CSP0t71WWh7l</a></td><td><a href="/pages/MaUt71Z2HKZ9MpRkbKCH">/pages/MaUt71Z2HKZ9MpRkbKCH</a></td><td><a href="/pages/6625e4a7113b37994c505597f0f9e2c62008a5c5">/pages/6625e4a7113b37994c505597f0f9e2c62008a5c5</a></td></tr></tbody></table>


---

# 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.hermestrade.xyz/welcome.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.
