# Cyphers ## Docs - [Claim a payout](https://cyphers-3138df4b.mintlify.app/guides/claim-payout.md): Collect your winnings after a market resolves in your favor - or pull your stake back if the resolver didn't show up. - [Create a market](https://cyphers-3138df4b.mintlify.app/guides/create-a-market.md): Open your own prediction market on Cyphers and earn a share of every bet placed on it. - [Dispute a resolution](https://cyphers-3138df4b.mintlify.app/guides/dispute-resolution.md): What to do if a market's posted outcome looks wrong, and how disputes get resolved on Cyphers. - [Place a bet](https://cyphers-3138df4b.mintlify.app/guides/place-a-bet.md): Step-by-step walkthrough of placing a private bet in the Cyphers app. - [Fees and odds](https://cyphers-3138df4b.mintlify.app/how-it-works/fees.md): What you pay on each bet, how odds are computed, and how payouts get calculated. - [Market lifecycle](https://cyphers-3138df4b.mintlify.app/how-it-works/lifecycle.md): Every market on Cyphers moves through the same set of phases - here's what each one means. - [Market types](https://cyphers-3138df4b.mintlify.app/how-it-works/market-types.md): The two kinds of markets on Cyphers and when to use each one. - [How privacy works](https://cyphers-3138df4b.mintlify.app/how-it-works/privacy-model.md): What's hidden, what's not, and the simple idea behind Cyphers' encryption. - [Introduction](https://cyphers-3138df4b.mintlify.app/introduction.md): What Cyphers is, who it's for, and what makes it different from other prediction markets. - [Quickstart](https://cyphers-3138df4b.mintlify.app/quickstart.md): Connect a wallet, find a market, and place your first private bet on Cyphers. - [Bet Actions: Place Encrypted Predictions on Cyphers](https://cyphers-3138df4b.mintlify.app/sdk/actions/bets.md): Place privacy-preserving bets on Cyphers markets. Your chosen side is encrypted with Arcium MPC before submission and never exposed on-chain. - [Claim Actions: Collect Payouts and Refunds on Cyphers](https://cyphers-3138df4b.mintlify.app/sdk/actions/claims.md): Claim winning payouts from resolved Cyphers markets or retrieve refunds when a market expires without resolution, gated by market phase. - [Cyphers Market Actions: Create, Cancel, and Manage Markets](https://cyphers-3138df4b.mintlify.app/sdk/actions/markets.md): Create YesNo and MultiOutcome prediction markets, cancel markets before any bets are placed, and withdraw creator bond and LP fees after settlement. - [Resolution Actions: Resolve and Dispute Cyphers Markets](https://cyphers-3138df4b.mintlify.app/sdk/actions/resolution.md): Resolve Cyphers markets via Arcium MPC, flag disputed outcomes during the challenge window, finalize undisputed resolutions, and admin-override disputes. - [CypherClient SDK Reference: Constructor, Namespaces & Fetch](https://cyphers-3138df4b.mintlify.app/sdk/cypher-client.md): Constructor options, all client namespaces, and fetch method examples for CypherClient - the central entry point into the Cyphers SDK. - [@cypher-zk/sdk: TypeScript SDK for Cyphers Prediction](https://cyphers-3138df4b.mintlify.app/sdk/overview.md): Everything you need to build on Cyphers: a typed TypeScript SDK covering the on-chain client, React hooks, utilities, and raw instruction builders. - [React Hooks Reference for Cyphers Prediction Markets SDK](https://cyphers-3138df4b.mintlify.app/sdk/react-hooks.md): Complete reference for all React hooks in @cypher-zk/sdk/react - query hooks, mutation hooks, event subscriptions, and query-key factories. - [Encryption Utilities for Private Cyphers Bet Submission](https://cyphers-3138df4b.mintlify.app/sdk/utilities/encryption.md): Low-level x25519 and RescueCipher utilities for encrypting and decrypting Cyphers bet positions. Use placeBet for normal flows; these are for advanced use. - [Cyphers SDK Events: Subscribe to Real-Time Market Feed](https://cyphers-3138df4b.mintlify.app/sdk/utilities/events.md): Subscribe to real-time Cyphers program events - market creation, bet placement, resolution, claims, and disputes - using WebSocket or polling fallback. - [Market Helper Utilities for Cyphers (@cypher-zk/sdk)](https://cyphers-3138df4b.mintlify.app/sdk/utilities/market-helpers.md): Pure utility functions for market phase detection, fee calculation, question parsing, outcome formatting, and cancel eligibility checks in @cypher-zk/sdk. - [Common issues](https://cyphers-3138df4b.mintlify.app/troubleshooting/common-errors.md): What to do when something doesn't work - from wallet errors to missing positions. - [FAQ](https://cyphers-3138df4b.mintlify.app/troubleshooting/faq.md): Quick answers to the questions people ask most about Cyphers.