← 返回
未分类 Key 中文

Polymarket Politics Random 1U

Build and run a Polymarket politics-market trading skill with the AION SDK. Use when the user wants to search active political markets on Polymarket, randoml...
使用 AION SDK 构建并运行 Polymarket 政治市场交易技能。用于在用户想要搜索 Polymarket 上的活跃政治市场、随机...
fivegive249-ship-it fivegive249-ship-it 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 322
下载
💾 0
安装
1
版本
#latest

概述

Polymarket Politics Random 1U

> This is a template. The default signal is intentionally simple: search active politics markets, pick one at random, and buy 1 USD of YES. Remix the market filter, sizing rule, side selection, or risk checks while keeping the AION plumbing intact.

Use this skill when the user wants a minimal AION SDK trading template for Polymarket politics markets.

What This Skill Does

  • Uses the documented AION SDK pattern from the building-skills guide.
  • Searches active Polymarket markets with politics-related keywords.
  • Filters to politics-style markets and randomly selects one candidate.
  • Checks market context before trading.
  • Defaults to dry-run mode.
  • Places a live 1 USD trade only when the operator explicitly enables live execution.

Inputs To Request From The User

Ask the user for these secrets or environment values before live trading:

  1. AION_API_KEY for authenticated AION SDK access.
  2. WALLET_PRIVATE_KEY if the user wants self-custody live trading rather than a managed wallet setup.
  3. Optional WALLET_ADDRESS if the operator wants personalized context checks.

Do not write secrets into repository files.

How It Works

  1. Initialize the SDK client with the AION API key.
  2. Search markets with politics-related queries such as politics, election, president, and senate.
  3. Keep only active politics candidates.
  4. Randomly choose one market.
  5. Call market context before trading and skip on warnings.
  6. Default to dry-run unless --live or RUN_LIVE=true is provided.
  7. For live execution, submit a 1 USD YES trade with source and skill_slug attached.

Files

Run Examples

Dry-run:

python politics_random_1u.py

Live run:

python politics_random_1u.py --live

Safety Rules

  • Always default to dry-run.
  • Always include source, skill_slug, and human-readable reasoning.
  • Always pass venue="polymarket" on read paths.
  • Never hardcode API keys or private keys.
  • Treat the random entry logic as a demo template, not a production strategy.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 01:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Polymarket Edge Trader

fivegive249-ship-it
在匹配查询的活跃AION Polymarket 市场中,使用用户提供的公平概率、AION 上下文保护和 Kelly 风格仓位大小进行最高优势交易。
★ 0 📥 438

Polymarket Aionmarket Trader

fivegive249-ship-it
通过Aionmarket 进行 Polymarket 交易,适用于搜索市场、注册钱包凭证、验证钱包或提交 Polymarket 订单。
★ 0 📥 377

Smart Agent Skill

fivegive249-ship-it
在 Polymarket 上扫描可配置的交易论点,比较你的概率与市场价格,仅在优势超过安全阈值时进行交易。
★ 0 📥 305