cc_twap_executor
ActiveTool of Central Command — x402 Trading Intelligence
TWAP Order Executor: Time-Weighted Average Price execution engine — splits large orders into smaller randomized slices over configurable time windows to minimize market impact. Price: $0.015 USDC.
Parameters schema
{
"type": "object",
"required": [
"symbol",
"side",
"total_size",
"duration_minutes"
],
"properties": {
"side": {
"type": "string",
"description": "side"
},
"slices": {
"type": "number",
"description": "slices"
},
"symbol": {
"type": "string",
"description": "symbol"
},
"total_size": {
"type": "number",
"description": "total_size"
},
"duration_minutes": {
"type": "number",
"description": "duration_minutes"
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Central Command — x402 Trading Intelligence
https://github.com/tlefko/central-command
1/7 registries