> For the complete documentation index, see [llms.txt](https://polyhelper.gitbook.io/polyhelper-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polyhelper.gitbook.io/polyhelper-docs/analytics-tools/conflict-radar.md).

# Conflict Monitor

The **Conflict Monitor** panel uses NASA satellite thermal detection data to track military activity in conflict zones — giving you an objective, source-independent signal for geopolitical markets.

![Conflict Monitor — Iran Nuclear Sites](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/conflict-monitor.png)

***

## How It Works

NASA's FIRMS (Fire Information for Resource Management System) satellites detect thermal anomalies on Earth's surface — including fires and explosions from military operations. In active conflict zones, spikes in thermal detections correlate with intensified fighting.

PolyHelper maps these detections to conflict zones relevant to active Polymarket markets and turns them into a readiness signal.

***

## Activity Levels

| Level       | Meaning                                                      |
| ----------- | ------------------------------------------------------------ |
| 🟢 Normal   | No significant thermal activity detected                     |
| 🟡 Elevated | Above-average thermal detections in the zone                 |
| 🟠 High     | Significant spike — active military operations likely        |
| 🔴 Critical | Extreme thermal activity — major kinetic operations detected |

***

## What the Panel Shows

* **Activity level** — current status (Normal / Elevated / High / Critical)
* **24h Activity Trend** — hourly chart of thermal detections over the past day
* **Night activity %** — share of detections occurring at night (higher night activity = unusual)
* **Hotspot clusters** — list of detected zones with intensity (Low / Moderate / High / Extreme) and detection count
* **FRP (Fire Radiative Power)** — intensity measure of each thermal event
* Link to view detections on the NASA map

***

## Market Interpretation

| Level    | Signal for conflict escalation markets                       |
| -------- | ------------------------------------------------------------ |
| Normal   | Bearish — low thermal activity suggests reduced operations   |
| Elevated | Watch — above-average, could indicate positioning            |
| High     | Bullish — historically correlates with escalation phases     |
| Critical | Strong bullish — extreme anomalies indicate major operations |

{% hint style="info" %}
This is an OSINT signal based on satellite data, not a direct report of military activity. Use it alongside other sources.
{% endhint %}

***

## Markets Where This Panel Activates

* [Military conflict and escalation markets](https://polymarket.com/geopolitics)
* [Territorial control markets](https://polymarket.com/geopolitics/ukraine-map)
* Any market where frontline activity in a conflict zone is relevant


---

# 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, and the optional `goal` query parameter:

```
GET https://polyhelper.gitbook.io/polyhelper-docs/analytics-tools/conflict-radar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
