TWAP Bot Skill

Execute large trades using TWAP algorithms across CEX and DEX exchanges.

5|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/kayzaa/k.i.t.-bot --skill twap-bot-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TWAP Bot Skill
Source: https://github.com/kayzaa/k.i.t.-bot/tree/main/skills/twap-bot
Command: npx skills add https://github.com/kayzaa/k.i.t.-bot --skill twap-bot-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of large trading orders by breaking them into smaller slices spread over time, minimizing market impact and achieving a time-weighted average price.

Core Features & Use Cases

  • Time-Weighted Average Price (TWAP): Execute trades at the average price over a specified duration.
  • Reduced Market Impact: Ideal for large buy or sell orders that could otherwise significantly move the market price.
  • Use Case: Accumulate a large position in ETH over several hours without alerting the market to your intentions, ensuring a better average entry price.

Quick Start

Start a TWAP order to buy 1.5 BTC/USDT over 60 minutes with 12 slices.

Frequently Asked Questions about TWAP Bot Skill

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

FAQPage Schema
How does a TWAP trading bot minimize market impact for large orders?

A TWAP trading bot minimizes market impact by breaking large orders into smaller slices executed over a specified duration. This algorithmic execution spreads the trading volume to achieve a time-weighted average price without significantly moving the market.

Can I execute algorithmic TWAP orders on both CEX and DEX platforms?

Yes, you can execute algorithmic TWAP orders on both CEX and DEX platforms. The bot integrates with multiple exchanges to facilitate seamless execution of large trading orders across different exchange infrastructures.

What execution modes are available for algorithmic order execution?

Available execution modes for algorithmic order execution include standard, volume-weighted, random, and adaptive TWAP. You can configure parameters like slice count, randomization, and price limits to customize the trading bot.

How do I start a TWAP order to buy large cryptocurrency positions over time?

To start a TWAP order, configure the total order size, execution duration, and slice count. For example, you can buy 1.5 BTC over 60 minutes with 12 slices to accumulate a position without alerting the market.

When should I use an adaptive TWAP algorithm instead of standard execution?

Use an adaptive TWAP algorithm instead of standard execution when market conditions fluctuate and require dynamic adjustment. Adaptive execution modifies the time-weighted average price strategy based on real-time volume and price limits.

What are the limitations of using a time-weighted average price strategy for trading?

A limitation of using a time-weighted average price strategy is its susceptibility to volume-weighted price disparities in highly volatile markets. If configured improperly, randomization and slice limits may not fully prevent market impact during rapid price swings.