# About PyxMarket

PyxMarket is a fully on-chain prediction market platform built on PyxChain, a high-performance blockchain capable of 10,000+ transactions per second.

## What Makes PyxMarket Different

* **Fully on-chain orderbook** — every order, match, and settlement happens on-chain. No off-chain matching, no centralized sequencer.
* **High performance** — PyxChain's custom consensus handles 10K+ TPS with sub-second finality.
* **Transparent** — all trades are verifiable on the block explorer.
* **Non-custodial** — your funds stay in your wallet. No deposits to a centralized exchange.

## How It Works

PyxMarket runs on PyxChain, a purpose-built high-performance blockchain. Prediction markets are implemented as EVM precompiles for maximum performance. The on-chain orderbook matches limit orders directly, with no AMM or liquidity pools.

Users bridge USDC from Arbitrum (testnet) to PyxChain, then trade prediction market outcomes (YES/NO) using limit orders.

## Current Status

PyxMarket is live on **testnet**. All tokens are for testing purposes only and have no real value.


---

# 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.pyxmarket.com/readme.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.
