> For the complete documentation index, see [llms.txt](https://funmarket.gitbook.io/funmarket/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://funmarket.gitbook.io/funmarket/prediction-markets-vs-betting.md).

# Prediction Markets vs Betting

### Prediction Markets vs Betting

<br>

Prediction markets and betting platforms are often conflated, but they are fundamentally different in structure, incentives, and operation.

<br>

FunMarket is designed as a prediction market protocol, not a betting or gambling service.

<br>

This distinction is essential.

***

### What Is a Betting Platform?

<br>

A betting or gambling platform typically:

* Sets odds centrally
* Acts as the counterparty to user bets
* Takes risk against users
* Profits primarily from user losses
* Relies on chance-based outcomes
* Operates under gambling-specific regulatory frameworks

<br>

In betting systems, users wager against the house, and the platform directly benefits from incorrect predictions.

***

### What Is a Prediction Market?

<br>

A prediction market is a system where:

* Users trade outcome shares with one another
* Prices emerge from collective market activity
* There is no centralized counterparty
* No entity sets odds or guarantees payouts
* Outcomes are resolved based on predefined criteria

<br>

In prediction markets, prices represent the market’s aggregated expectations rather than fixed odds.

***

* ### Key Structural Differences

| Aspect       | Betting Platforms   | FunMarket                  |
| ------------ | ------------------- | -------------------------- |
| Counterparty | The house           | Other market participants  |
| Odds         | Set by operator     | Determined algorithmically |
| Custody      | Platform-held funds | User-held wallets          |
| Risk         | Platform vs user    | User vs market             |
| Pricing      | Fixed odds          | Dynamic price discovery    |
| Execution    | Centralized         | Smart contract             |

FunMarket does not take positions against users and does not benefit from any specific outcome.

***

### Skill-Based Participation

<br>

Participation in prediction markets relies primarily on:

* Information analysis
* Interpretation of public data
* Market timing
* Risk management

<br>

Outcomes are not determined by chance mechanics such as random number generators, dice rolls, or card draws.

<br>

Users choose when and how to enter or exit positions based on their own judgment.

***

### No House Advantage

<br>

FunMarket does not:

* Adjust odds to favor the platform
* Limit winning outcomes
* Intervene in market pricing
* Influence resolution results

<br>

The protocol’s role is limited to facilitating market interactions via smart contracts.

***

### Algorithmic Price Discovery

<br>

FunMarket uses an automated market maker model based on a bonding curve (LMSR).

<br>

Prices adjust continuously as participants trade. This enables:

* Continuous liquidity
* Transparent pricing
* Market-driven probability signals

<br>

Prices are not promises, guarantees, or predictions by FunMarket.

They are emergent outputs of market activity.

***

### No Financial Advice

<br>

FunMarket does not provide:

* Investment advice
* Trading recommendations
* Outcome predictions
* Profit guarantees

<br>

All information provided through the interface is for informational purposes only.

<br>

Users are solely responsible for evaluating risks and making decisions.

***

### Legal and Regulatory Position

<br>

FunMarket Labs Ltd operates as a software provider offering access to decentralized smart contracts.

<br>

FunMarket does not operate a sportsbook, casino, or gambling service.

<br>

Users are responsible for determining whether their use of the protocol complies with applicable laws in their jurisdiction.

<br>

Certain jurisdictions may be restricted from accessing or using FunMarket.

***

### Why This Distinction Matters

<br>

This distinction exists to ensure:

* Transparency for users
* Proper understanding of risk
* Clear separation from gambling frameworks
* Accurate representation of the protocol’s function

<br>

Mischaracterizing prediction markets as betting undermines their purpose and structure.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://funmarket.gitbook.io/funmarket/prediction-markets-vs-betting.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.
