Market Rules
What makes a valid market, what is banned outright, how disputes are decided, and the legal structure of Q Credits.
Objective-resolution requirements
The question must resolve YES or NO based on a fact anyone can check — a recorded vote, a signed law, a certified election result.
Every market names its resolution source at creation (e.g. Congress.gov bill status, the House Clerk roll call) plus a backup source.
A specific date and time by which the outcome is measured. "Eventually" is not a deadline.
Resolution criteria are published when the market opens and cannot be edited afterward. Ambiguities are resolved by the published text, not by intent.
What counts if the bill is amended? If the vote is postponed? Good markets answer foreseeable edge cases in the criteria before opening.
Good questions vs. vague questions
| Resolvable | Vague — rejected | Why it matters |
|---|---|---|
| Will H.R. 1234 receive a recorded House floor vote before Dec 31, 2026? (Source: Congress.gov actions) | Will Congress finally do something about stock trading? | "Do something" is unresolvable; a recorded floor vote by a date is a checkable fact. |
| Will the federal minimum wage exceed $7.25 in enacted law by Jan 1, 2028? (Source: U.S. Code / enacted statutes) | Will the minimum wage go up soon? | "Soon" has no deadline and "go up" doesn't say federal, enacted, or by how much. |
| Will Candidate A be certified the winner of the 2026 Ohio Senate race? (Source: Ohio Secretary of State certification) | Will Candidate A crush the election? | Certification is objective; "crush" is a vibe, not a threshold. |
| Will a government shutdown of 1+ full day begin before Oct 1, 2026? (Source: OMB lapse-in-appropriations guidance) | Will Washington mess up the budget again? | A funding lapse is documented by OMB; "mess up" cannot be adjudicated. |
Prohibited markets — never allowed
- Assassination, death, injury, or harm to any person — no exceptions, including public figures
- Violence, terrorism, or civil-unrest outcomes, or anything that could incentivize causing them
- Personal private matters: health, relationships, sexuality, or family of any individual
- Outcomes a participant could unilaterally cause or is likely to have inside knowledge of
- Markets about private individuals or minors, in any form
- Doxxing-dependent questions (outcomes only checkable by exposing private information)
- Hate-targeted markets framed to demean a protected group
- Anything that would create an incentive to interfere with an election process itself
Proposals in these categories are rejected automatically and repeat submission is an enforcement-ladder offense. If a live market is later found to fit a prohibited category it is voided and all credits returned.
Dispute process — eight steps
- 1Provisional resolution posted
The resolution team posts the proposed outcome with source citations.
- 248-hour challenge window
Any participant may file a dispute with evidence during the window.
- 3Dispute stake
Filing requires staking Q Credits, refunded if the dispute is upheld — this deters frivolous challenges.
- 4Market frozen
Payouts pause. The market is publicly labeled Disputed while under review.
- 5Independent review panel
Three reviewers who hold no position in the market examine the criteria and sources.
- 6Written determination
The panel publishes a written decision citing the frozen criteria and primary sources.
- 7Final resolution & payout
The market resolves per the determination; credits are settled to the correct side.
- 8Public post-mortem
Disputed markets get a permanent public record of what was ambiguous, feeding back into proposal standards.
Q Credits — legal structure
Q Credits cannot be bought with money, on any plan or by any method.
Credits cannot be cashed out, redeemed, or exchanged for anything of monetary value.
Credits cannot be sent, gifted, traded, or pooled between accounts.
Credits are a reputation and scoring mechanism. They are not currency, deposits, securities, or property.
Because credits cannot be purchased and nothing of monetary value can be won, participation involves no wagering consideration and no monetary prize. Forecasting on Quorly is a skill-scoring system — structurally, not just rhetorically, different from gambling.
Real-Money Trading Disclosure
Quorly does not offer real-money trading. All forecasting on this platform uses Q Credits, a virtual points system with no cash value. You cannot deposit money, you cannot win money, and you cannot lose money by using Quorly markets.
Quorly is not a broker-dealer, not a futures commission merchant, not a designated contract market, and not a gambling operator. Market probabilities are aggregated community forecasts and are not investment advice, financial advice, or a solicitation to trade on any venue.
If regulated real-money event contracts are ever offered in the future, they would be provided exclusively through a separately licensed, regulated partner exchange — under separate terms, separate accounts, identity verification, and state-by-state availability — and would be announced clearly in advance. No such offering exists today.
Regulated-partner architecture
The codebase is deliberately structured so real-money functionality cannot be switched on casually:
- Provider abstraction: any future regulated venue sits behind a partner interface (
lib/providers/regulatedMarket.ts). Quorly itself never executes, clears, or custodies real-money trades. - Flags locked off:
regulated_real_money_markets,regulated_partner_markets,direct_cash_custodyandquorly_operated_exchangeare all false, and flipping them requires legal and compliance approval — they are not togglable from the admin console. - Separation of ledgers: the Q Credits ledger is architecturally separate from any monetary system. There is no conversion path between credits and currency in either direction.
See also: Methodology · Community Standards · Neutrality & Transparency