# Futarchy Markets

In price-based futarchy markets, participants trade based on their expectations of how specific decisions will impact the price of a token, which serves as the key metric for evaluation.

For example, Gnosis DAO could create a prediction market to determine whether a proposal should be accepted, using the GNO/wstETH trading pair as the measurable metric.

The proposal would be accepted if the market predicts that the price of YES\_GNO/YES\_wstETH will exceed the price of the NO\_GNO/NO\_wstETH.

Right now, futarchy markets are only available on Gnosis Chain.

### Create a futarchy market

On the Futarchy page, click the **Create new Proposal.**

<figure><img src="https://1727685837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYEMV9GZFJmUmXVjolDG7%2Fuploads%2FvwVeWeJQRXuMGbzCXjcI%2Fimage.png?alt=media&#x26;token=5dabff28-8eb3-494f-9292-1e17f51a3f6b" alt=""><figcaption></figcaption></figure>

1. **Input the proposal title:**<br>

   <figure><img src="https://1727685837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYEMV9GZFJmUmXVjolDG7%2Fuploads%2FAgbTX8wLYjOUJukLtHVT%2Fimage.png?alt=media&#x26;token=38fcf6de-01dd-4ddc-85fd-39ada8bab331" alt=""><figcaption></figcaption></figure>

2. **Choose the collateral tokens:**<br>

   In the previous example, GNO is the **token**, and wstETH is the **currency**.<br>

   The market will generate four outcome tokens: **YES\_GNO**, **NO\_GNO**, **YES\_wstETH**, and **NO\_wstETH**.<br>

   These tokens will be traded across two liquidity pools: **YES\_GNO/YES\_wstETH** (called "yes pool") and **NO\_GNO/NO\_wstETH** (called "no pool").<br>

   <figure><img src="https://1727685837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYEMV9GZFJmUmXVjolDG7%2Fuploads%2FvUGlA0zNQeilF6DLGrdt%2Fimage.png?alt=media&#x26;token=801801eb-6990-4447-9652-81ff7ce4ae2b" alt=""><figcaption><p><br></p></figcaption></figure>

3. **Specify an opening date. The market can only be resolved after the opening date:**<br>

   <figure><img src="https://1727685837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYEMV9GZFJmUmXVjolDG7%2Fuploads%2FjZj2dGGgXiifZtvUeOOF%2Fimage.png?alt=media&#x26;token=f3fdc3d3-15c9-4629-ae66-4d90ae30fb3c" alt=""><figcaption></figcaption></figure>

4. **Preview the market:**<br>

   <figure><img src="https://1727685837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYEMV9GZFJmUmXVjolDG7%2Fuploads%2F79GofdMyOPTPiLHc3DA7%2Fimage.png?alt=media&#x26;token=fcbf0e59-2f3d-4dfd-9660-7375b15356ef" alt=""><figcaption></figcaption></figure>

After previewing, click **Create Market**.&#x20;

An instance of the <mark style="color:red;">`FutarchyProposal`</mark> contract will be deployed at a new address as an on-chain representation of the proposal.

You can view the proposal address by clicking the network icon in the top right corner of the market page:

<figure><img src="https://1727685837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYEMV9GZFJmUmXVjolDG7%2Fuploads%2FMFL7ScTOoq1dha7OJcHN%2Fimage.png?alt=media&#x26;token=6a041a88-faf5-46a1-a523-174f586a50f1" alt=""><figcaption></figcaption></figure>

The process for verifying the market follows the same steps outlined earlier for standard markets

### Market Page

Some differences with standard markets:<br>

1. YES and NO tokens can be traded directly with each other, instead of being traded against a shared collateral token like sDAI.\
   \
   To obtain these tokens, you first need to split either the token or the currency underlying.<br>

   For example, you can split GNO to receive **YES\_GNO** and **NO\_GNO**, and then trade **NO\_GNO** for **NO\_wstETH**.<br>
2. No invalid tokens: A proposal is well defined and can either pass or fail, so no need of invalid tokens. If the market resolves as invalid, the proposal is automatically considered failed.<br>

<figure><img src="https://1727685837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYEMV9GZFJmUmXVjolDG7%2Fuploads%2FGBiy02bnSPxXLwgNTht2%2Fimage.png?alt=media&#x26;token=fd1e3532-1b34-4bfa-be5b-c662bcd3a84f" alt=""><figcaption></figcaption></figure>

### Mint, merge conditional outcome tokens

The process is similar to that of a simple market, with a few key differences:

1. **Minting**: You can mint outcome tokens using either the token or the currency underlying.
2. **Merging**: Depending on the outcome tokens you hold, you can merge them back into either the token or the currency underlying.

### Resolve conditional market and redeem conditional outcome tokens

You would resolve the market [as normal](https://seer-3.gitbook.io/seer-documentation/getting-started/navigate-our-site/resolve-market). However, after a futarchy market is resolved, instead of redeeming sDAI (or xDAI), you will redeem token and/or currency underlying.
