# decision framework

A structured approach to using the terminal for prediction market analysis. Ten steps from scanning to deciding.

## The Process

{% stepper %}
{% step %}

### Scan the Markets Table

Sort by volume (most liquid markets first) or 24h change (most volatile). Look for markets with significant volume that have moved recently.
{% endstep %}

{% step %}

### Check Sector Barometers

The Sectors panel shows aggregate sentiment across 8 categories. If a sector is trending strongly in one direction, individual markets in that sector may follow.
{% endstep %}

{% step %}

### Select a Market

Click a market row to load it across all panels.
{% endstep %}

{% step %}

### Read the AI Verdict

The Analysis panel gives you an immediate read: verdict (YES/NO/LEAN), confidence score, and a one-line summary. This is your starting point, not your conclusion.
{% endstep %}

{% step %}

### Check the Composite Probability

In the Depth panel's Models tab, compare the composite probability (fair value from 11 signals) against the current market price. A significant gap suggests potential mispricing.
{% endstep %}

{% step %}

### Examine the Signals

The intelligence brief in the Analysis panel breaks down:

* **Edge**: Where the model sees opportunity
* **Timeline**: When the market resolves, urgency level
* **Momentum**: Price direction and acceleration
* **Smart Money**: What large holders and whale traders are doing
* **Data**: Volume trends and market activity
* **Contrarian**: Whether the crowd may be wrong
  {% endstep %}

{% step %}

### Check Whale Flow

In the Flow panel, look at large trades. Are whales buying YES or NO? Does their direction align with the AI verdict?
{% endstep %}

{% step %}

### Verify with Intel

Read the latest news in the Intel panel. Check holder distribution. Look at key dates. Does the fundamental picture support the quantitative signals?
{% endstep %}

{% step %}

### Size the Position

If you see an edge, Kelly Criterion tells you how much to risk. Conservative traders use Quarter Kelly. The terminal shows Full, Half, Quarter, and Empirical Kelly.

{% hint style="warning" %}
**Warning:** Check the Taker Cost Warning. If the spread is wide, your expected cost of executing may eat your edge.
{% endhint %}
{% endstep %}

{% step %}

### Decide

You now have:

* AI verdict + confidence
* Composite probability vs market price
* 9 enriched signals
* Whale flow direction
* News context
* Position sizing recommendation
* Bias zone and taker cost checks

Make your decision. Or pass and scan the next market.
{% endstep %}
{% endstepper %}

<details>

<summary>When to Be Skeptical</summary>

* **Low volume markets**: Models are less reliable with thin data
* **Extreme odds** (>95% or <5%): Limited edge, high taker cost
* **Conflicting signals**: When whale flow and AI verdict disagree, dig deeper
* **Near-expiry markets**: Theta decay accelerates, spreads widen
* **Bias zones**: Markets in longshot or favorite bias territory need extra scrutiny

</details>


---

# Agent Instructions: 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://yesno-1.gitbook.io/yesno-docs/getting-started/decision-framework.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.
