# Introduction

**Cross-chain 1:1 prediction market swaps.**

PredictSwap is a protocol that enables direct swaps of prediction market outcome tokens between platforms at a 1:1 rate — no bonding curve, no slippage, no centralized intermediary.

***

## Documentation

1. [**General Information**](https://docs.predictswap.fun/general-information/problem-and-solution) — Why PredictSwap exists, the problem it solves, and what the protocol does
2. [**How It Works**](https://docs.predictswap.fun/how-it-works/system-overview) — Architecture, swap mechanics, liquidity provision, bridging, and fees
3. [**Security & Contracts**](https://docs.predictswap.fun/security-and-contracts/smart-contract-overview) — Smart contract overview, security model, access control, and audit status
4. [**FAQ**](https://docs.predictswap.fun/faq/general) — Frequently asked questions for traders, LPs, and developers

***

## Quick Links

* [X](https://x.com/predictswap)
* [Discord](https://discord.gg/RzBY5Cjck5)
* App: [app.predictswap.xyz](https://app.predictswap.xyz)
* License: BUSL-1.1 (core contracts), MIT (scripts and tests)


---

# 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.predictswap.fun/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.
