Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsAvançado

Polymarket Skill

porpolymarket·polymarket· v1.0.0 · atualizado em 2026-04-10
80
Score

Polymarket integration for prediction market trading on Polygon, encompassing authentication (L1 EIP-712, L2 HMAC-SHA256, builder headers), order placement (GTC/GTD/FOK/FAK, batch, post-only, heartbeat), market data (Gamma API, Data API, orderbook, subgraph), WebSocket streaming (market/user/sports channels), CTF operations (split, merge, redeem, negative risk), bridge (deposits, withdrawals, multi-chain), and gasless relayer transactions. Utilize this skill for AI agents, autonomous market makers, prediction market UIs, or any application integrating with Polymarket on Polygon.

web3polymarketprediction-marketspolygontradingapi-integrationblockchain
Linguagens
TypeScriptJavaScriptPython
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdweb3-polymarket/workflow
1
Authenticate: — Use L1 or L2 authentication methods to obtain API credentials.
2
Initialize Client: — Instantiate the Polymarket client (TypeScript or Python) with the obtained credentials and necessary configurations.
3
Fetch Market Data: — Retrieve market data such as orderbook, prices, and events using the Gamma API or Data API.
4
Construct Order: — Create an order object with specified parameters like token ID, price, size, and side.
5
Place Order: — Submit the order to the CLOB API using the `createAndPostOrder` function.
6
Monitor Order: — Subscribe to WebSocket channels to receive real-time updates on order status and market events.
7
Handle Errors: — Implement error handling to catch and manage potential issues during API calls and order processing.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aDynamic Stop Loss (DSL) v4
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aQVeris — Search & Action Engine
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aAdversarial Review
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77

Árvore do Skill

Polymarket Skill
web3-polymarket
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers8
integrate Polymarket APIbuild a prediction market agenttrade on Polymarket using AIaccess Polymarket orderbook dataauthenticate with Polymarket APIplace orders on Polymarketsubscribe to Polymarket WebSocketperform CTF operations on Polymarket

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download web3-polymarket
$ synaptic skills detail web3-polymarket
$ synaptic skills live web3-polymarket

Dependências

@polymarket/clob-clientetherspy_clob_client

Links

GitHub Repository