# Bankr Dev Polymarket

> This skill should be used when building prediction market integrations, implementing betting functionality, or querying Polymarket odds. Covers market search, odds checking, and position management. Use when this capability is needed.

- Skill: `tomevault-io/bankr-dev-polymarket` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/bankr-dev-polymarket`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/bankr-dev-polymarket/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/bankr-dev-polymarket

---


# Polymarket Capability

Interact with Polymarket prediction markets via natural language prompts.

## What You Can Do

| Operation | Example Prompt |
|-----------|----------------|
| Search markets | `Search Polymarket for election` |
| Trending markets | `What prediction markets are trending?` |
| Check odds | `What are the odds Trump wins?` |
| Market details | `Show details for the Super Bowl market` |
| Bet Yes | `Bet $10 on Yes for the election market` |
| Bet No | `Bet $5 on No for Bitcoin hitting 100k` |
| View positions | `Show my Polymarket positions` |
| Redeem winnings | `Redeem my Polymarket positions` |

## Prompt Patterns

```
Search Polymarket for {query}
What are the odds {event}?
Bet {amount} on {Yes|No} for {market}
Show my Polymarket positions
Redeem my Polymarket positions
```

**Chain:** Polygon (uses USDC.e for betting)

## Usage

```typescript
import { execute } from "./bankr-client";

// Check odds
await execute("What are the odds Trump wins the election?");

// Place a bet
await execute("Bet $10 on Yes for Presidential Election 2024");

// View positions
await execute("Show my Polymarket positions");
```

## Related Skills

- `bankr-client-patterns` - Client setup and execute function
- `bankr-api-basics` - API fundamentals
- `bankr-portfolio` - Check USDC balance for betting

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/bankrbot) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

