World Review (2026) | The Onchain Prediction Market Inside Phantom

Table of Contents

Quick Video Guide

Video thumbnail

Quick Verdict

At a glance overview

4.4

World is the best onchain prediction market on Solana and the easiest one to actually use, with positions minted as real tokens in your own wallet, settlement in CASH that lands automatically and distribution inside the Predict tab of a wallet you already have open. The execution is excellent and the product works exactly as advertised. Two things to price in before you size up: the real cost is the maker spread rather than a fee line, and resolution runs through a single operator key with no dispute window, which is the trade-off that buys you settlement in minutes.

Pros

  • Fully onchain, positions are SPL tokens you hold in your own wallet
  • Non-custodial, funds only move when you enter a market
  • Automatic settlement in CASH, no claim step and no withdrawal queue
  • Distribution inside Phantom's Predict tab on iOS, Android and desktop
  • Chainlink Data Streams and CRE drive resolution, so sports settle in 10 to 15 minutes
  • Early exit supported, you can sell a position back before the market resolves
  • Pay from a Cash account, USDC or other supported Solana tokens
  • The split and merge path is permissionless, you can mint a complete set at 1.00 without a maker

Cons

  • The 2% to 3% maker spread is the real cost and it is not printed as a fee
  • Phantom adds its own contract fee on top, heaviest on markets priced near 50/50
  • A single operator key resolves every market, with no proof onchain and no dispute window
  • Every program in the stack is upgradeable, and outcome tokens carry a permanent delegate
  • CASH is issued by Bridge, which holds freeze and clawback authority over every account
  • Anonymous team, no named founders, no disclosed funding and no published audit
  • Geoblocked in the US, UK, Canada, Australia, France and others
  • Catalog is still narrow and depth depends on what the makers are quoting
Best for: Solana traders who want event contracts inside a wallet they already use, and who can price a spread before they take the trade

World Review: The Prediction Market That Actually Lives Onchain

Most prediction markets are a database with a blockchain bolted to the side. You deposit, the venue keeps a ledger of your positions, and the chain shows up at withdrawal time. World is the other thing. Lock a dollar of collateral and the protocol mints you a YES token and a NO token as real Solana assets. Sell one, keep the other, and what you hold is a bearer claim in your own wallet.

That distinction sounds academic until settlement day, when the difference between a claim on a company and a token that redeems for a dollar of collateral becomes the entire question.

World launched on 1 July 2026 after two and a half years of an anonymous account posting a glowing globe and the words “Trade Everything.” It went live at world.xyz and, more importantly, inside Phantom’s Predict tab, which handed it a distribution channel most new venues spend years building.

This review covers what it is, what a round trip actually costs, who controls resolution, and the parts the launch coverage skipped.

What is World?

World is a fully onchain prediction market native to Solana. You take a binary position on an event, the position settles against a Chainlink-driven outcome, and the winning side redeems automatically.

Chain: Solana mainnet
Collateral and payout: CASH, a dollar stablecoin issued by Bridge, Stripe’s stablecoin arm
Payment options: Cash account, USDC or other supported Solana tokens
Front ends: world.xyz and Phantom’s Predict tab on iOS, Android and desktop
Resolution: Chainlink Data Streams and the Chainlink Runtime Environment, computed off-chain
Custody: non-custodial, funds move only when you enter a market
Claim process: none, payouts arrive automatically as CASH
Launched: 1 July 2026

The pitch is that prediction markets belong on a chain fast and cheap enough to run 15-minute Bitcoin markets without the fees eating the trade. Solana is a defensible answer to that. Pedro Miranda of the Solana Foundation called prediction markets one of the most powerful applications you can build on a high-performance chain, which is the kind of quote you get when the foundation likes what you shipped.

How the Mechanism Actually Works

This is the part worth understanding before you size anything, because it explains where your money goes.

Every market has a pair of outcome tokens, YES and NO. The market program, called prediCt, mints them only as complete sets. Lock 1 CASH and you get 1 YES plus 1 NO. At resolution the winning token redeems for exactly 1 CASH and the losing token is worth nothing. Collateral in, collateral out, and the two always net to one dollar.

You almost certainly do not want both legs, so the trade has a second half. A market maker takes the leg you do not want and quotes you a price for the one you do. Two makers run the book: JanusFI, which shares an upgrade key with World, and BisonFI, which is independently controlled. The DFlow router sits between your wallet and both of them.

So a trade has two layers:

Off-chain, and gated. Your wallet asks DFlow’s quote API for a price. A maker sets that price, including the spread, and returns a fully built transaction. This layer needs API authorization, so in practice only integrated front ends get fillable quotes.

Onchain, and permissionless. You sign and submit. The transaction routes through the maker into prediCt, mints a complete set and delivers your leg. Anyone can submit this half independently.

That split is the honest summary of how decentralized this is. The settlement layer is open and verifiable. The pricing layer is a private quote API run by two makers, one of which shares an upgrade key with the protocol.

What It Actually Costs

World is regularly described as having no trading fees. The protocol genuinely does not charge one. That is not the same as trading for free.

The maker spread. Makers embed roughly 2% to 3% in their quotes. You can see it without being told: add the YES price to the NO price. On a fair market they should sum to 1.00. On World they typically sum to about 1.02 or 1.03. That gap is the maker’s compensation and it is the largest cost in the trade.

The front-end fee. Phantom prints its own contract fee, calculated as 0.1 x p x (1 - p) x contracts. The shape matters more than the formula. It peaks on markets priced near 50 cents and shrinks toward zero as a contract approaches 0 or 1. A coin-flip market is where it bites, and a coin-flip market is exactly what most people want to trade.

Gas. Solana network fees are small but real, and you need SOL to sign even when you are paying with CASH or USDC. Paying from a Cash account covers the network fee for you. Funding a token account for a new position can also cost a small one-off rent.

The exit. Selling back before resolution goes through a maker quote again, at the same kind of spread. A round trip is therefore two spreads, not one. Holding to settlement avoids the second one entirely, which is a genuine argument for sizing positions you intend to keep.

CostWhere it shows upRough size
Protocol feeNowhere0%
Maker spreadYES + NO summing above 1.002% to 3% per side
Front-end feeConfirmation screenHighest near 0.50, near zero at extremes
Network feeSolana gasCents, waived from a Cash account
Early exitA second maker quoteAnother 2% to 3%

Put plainly: entering and exiting a 50/50 market before it resolves can cost you well over 5% of the position. Against a zero-fee competitor quoting a tight book that is a meaningful handicap, and it is the single biggest reason to check the numbers on the confirmation screen rather than the numbers on the landing page. Our odds to probability calculator is useful here, because a 62 cent contract is only a 62% implied probability before costs.

The Permissionless Escape Hatch

There is a way around the spread and almost nobody will use it, but it says something about the design.

prediCt’s split and merge functions are callable by anyone at a true 1.00 basis, with no maker and no API in the path. Lock 1 CASH, receive 1 YES and 1 NO, no spread taken. Researchers have verified this on mainnet with wallet-signing scripts rather than taking the documentation at its word.

The catch is that minting a complete set gives you no directional exposure at all. You hold both sides, which is worth exactly one dollar. To express a view you still have to sell the leg you do not want, and selling it puts you back in front of a maker. The escape hatch is real, it just does not lead anywhere unless you have your own counterparty.

Resolution: The Part That Deserves Your Attention

Everything above is mechanics. This is risk.

One automated operator key runs the full lifecycle of every market. It creates the market, declares the winner, pays out and closes the position. Chainlink Data Streams and the Chainlink Runtime Environment compute the outcome, but that computation happens off-chain. The resolution transaction itself writes a two-byte value. There is no oracle account attached to it, no price feed reference and no cryptographic proof.

There is also no dispute window. Polymarket resolves through UMA with a challenge period and an escalation path. World writes the answer and pays.

The upside is speed, and the speed is real. Sports markets settle 10 to 15 minutes after official results are confirmed, and winners are paid without a claim step. For a 15-minute Bitcoin market, a dispute window would defeat the product.

The downside is that outcome integrity rests entirely on an operator key held by an anonymous team plus an off-chain pipeline you cannot inspect. A misresolved market has no onchain recourse. Not “a slow appeal.” None.

Three more structural facts belong next to that one:

Nothing is immutable. prediCt, JanusFI, BisonFI and DFlow are all upgradeable programs. Market rules and pricing logic can change without consensus from anyone holding a position.

Positions are seizable by design. Outcome tokens use the Token-2022 permanent delegate. That is the mechanism the protocol uses to burn losing tokens at settlement, and it is a normal design choice for this kind of market. It also means the same authority can move or destroy a position that has not settled.

The collateral has its own authority. CASH is issued by Bridge, which holds freeze and clawback authority over every CASH account independently of anything World does or decides.

None of this makes World a scam. It makes it a platform where the phrase “fully onchain” describes where the settlement happens, not who controls the outcome. Anyone telling you those are the same thing has not read the programs.

Markets and Liquidity

World opened with short duration crypto price contracts, including 15-minute Bitcoin moves, and a book on the 2026 FIFA World Cup. It has since added Formula 1, UFC and MLB, with sports, geopolitics and macro named as the next categories.

That is a narrow catalog. Polymarket and Kalshi list thousands of markets across politics, economics, culture and awards. World lists a curated set, and the difference shows the moment you want a market on something specific.

Liquidity is the same story with a different cause. There is no public order book with resting bids from other traders. Depth is whatever the two makers are willing to quote at that moment, which is fine on a headline World Cup market and thin on anything obscure. Test it the direct way: ask for a quote at three times your intended size and watch what happens to the price.

The 15-minute crypto markets are the most interesting product here and the most Solana-native thing on the platform. They only work on a chain where a settlement cycle costs cents. They are also the fastest way to hand your entire stake to the spread, because a 2% to 3% cost on a market that resolves in a quarter of an hour is an enormous hurdle rate. Trade them because you have an edge on 15-minute moves, not because they are fun.

World vs the Alternatives

WorldPolymarketKalshiDrift BET
ChainSolanaPolygonOff-chain, regulatedSolana
Settlement assetCASHUSDCUSDUSDC
Cost model2-3% maker spreadOrder book, low feesFee per contractProtocol fees
ResolutionOperator key, Chainlink off-chainUMA with dispute windowExchange, CFTC regulatedProtocol oracle
Dispute processNoneYesRegulated complaint pathLimited
Market countNarrow, growingThousandsHundreds, curatedNarrow
US accessBlockedRestrictedAvailableRestricted
DistributionPhantom Predict tabWeb, MetaMaskWeb, app, brokersDrift app

Kalshi trades at a reported 22 billion dollar valuation with over 100 billion in lifetime volume. Polymarket sits around 8 to 9 billion. World launched with no disclosed funding round, no named team and a wallet integration. On Solana alone it is up against Jupiter’s Forecast beta, Drift’s BET product and Hxro’s parimutuel protocol.

Its actual advantage is not technology. It is the Predict tab. Being one tap inside the wallet a Solana trader already has open is worth more than a better matching engine on a site nobody visits.

The Token Warning

This part is short and it matters.

World has not announced a token. A separate WORLD token launched anonymously on Pump.fun in June 2026, in the window between the teaser campaign and the product launch, and no connection to the platform has ever been confirmed.

If you buy it thinking you are buying into the prediction market, you are buying a memecoin that shares a name with one. There is no announced airdrop, no points program and no published tokenomics for the platform itself. Any account telling you otherwise is either wrong or working you.

Who This Is For

Good fit:

  • Solana traders who already keep funds in Phantom and want event exposure without a new account
  • Anyone who wants positions as tokens in their own wallet rather than a balance on a venue
  • Traders holding to resolution, where you pay one spread instead of two
  • People who want settlement in minutes with no claim step and no withdrawal queue
  • Anyone trading World Cup, F1, UFC or MLB markets where the book is deepest

Poor fit:

  • Anyone in the US, UK, Canada, Australia or France, where it is geoblocked
  • Traders who need a wide catalog, this is a curated list and it is short
  • High-frequency traders in and out of the same market, the round trip cost is punishing
  • Anyone who needs a dispute process, because there is not one
  • Traders who require a named team, a published audit or an immutable contract before funding

Getting Started

  1. Check your jurisdiction first, not after you have funded anything
  2. Open the Predict tab in Phantom, or go to world.xyz, and browse by category
  3. Read the market rules on the market page, including the resolution source and the exact cut-off time
  4. Add YES and NO before you trade, the amount over 1.00 is the spread you are paying
  5. Fund from a Cash account if you want the network fee covered, and keep some SOL regardless
  6. Size the position on the assumption you hold it to resolution, so you pay one spread rather than two
  7. Check the confirmation screen for the front-end fee, which is largest on markets near 50 cents
  8. Let it settle rather than exiting early unless your thesis has actually broken

If you are running positions across more than one venue, the prediction market arbitrage calculator will tell you quickly whether a price gap survives World’s spread, and the Kelly criterion calculator will tell you what size your edge actually justifies.

Final Verdict

World is a genuinely good product with a structural advantage nobody else on Solana has, and a short list of risks worth understanding before you scale into it.

Strengths ✅

  • Real onchain positions, minted as tokens you hold and can transfer
  • Non-custodial until the moment you enter a market
  • Automatic settlement in CASH with no claim step and no withdrawal queue
  • Distribution inside Phantom, which is where Solana traders already are
  • Chainlink infrastructure driving fast resolution, 10 to 15 minutes on sports
  • Short duration crypto markets that only make sense on a chain this cheap
  • Split and merge verified permissionless at a true 1.00 basis
  • Early exit available whenever a maker is quoting

Weaknesses ❌

  • The 2% to 3% maker spread is the real fee and it is not labelled as one
  • Phantom’s contract fee stacks on top, worst on the 50/50 markets people want
  • A single operator key creates, resolves and closes every market
  • Resolution carries no onchain proof and there is no dispute window
  • Every program in the stack is upgradeable, nothing is immutable
  • Permanent delegate on outcome tokens means positions can be burned or seized
  • Bridge can freeze or claw back the CASH your position settles into
  • Anonymous team, no disclosed funding, no published audit
  • Geoblocked across most major English-speaking markets
  • Catalog is still narrow next to Polymarket and Kalshi, though it is widening

Bottom Line

For Solana traders in a supported region: this is the most convenient way to trade events onchain, and the Phantom integration is the reason. For cost-sensitive traders: add YES and NO before every trade, and hold to resolution so you pay the spread once. For anyone who cares about decentralization: settlement is genuinely onchain, resolution is genuinely not, and you should hold both facts at the same time. For size: scale in as the platform builds a resolution track record, the same way you would with any venue whose worst case has no appeal process.

Final rating: 4.4/5

Deductions: -0.4 for a cost stack that is invisible in a product marketed as fee-free, -0.2 for single-key resolution with no dispute window.

The most interesting thing about World is that it makes the trade-off explicit instead of hiding it. Fast settlement and centralized resolution are the same design decision viewed from two sides. Polymarket chose the dispute window and pays for it in speed. World chose speed and pays for it in trust. Decide which of those you are comfortable with before you fund an account, not while you are staring at a result you disagree with.

Read next: Polyfollow Review if you want prediction market exposure by copying traders rather than picking markets yourself, or Drift Protocol Review for the Solana perps venue that also runs event markets.

Frequently Asked Questions

What is World (world.xyz)?

World is a fully onchain prediction market native to Solana. It launched on 1 July 2026 at world.xyz and inside Phantom's Predict tab. You buy YES or NO contracts on an event, the position lands in your own wallet as an SPL token, and when the event resolves the winning side pays out automatically in CASH with no claim step.

What does it cost to trade on World?

The protocol itself does not charge a trading fee, which is why you will see it described as fee-free. The real cost is the 2% to 3% spread that market makers embed in their quotes, visible as YES and NO prices adding up to roughly 1.02 or 1.03 instead of 1.00. Phantom then prints its own contract fee on top, calculated as 0.1 x p x (1 - p) x contracts, which is heaviest on markets priced near 50 cents and falls to almost nothing at the extremes. Budget for both sides if you plan to exit early.

Is World non-custodial?

Yes, in the sense that matters day to day. Funds stay in your wallet until you enter a market, positions are tokens you hold, and settlement pays back to your own account. The qualifier is that outcome tokens use the Token-2022 permanent delegate, which is how the protocol burns losing positions at settlement and also means positions can be moved or destroyed by that authority. CASH itself can be frozen or clawed back by Bridge, its issuer.

How does World resolve markets?

Chainlink Data Streams and the Chainlink Runtime Environment compute the outcome off-chain, and a single automated operator key writes the result onchain, pays the winners and closes the market. There is no oracle account, price feed or cryptographic proof attached to the resolution transaction, and there is no dispute window. Settlement is fast, typically 10 to 15 minutes after official results for sports, and a wrong result has no onchain appeal.

What markets can I trade on World?

It opened with short duration crypto price markets, including 15-minute Bitcoin moves, plus contracts on the 2026 FIFA World Cup. The catalog has since widened into Formula 1, UFC and MLB, with sports, geopolitics and macro flagged as the next categories. It is still a narrow list next to Polymarket or Kalshi, and depth varies by market because liquidity comes from active makers rather than a public order book.

Is World available in the United States?

No. World geoblocks the US, the UK, Canada, Australia, France and other jurisdictions. In some regions you can sell an existing position but cannot open a new one. Treat a geoblock as a decision about your funds rather than a technical obstacle, because the terms you agree to when you trade are the ones that apply if something goes wrong.

Does World have a token or an airdrop?

The platform has not announced a token. A separate WORLD token launched anonymously on Pump.fun in June 2026 and has no confirmed connection to the prediction market. If you buy it expecting equity in the platform or a claim on an airdrop, you are buying a memecoin that shares a name.

Who is behind World?

Nobody has said. The @world_xyz account teased a glowing globe and the tagline Trade Everything from late 2023 onwards, then launched with Phantom distribution and Chainlink oracle infrastructure and no named founders, no company registration and no disclosed funding round. That is a real risk factor rather than a stylistic quirk, because resolution depends on an operator key held by people you cannot name.

Disclaimer: This review is based on personal experience and is not financial advice. Cryptocurrency trading with leverage involves extreme risk, and you can lose your entire investment. Always do your own research, start small, and never trade with funds you cannot afford to lose. Platform features and availability are subject to change.