LPXPoly — AI-Powered Polymarket Analysis
Find edge in prediction markets using AI probability estimation vs current market prices. Pay ~50 sats per analysis via Bitcoin Lightning. No subscription, no account.
When to Use
- - Finding mispriced markets on Polymarket
- Getting AI probability assessment on specific events
- Scanning for arbitrage opportunities in prediction markets
- Comparing AI model probability vs crowd wisdom
- Browsing top markets by volume or category
Tools
get_edge_opportunities
Scans Polymarket for markets where AI probability significantly diverges from market price.
CODEBLOCK0
analyze_market
Deep AI analysis of a specific Polymarket market.
CODEBLOCK1
get_top_markets
Browse top Polymarket markets by volume, filtered by category.
CODEBLOCK2
check_balance
Check your Lightning balance before running expensive scans.
CODEBLOCK3
Behavior Guidelines
Before a full market scan:
- 1.
check_balance — confirm enough sats for the scan - INLINECODE5 — retrieve top mispriced markets
- Present findings with edge delta and confidence
For a specific market:
- 1.
analyze_market with market name or URL - Return AI probability, reasoning, and position recommendation
Cost awareness:
- - Each
get_edge_opportunities call: ~50 sats - Each
analyze_market call: ~50 sats - Warn if balance < 200 sats before a multi-analysis session
Example Interactions
User: "Find edge opportunities on Polymarket"
You: checkbalance → getedge_opportunities → present top 5 markets with edge delta, AI probability vs market price, and recommended positions
User: "What does AI think about the Bitcoin ETF approval market?"
You: analyze_market("Bitcoin ETF approval") → return AI probability estimate, key factors, comparison to market price, recommended position
User: "What are the biggest crypto prediction markets right now?"
You: gettopmarkets(category="crypto") → return top markets by volume with current prices
Payment
~50 sats per analysis. Pay with Bitcoin Lightning. Get a spend token at lightningprox.com.
CODEBLOCK4
Security Manifest
| Permission | Scope | Reason |
|---|
| Network | lpxpoly.com, lightningprox.com | Market data and Lightning payment |
| Env Read |
LIGHTNINGPROX
SPENDTOKEN | Authentication for paid analysis calls |
Trust Statement
LPXPoly is part of the AIProx ecosystem, operated by LPX Digital Group LLC. Market analysis is AI-generated probability estimation — not financial advice. Sats deducted from LightningProx balance per successful analysis only. Operated at lpxpoly.com.
LPXPoly — 基于AI的Polymarket分析工具
利用AI概率估算与当前市场价格对比,在预测市场中寻找套利机会。每次分析通过比特币闪电网络支付约50聪。无需订阅,无需注册账户。
使用场景
- - 在Polymarket上发现定价偏差的市场
- 获取特定事件的AI概率评估
- 扫描预测市场中的套利机会
- 对比AI模型概率与群体智慧
- 按交易量或类别浏览热门市场
工具
getedgeopportunities
扫描Polymarket,寻找AI概率与市场价格显著偏离的市场。
在Polymarket上寻找套利机会
→ 返回AI与市场价格偏差最大的热门市场
→ 按偏差幅度排序
→ 包含推荐头寸(YES/NO)和置信度
analyze_market
对特定Polymarket市场进行深度AI分析。
分析美联储降息市场
→ 返回AI概率估算及推理过程
→ 包含关键因素、风险和推荐头寸规模
→ 与当前市场价格对比
gettopmarkets
按交易量浏览Polymarket热门市场,支持按类别筛选。
Polymarket上最热门的加密货币市场有哪些?
→ 返回按交易量排序的市场
→ 筛选类别:加密货币、政治、体育、科学、科技、世界
check_balance
在执行高成本扫描前检查闪电网络余额。
我的闪电网络余额还有多少?
→ 返回当前聪余额
→ 余额不足时提供充值链接
行为准则
全市场扫描前:
- 1. checkbalance — 确认有足够聪进行扫描
- getedge_opportunities — 获取偏差最大的市场
- 展示结果,包含偏差幅度和置信度
针对特定市场:
- 1. 使用市场名称或URL调用analyze_market
- 返回AI概率、推理过程和头寸建议
成本提示:
- - 每次getedgeopportunities调用:约50聪
- 每次analyze_market调用:约50聪
- 多次分析前若余额低于200聪则发出警告
交互示例
用户: 在Polymarket上寻找套利机会
你: checkbalance → getedge_opportunities → 展示前5个市场,包含偏差幅度、AI概率与市场价格对比、推荐头寸
用户: AI对比特币ETF批准市场怎么看?
你: analyze_market(比特币ETF批准) → 返回AI概率估算、关键因素、与市场价格对比、推荐头寸
用户: 目前最大的加密货币预测市场有哪些?
你: gettopmarkets(category=crypto) → 返回按交易量排序的热门市场及当前价格
支付方式
每次分析约50聪。通过比特币闪电网络支付。在lightningprox.com获取消费令牌。
json
{
mcpServers: {
lpxpoly: {
command: npx,
args: [lpxpoly-mcp],
env: {
LIGHTNINGPROXSPENDTOKEN: lnpxyourtoken_here
}
}
}
}
安全声明
| 权限 | 范围 | 原因 |
|---|
| 网络 | lpxpoly.com, lightningprox.com | 市场数据和闪电网络支付 |
| 环境变量读取 |
LIGHTNINGPROX
SPENDTOKEN | 付费分析调用的身份验证 |
信任声明
LPXPoly是AIProx生态系统的一部分,由LPX Digital Group LLC运营。市场分析为AI生成的概率估算,不构成财务建议。仅在实际分析成功时从LightningProx余额中扣除聪。运营地址:lpxpoly.com。