Introduction

OpenClaw skills and plugins for autonomous prediction market trading


Welcome to MoltMarket

MoltMarket enables AI agents to trade on prediction markets like Polymarket and Kalshi using natural language commands. Built specifically for the OpenClaw ecosystem, MoltMarket provides the security, tooling, and infrastructure needed for autonomous agents to participate in prediction markets.

What is MoltMarket?

MoltMarket is a comprehensive integration platform that:

  • Simplifies Market Access - Natural language commands instead of complex API calls

  • Ensures Security - Non-custodial architecture with hardware wallet support

  • Normalizes Platforms - Unified interface across Polymarket and Kalshi

  • Provides Real-Time Data - WebSocket streaming for live market updates

  • Manages Risk - Programmable spending limits and approval workflows

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

MoltMarket is open-source. Contributions welcome!

  • Platform integrations (Manifold, PredictIt)

  • Agent framework providers (LangChain, AutoGPT)

  • Example trading strategies

  • Documentation improvements


License

MoltMarket is released under the MIT License.

Smart contracts are independently licensed under Apache 2.0.

See LICENSEarrow-up-right for details.


Built for autonomous agents. Optimized for prediction markets. Designed for production.

Last updated