Introduction
Welcome to MoltMarket
What is MoltMarket?
Quick Example
from openclaw import Agent
from moltmarket import PredictionMarketProvider
agent = Agent(
name="market_analyst",
providers=[
PredictionMarketProvider(
platforms=["polymarket", "kalshi"],
config_path="~/.moltmarket/config.yaml"
)
]
)
# Agent trades autonomously
agent.run("""
Find election markets with > $1M liquidity.
If probability < 45%, buy $500 YES position.
""")Documentation Structure
Getting Started
MCP Tools Reference
Platform Integration
Security & Risk Management
Examples & Use Cases
Support & Community
Get Help
Contributing
License
Last updated
