> 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/getting-started/what-is-polyhelper.md).

# What is PolyHelper?

## Overview

**PolyHelper** is a browser extension built specifically for [Polymarket](https://polymarket.com) — the world's largest prediction market platform. It integrates seamlessly into the Polymarket interface, bringing you a suite of market intelligence tools that help you research events faster and trade with more confidence.

The extension was built by a team of prediction market enthusiasts and data engineers who wanted to solve a real problem: **traders on Polymarket had to constantly switch between dozens of tabs** to gather context on the markets they were trading.

PolyHelper solves this by aggregating relevant data — crypto prices, sports scores, political polls, geopolitical events, economic indicators, and more — directly into Polymarket's UI.

***

## The Problem It Solves

Polymarket covers hundreds of different event categories:

* **Crypto** — Live price chart directly inside Polymarket, premarket statistics, token valuation and launch price data
* **Politics** — Election outcomes, legislative votes, approval ratings
* **Sports** — Game results, player stats, season outcomes
* **Geopolitics** — Military conflicts, international relations
* **Entertainment** — Box office results, award ceremonies
* **Economics** — Fed rate decisions, GDP, inflation
* **Weather** — Forecasts and extreme weather events
* *...and much more*

Each category requires different external data sources to research properly. Without PolyHelper, a trader has to:

1. Open CoinGecko or TradingView for crypto context
2. Check ESPN or Google for sports scores
3. Browse 538 or RCP for political polls
4. Monitor news feeds for breaking events
5. Look up economic calendars for macro data

**PolyHelper brings all of this into a single, unified sidebar** — directly inside Polymarket.

***

## Why Polymarket Will Never Build This

Polymarket is a retail-first platform. Its priority is simplicity and accessibility for the widest possible audience — and that's by design.

That means features like **copy trading**, **trader tracking**, **bookmaker odds comparison**, **smart money analytics**, and **deep per-category research tools** are not on their roadmap. These are advanced tools for serious traders, and Polymarket will never prioritize them over the core product.

PolyHelper builds exactly what Polymarket won't.

We add the layer of features that serious traders need — without touching Polymarket's interface, wallet, or order book. The result is a **pro version of Polymarket**: everything you already know and use, with the full trading toolkit on top.

***

## How It's Different

Unlike other tools that try to replace or mirror Polymarket, PolyHelper works **alongside** the native platform:

* It does not modify Polymarket's order book, odds, or interface
* All panels are additive — they appear as new sections in the sidebar
* The extension is purely informational — it does not place trades
* Your Polymarket account, wallet, and positions are never touched

***

## Who Is It For?

PolyHelper is designed for:

* **Active traders** who trade multiple market categories and need fast context
* **Research-focused bettors** who want to go deeper than surface-level information
* **Data-driven traders** who value quantitative signals over gut feeling
* **Anyone on Polymarket** who wants a competitive information advantage

***

## Website & Extension

* **Website:** [polyhelper.io](https://polyhelper.io)
* **Chrome Web Store:** [Install Extension](https://chromewebstore.google.com/detail/polyhelper/mebiclnfcnknilfaoanimpaeimjlafmg?utm_source=item-share-cb)
* **Twitter/X:** [@Poly\_Helper](https://x.com/Poly_Helper)


---

# 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/getting-started/what-is-polyhelper.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.
