# What is a non-custodial prediction market?

> What is a non-custodial prediction market? A plain-language explainer covering the short answer, key points, and FAQ.

_Published: 2026-06-22T16:22:42.226Z · Topic: legality-safety_
_Canonical HTML: https://www.polymarkettrade.app/answers/what-is-a-non-custodial-prediction-market_

---
## Short answer

A non-custodial prediction market is one where users hold their own funds in a personal crypto wallet throughout the entire process, and the platform never takes custody of those funds. The smart contracts that run the market settle trades and pay out winnings directly to users' wallets without an intermediary holding the money.

## What to know

In a traditional online prediction market or betting platform, you deposit money into an account the company controls. The company holds your balance, and you trust them to pay you when you win and to keep your funds safe. This is called a custodial model, and it means the platform is the gatekeeper between you and your money.

A non-custodial prediction market works differently. You connect a self-custody crypto wallet, such as MetaMask or a similar tool, directly to the platform. When you trade, your wallet signs the transaction and the funds move on-chain. The platform's smart contracts handle matching buyers and sellers, holding collateral during an open market, and distributing winnings once an outcome is resolved. At no point does the company receive or hold your tokens on your behalf.

This design shifts control and responsibility to the user. Because the smart contracts are typically published on a public blockchain, anyone can inspect the rules that govern how funds are held and how outcomes are settled. If the company behind the interface were to shut down, the underlying contracts and the funds locked in them would still exist on the blockchain and could still be accessed.

The trade-off is that users must manage their own wallets and private keys. If you lose access to your wallet, no company can restore your funds. Non-custodial markets also generally require users to understand how to use a crypto wallet and to pay network transaction fees when interacting with the blockchain.

## Key points

- Users connect their own wallet and retain control of their funds at all times, rather than depositing into a company-held account.
- Trades and payouts are executed by smart contracts on a public blockchain, not processed manually by a company.
- Because the platform never holds user funds, there is no single point of custody that can be frozen, hacked at the account level, or withheld by the operator.
- Users are responsible for their own private keys; losing wallet access means losing access to any funds tied to that wallet.
- Outcomes must be determined and reported to the smart contract, typically by a designated resolution source or decentralized oracle, before winnings can be claimed.
- Transaction fees on the underlying blockchain are paid by the user each time they interact with the contracts.

## How it compares

- Custodial prediction market: platform holds your deposit and credits your account balance. You rely on the company's solvency and policies to access your funds.
- Non-custodial prediction market: your wallet holds your assets. The smart contract holds collateral only for the duration of an open market and releases it on resolution.
- Traditional sportsbook: fully custodial. The operator holds all funds, sets odds, and pays out winnings from their own reserves. You have no on-chain claim.
- Decentralized exchange (DEX): also non-custodial, but trades financial tokens rather than market outcomes. The structural principle is the same: wallet-to-contract, not wallet-to-company-account.
- Prediction market with a centralized order book: some platforms use a custodial or semi-custodial model for the order matching layer while still settling on-chain. The degree of custody can vary, so it is worth checking how a specific platform handles user funds.

## FAQ

### Why does non-custodial matter for a prediction market?

It means that even if the company operating the interface experiences financial trouble or shuts down, the funds locked in open markets remain in the smart contracts on the blockchain and are governed by the contract's own rules rather than the company's decisions.

### Do I need a crypto wallet to use a non-custodial prediction market?

Yes. You need a self-custody wallet that can interact with the blockchain the platform runs on. You are responsible for securing the private key or seed phrase associated with that wallet.

### Who decides how a market resolves in a non-custodial setup?

Each market specifies a resolution source or oracle before it opens. This might be a designated data provider, a decentralized oracle network, or a governance process. The smart contract reads the reported outcome and distributes funds accordingly. The platform operator usually does not have unilateral authority to change a settled outcome.

### Are non-custodial prediction markets completely risk-free from a technical standpoint?

No. Smart contracts can contain bugs or vulnerabilities that could be exploited. The security of your funds depends on the quality of the contract code, which is why many platforms publish audits. On-chain does not automatically mean safe.

### Can a non-custodial platform still restrict who can use it?

Yes. The smart contracts themselves may be permissionless, but the front-end interface the company operates can still apply geographic restrictions, compliance checks, or other access controls. The contracts existing on-chain and the website being accessible are two separate things.

### What happens to my funds if a market stays open longer than expected or a resolution is disputed?

The funds remain locked in the smart contract until a valid resolution is submitted. The specific rules for handling disputes or delays depend on how that platform's contracts and resolution mechanism are designed.

## Disclosure

This page is general educational information only and does not constitute financial or investment advice. Participating in prediction markets involves real financial risk, including the possibility of losing the funds you commit to a position. Prices and market outcomes are uncertain by nature. This is an independent educational resource and is not affiliated with, endorsed by, or operated by polymarket.com or any other specific prediction market platform.