> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kash.bot/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating Opportunities

> How to create your own prediction market on Kash

<Note>
  Market creation is rolling out gradually — it's currently available to approved accounts, with access expanding so that anyone will be able to submit a market. You submit it through the create form, it goes through review, and the creation fee is charged once your market is approved and goes live.
</Note>

<img style={{ borderRadius: '0.5rem' }} className="block dark:hidden" src="https://mintcdn.com/kash/ccJqSmLmwHitLEdQ/assets/cover/cover.svg?fit=max&auto=format&n=ccJqSmLmwHitLEdQ&q=85&s=bd474b91f522088935255f33b33ddd96" alt="Hero Light" width="1500" height="500" data-path="assets/cover/cover.svg" />

<img style={{ borderRadius: '0.5rem' }} className="hidden dark:block" src="https://mintcdn.com/kash/ccJqSmLmwHitLEdQ/assets/cover/cover.svg?fit=max&auto=format&n=ccJqSmLmwHitLEdQ&q=85&s=bd474b91f522088935255f33b33ddd96" alt="Hero Dark" width="1500" height="500" data-path="assets/cover/cover.svg" />

## How it works

<Steps>
  <Step title="Open the create form">
    Click **Create Market** in the sidebar at [app.kash.bot](https://app.kash.bot).
  </Step>

  <Step title="Define your market">
    * **Title** — the question the market answers
    * **Outcomes** — 2 to 8 possible answers
    * **Resolve time** — when the outcome will be known
    * **Rules and sources** — what counts as each outcome, and where the result will be verified
  </Step>

  <Step title="Review">
    Your submission goes to Kash for review — checking that the question is clear, the outcome is verifiable from the stated sources, and the content is allowed.
  </Step>

  <Step title="Approval and fee">
    Once approved, a one-time creation fee is charged from your balance. It seeds the market's initial liquidity and keeps submissions serious.
  </Step>

  <Step title="Live">
    The market is deployed on-chain and appears on app.kash.bot for everyone to trade.
  </Step>
</Steps>

Suggestions can also be surfaced to organizations and partners on Kash, who curate ideas from their communities and elevate the strongest ones into live markets.

## What makes a good market

<AccordionGroup>
  <Accordion title="Essentials">
    * **A precise question** — "Will BTC close above \$150,000 on March 1?" beats "Will Bitcoin moon?"
    * **Mutually exclusive outcomes** — exactly one should be able to win
    * **A verifiable result** — resolvable from public, reliable sources
    * **A sensible resolve time** — soon enough to stay interesting, late enough that the answer is knowable
  </Accordion>

  <Accordion title="What gets approved">
    Markets on public events with objective outcomes: sports results, elections, economic data, product launches, awards, crypto milestones. Timely questions tied to things people are already talking about attract the most volume.
  </Accordion>

  <Accordion title="What gets rejected">
    * Predictions involving death, harm, or violence
    * Private individuals or personal information
    * Outcomes the creator or traders could manipulate
    * Illegal content or markets involving minors
    * Ambiguous questions that can't be objectively resolved
  </Accordion>
</AccordionGroup>

## Creating markets for a community

Organizations and partners can create and curate markets for their own audiences — with branded pages, embeds, and revenue share on trades in markets they create. If you run a community, see [Market creation for organizations](/for-businesses/market-creation).

<Tip>
  The best market creators write questions people already argue about, with resolution rules nobody can argue about.
</Tip>

<CardGroup cols={2}>
  <Card title="Finding Markets" icon="magnifying-glass" href="/getting-started/guides/finding-opportunities">
    Discover markets to trade on
  </Card>

  <Card title="Making Predictions" icon="crystal-ball" href="/getting-started/guides/predicting">
    Learn how to place predictions
  </Card>
</CardGroup>
