Skip to content
Automation
Skill

/polymarket

- [Create deposit addresses](https://docs.polymarket.com/api-reference/bridge/create-deposit-addresses.md): Generate unique deposit addresses for depositing assets to your Polymarket wallet.

From plugin
dorabot
23710 skills
Install
$ npx -y skills add suitedaces/dorabot --skill polymarket --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/polymarket

Context preview

The summary Claude sees to decide when to auto-load this skill.

- [Create deposit addresses](https://docs.polymarket.com/api-reference/bridge/create-deposit-addresses.md): Generate unique deposit addresses for depositing assets to your Polymarket wallet.

SKILL.md

polymarket.SKILL.md

Polymarket Documentation

Docs

  • [Create deposit addresses](https://docs.polymarket.com/api-reference/bridge/create-deposit-addresses.md): Generate unique deposit addresses for depositing assets to your Polymarket wallet.

**How it works:** 1. Submit your Polymarket wallet address 2. Receive deposit addresses for each blockchain type (EVM, Solana, Bitcoin) 3. Send assets from any supported chain to the appropriate deposit address 4. Assets are automatically bridged and swapped to USDC.e on Polygon 5. USDC.e is credited to your Polymarket wallet for trading

**Supported Assets:** Use `/supported-assets` to see all available chains and tokens you can deposit from.

  • [Create withdrawal addresses](https://docs.polymarket.com/api-reference/bridge/create-withdrawal-addresses.md): Generate unique deposit addresses for withdrawing USDC.e from your Polymarket wallet to any supported chain and token.

<Card> **⚠️ Important:** Do not pre-generate withdrawal addresses. Only generate them when you are ready to execute the withdrawal. Each address is configured for a specific destination. </Card>

**How it works:** 1. Specify your Polymarket wallet address, destination chain, token, and recipient address 2. Receive deposit addresses for each blockchain type (EVM, Solana, Bitcoin) 3. Send USDC.e from your Polymarket wallet to the appropriate deposit address 4. Funds are automatically bridged and swapped to your desired token 5. Funds arrive at your destination wallet

**Supported Destinations:** Use `/supported-assets` to see all available chains and tokens you can withdraw to.

  • [Get a quote](https://docs.polymarket.com/api-reference/bridge/get-a-quote.md): Get an estimated quote for a deposit or withdrawal, including output amounts, checkout time, and a detailed fee breakdown.

**Use Cases:**

  • Preview fees and estimated output before executing a deposit or withdrawal
  • Compare costs across different token/chain combinations
  • Get the `quoteId` to reference this specific quote

**Notes:**

  • Quotes are estimates and actual amounts may vary slightly due to market conditions
  • See `/supported-assets` for a list of all supported chains and tokens
  • [Get supported assets](https://docs.polymarket.com/api-reference/bridge/get-supported-assets.md): Retrieve all supported chains and tokens for deposits and withdrawals.

**USDC.e on Polygon:** Polymarket uses USDC.e (Bridged USDC from Ethereum) on Polygon as the native collateral for all markets. When you deposit assets from other chains, they are automatically bridged and swapped to USDC.e on Polygon. When you withdraw, your USDC.e is bridged and swapped to your desired token on the destination chain.

**Minimum Amounts:** Each asset has a `minCheckoutUsd` field indicating the minimum amount required in USD. Make sure your deposit or withdrawal meets this minimum to avoid transaction failures.

  • [Get transaction status](https://docs.polymarket.com/api-reference/bridge/get-transaction-status.md): Get the transaction status for all deposits and withdrawals associated with a given address.

**Usage:**

  • Use the deposit address returned from the `/deposit` or `/withdraw` endpoint (EVM, SVM, or BTC address)
  • Poll this endpoint to track the progress of your deposits and withdrawals

**Status Values:**

  • `DEPOSIT_DETECTED`: Funds detected but not yet processing
  • `PROCESSING`: Transaction is being routed and swapped
  • `ORIGIN_TX_CONFIRMED`: Origin transaction has been confirmed on source chain
  • `SUBMITTED`: Transaction has been submitted to destination chain
  • `COMPLETED`: Transaction completed successfully
  • `FAILED`: Transaction encountered an error and did not complete

**Notes:**

  • Transactions typically complete within a few minutes, but may take longer depending on network conditions
  • An empty transactions array means no transactions have been made to this address yet
  • [Get aggregated builder leaderboard](https://docs.polymarket.com/api-reference/builders/get-aggregated-builder-leaderboard.md): Returns aggregated builder rankings with one entry per builder showing total for the specified time period. Supports pagination.
  • [Get daily builder volume time-series](https://docs.polymarket.com/api-reference/builders/get-daily-builder-volume-time-series.md): Returns daily time-series volume data with multiple entries per builder (one per day), each including a `dt` timestamp. No pagination.
  • [Get comments by comment id](https://docs.polymarket.com/api-reference/comments/get-comments-by-comment-id.md)
  • [Get comments by user address](https://docs.polymarket.com/api-reference/comments/get-comments-by-user-address.md)
  • [List comments](https://docs.polymarket.com/api-reference/comments/list-comments.md)
  • [Get closed positions for a user](https://docs.polymarket.com/api-reference/core/get-closed-positions-for-a-user.md): Fetches closed positions for a user(address)
  • [Get current positions for a user](https://docs.polymarket.com/api-reference/core/get-current-positions-for-a-user.md): Returns positions filtered by user and optional filters.
  • [Get top holders for markets](https://docs.polymarket.com/api-reference/core/get-top-holders-for-markets.md)
  • [Get total value of a user's positions](https://docs.polymarket.com/api-reference/core/get-total-value-of-a-users-positions.md)
  • [Get trader leaderboard rankings](https://docs.polymarket.com/api-reference/core/get-trader-leaderboard-rankings.md): Returns trader leaderboard rankings filtered by category, time period, and ordering.
  • [Get trades for a user or markets](https://docs.polymarket.com/api-reference/core/get-trades-for-a-user-or-markets.md)
  • [Get user activity](https://docs.polymarket.com/api-reference/core/get-user-activity.md): Returns on-chain activity for a user.
  • [Data API Health check](https://docs.polymarket.com/api-reference/data-api-status/data-api-health-check.md)
  • [Get event by id](https://docs.polymarket.com/api-reference/events/get-event-by-id.md)
  • [Get event by slug](https://docs
Read more
Ships withdorabot

A 24/7 self-learning AI agent with an integrated IDE workspace that runs itself. Works with your existing Claude Code or OpenAI Codex subscription. No extra API key needed.

Get the whole plugin
Stats
237
Stars
33
Forks
Active
Maintenance
TypeScript
Language
MIT
License
7d ago
Last commit
6mo ago
Created

Repo: suitedaces/dorabot