# Introduction

**PrediX is a decentralized prediction market platform built on BNB Chain enabling users to create, trade and settle predictions on real-world events. The platform leverages smart contracts for trustless execution and automated market making mechanisms.**

#### Key Features <a href="#key-features" id="key-features"></a>

* **Decentralized Market Creation**: Users can create custom prediction markets without intermediaries
* **Automated Market Making (AMM)**: Efficient price discovery through algorithmic liquidity
* **Oracle Integration**: Real-world data feeds for accurate event resolution
* **Non-Custodial Wallets**: Full user control over funds with Web3 wallet integration
* **Two Level Validator for Prediction Questions:** An automated module analyzes each submitted question to ensure it is precise, objectively resolvable and suitable for a prediction market
* **Limit Order Book:** Users can place limit orders to buy or sell prediction shares at specific prices (not just market orders) increasing liquidity and allowing sophisticated trading similar to traditional exchanges
* **Market Listing & Fee Ownership**: Market creators earn 75% of platform fees; they can list their market for sale at any time—once bought, the buyer receives all future 75% fees from that specific market
* **Flexible Exit for Users:** This feature lets participants sell their market shares to others at any moment including well before an event's resolution which enables users to realize gains or cut losses instantly based on changing market odds and news updates
* **Create Markets in both $BNB and $PDX**: Allows Users to create or predict markets on both $BNB and $PDX (test network)
* **Portfolio Tracking and Leaderboards:** Users can monitor their bets, trading history, earnings and ranking on leaderboards to boost engagement
* **PrediX AI Agent**: Search for prediction markets you're interested in; our AI studies them, provides complete analysis, and executes trades on your approval for your selected market (early access soon)
* **Leverage Trading:** Let users borrow funds to place larger bets than their actual balance allows, multiplying both potential gains and losses ( will be live on future updates )

#### Technology Stack <a href="#technology-stack" id="technology-stack"></a>

* **Frontend**: Next.js, React, TypeScript, ethers.js
* **Backend**: Node.js, Express.js, MongoDB
* **Smart Contracts**: Solidity, Hardhat
* **Blockchain**: Binance Smart Chain (BSC) Testnet/Mainnet
* **Development Tools**: Hardhat, ethers.js, web3.js


---

# 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://www.docs.gopredix.xyz/predix/introduction.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.
