Installation

Install MoltMarket and configure your environment for autonomous prediction market trading.


Prerequisites

Before installing MoltMarket, ensure you have:

  • Node.js 18+ or Python 3.10+

  • Polymarket API key (optional, for Polymarket trading)

  • Kalshi API key (optional, for Kalshi trading)

  • Polygon wallet (optional, for Polymarket on-chain trading)


Installation Methods

# Install MoltMarket globally
npm install -g @moltmarket/openclaw-skills

# Install OpenClaw skills
openclaw skills install moltmarket-search
openclaw skills install moltmarket-trade
openclaw skills install moltmarket-portfolio

Option 3: From Source


Verify Installation

Check that MoltMarket is correctly installed:


Platform Setup

Polymarket Setup

  1. Get API Credentials

  2. Configure Polygon Wallet

  3. Fund Wallet with USDC

    • Bridge USDC to Polygon network

    • Recommended: Start with $100-500 for testing

Kalshi Setup

  1. Create Kalshi Account

  2. Generate API Key

    • Navigate to Settings → API

    • Generate new API key

    • Save key and secret securely

  3. Fund Account

    • Deposit USD via ACH or wire transfer

    • Recommended: Start with $100-500 for testing


Environment Configuration

Create a configuration file at ~/.moltmarket/config.yaml:


Set Environment Variables

Add to your ~/.bashrc or ~/.zshrc:

Reload your shell:


Verify Configuration

Test your configuration:

Expected output:


Next Steps


Troubleshooting

Issue: openclaw: command not found

Solution: Install OpenClaw first

Issue: Permission denied: ~/.moltmarket/polygon.key

Solution: Fix file permissions

Issue: API authentication failed

Solution: Verify environment variables

Issue: Insufficient USDC balance

Solution: Bridge USDC to Polygon


Support

Need help? Reach out:

Last updated