execution

Automate prediction market trade execution with slippage protection and advanced order types.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill execution-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execution
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/execution
Command: npx skills add https://github.com/nirholas/agenti --skill execution-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the execution of trades on prediction markets with slippage protection and advanced order types.

Core Features & Use Cases

  • Execute market, limit, maker, and protected orders on Polymarket and Kalshi.
  • Leverage TWAP and bracket orders for advanced trading strategies.
  • Estimate slippage and manage risk with circuit-breaker integration.

Quick Start

Run your first test by issuing a /exec buy command against a Polymarket or Kalshi market.

Frequently Asked Questions about execution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate prediction market trades with slippage protection on Polymarket and Kalshi?

You can automate prediction market trades with slippage protection by using a TypeScript API with environment-based configuration to execute market, limit, maker, and protected orders on Polymarket and Kalshi. It estimates slippage and manages risk via circuit-breaker integration.

What are TWAP and bracket orders and how do they work for prediction market trading strategies?

TWAP and bracket orders are advanced order types for prediction market trading strategies that break large executions into time-weighted intervals or structured entry and exit brackets. They help manage risk and optimize execution prices across market volatility.

How do I set up environment-based configuration to execute trades on prediction markets?

To execute trades on prediction markets, you set up environment-based configuration to define API keys, risk parameters, and slippage thresholds. This configuration enables the TypeScript API to authenticate, estimate slippage, and manage orders via circuit-breaker integration.

Can I use limit and maker orders to minimize slippage when trading prediction markets?

Yes, you can use limit and maker orders alongside protected orders to minimize slippage when trading prediction markets. These order types allow precise price control and liquidity provision, enhanced by built-in slippage estimation and circuit-breaker risk controls.

Why do I need circuit-breaker integration for automated prediction market trading?

Circuit-breaker integration is needed for automated prediction market trading to automatically halt order execution when predefined risk thresholds or extreme slippage are detected. This prevents cascading losses and protects capital during periods of high market volatility.

What's the best way to start testing automated execution for prediction market orders?

The best way to start testing automated execution for prediction market orders is by issuing a test /exec buy command against a Polymarket or Kalshi market. This validates your environment-based configuration and verifies that slippage estimation and risk controls function correctly.