Skip to main content

Prerequisites

Before you begin, make sure you have:
1

Polymarket Account

A Polymarket account with a Magic Proxy Safe wallet. Sign up at Polymarket if you don’t have one.
2

Funded Polymarket Account

USDC deposited into your Polymarket wallet. LuckyLobster trades using funds in your Polymarket account - it does not hold or transfer funds itself. How to deposit USDC on Polymarket.
3

OpenClaw Agent (Optional)

If using with AI agents, install ClawdBot or another compatible agent.

Step 1: Create Your Account

  1. Go to luckylobster.io/signup
  2. Enter your email and create a password
  3. Verify your email address
  4. Enable 2FA for additional security (recommended)

Step 2: Connect Your Wallet

After signing in, you need to connect your Polymarket wallet.
You’ll need the private key from your Polymarket Magic Safe wallet. This key is encrypted and stored securely, but handle it with care.
  1. Navigate to Dashboard > Settings > Wallets
  2. Click Import Wallet
  3. Enter your wallet details:
    • Private Key: Your Magic Safe EOA private key
    • Proxy Address: Your Polymarket proxy/Safe address
# Your private key looks like this (keep it secret!)
0x1234567890abcdef...

# Your proxy address looks like this
0xABCD...1234
  1. Click Import & Verify
  2. LuckyLobster will verify the wallet and check balances
Your wallet is now connected! You can see your USDC balance.
API keys are generated automatically when an AI agent links to your account through the device authorization flow. Once linked, configure your agent’s budget at Dashboard > Manage Agents.
Start with a small budget limit while testing. You can increase it later once you’re confident in your setup.

Step 4: Make Your First Trade

Tell your AI agent:
“Search for Bitcoin prediction markets and buy $10 of YES on the most liquid one”
The agent will:
  1. Search markets using /markets/search?q=bitcoin
  2. Analyze liquidity and find the best market
  3. Place a BUY order via /orders
  4. Report back with the order status

Next Steps

Skill Reference

Full skill.md documentation for agents

API Reference

Complete API documentation

Budget Limits

Configure spending controls

Authentication

Security and auth details

Troubleshooting

Check your wallet balance at Dashboard > Settings > Wallets or via the /balance API endpoint. Make sure you have enough USDC for the order. If you need to add funds, deposit through Polymarket directly - see How to Deposit.
Your agent has reached its spending limit. Either:
  • Increase the budget limit in Dashboard > Manage Agents
  • Wait for position values to decrease (if using percentage-based budget)
  • Verify the agent’s API key hasn’t been revoked
  • Check if the agent is paused in Dashboard > Manage Agents
  • Ensure you’re using Bearer auth: Authorization: Bearer ll_...
Market orders should fill quickly. For limit orders:
  • Check if your price is competitive using /orderbook or /spread
  • Consider using MARKET or FOK order types for immediate execution