> 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/bonds-tracker.md).

# Bonds Scanner

The **Bonds Scanner** scans all Polymarket markets for high-probability outcomes close to $1.00 — displaying them as a yield table so you can find markets that function like short-term bonds.

![Bonds Scanner](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/bonds-scanner.png)

***

## The Concept

When a Polymarket market has a very high probability of resolving YES (e.g., 97¢), and it expires in a few days, buying YES generates a near-guaranteed return on expiry. The annualized yield can be significant — the scanner calculates it for you and surfaces the best opportunities across all active markets.

***

## Filters

| Filter     | Options                                       |
| ---------- | --------------------------------------------- |
| **Price**  | Any / 95¢+ / 97¢+ / 99¢+                      |
| **APY**    | Any / >5% / >10% / >20% / >50%                |
| **Risk**   | Any / Very Low / ≤Low / ≤Medium               |
| **Volume** | Any / $1K+ / $10K+ / $100K+ / $1M+            |
| **Time**   | Any / <7 days / <30 days / <90 days / <1 year |

***

## What the Table Shows

Each row is one market outcome:

| Column | Description                                         |
| ------ | --------------------------------------------------- |
| Market | Question title + YES/NO outcome badge               |
| Price  | Current best ask price in cents (e.g., 97.2¢)       |
| APY    | Annualized yield to expiry                          |
| Risk   | Score from 1 (Very Low) to 5 (Extreme), color coded |
| Days   | Time until market resolves                          |
| Volume | Total trading volume in the market                  |

***

## How to Access It

The Bonds Scanner is always available in the **right-side panel** — it's not tied to any specific market page and is visible across all of Polymarket.

***

## Markets Where This Activates

Any Polymarket market where one outcome is trading above 95¢ and has a defined expiry date.


---

# 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/bonds-tracker.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.
