Skip to main content

Automations

Automations let you set up conditional and scheduled trading actions that execute automatically. Create limit orders, stop-losses, DCA strategies, and more — the Bankr agent monitors conditions and executes when triggered.

Automation Types

TypeDescriptionDocs
Limit OrderBuy or sell when a token reaches a target priceLimit Orders
Stop OrderSell to protect against downsideStop Orders
DCARecurring buys at fixed intervalsDCA Orders
TWAPSpread a large order over timeTWAP Orders
Vesting SellScheduled token release and sell (Base only)
Agent CommandSchedule any agent command to run on a recurring basis
Solana Triggered OrderOn-chain price oracle triggers on Solana

Limits

Automation limits depend on your account tier:

LimitStandardBankr Club
Active automations520
Max executions per automation1001,000
Max daily runs per automation24100

Managing Automations

"show my automations"
"cancel my limit order"
"pause my DCA order"
"resume my BNKR automation"
"cancel all my automations"

You can also manage automations from the terminal sidebar or via the API:

  • GET /user/automation — List active automations
  • POST /user/automation/:taskId/pause — Pause an automation
  • POST /user/automation/:taskId/resume — Resume a paused automation
  • POST /user/automation/:taskId/cancel — Cancel an automation
  • DELETE /user/automation/:taskId — Delete an automation

Agent Command Automations

Schedule any agent command to run on a recurring basis:

"every day at 9am, check the price of ETH and send me a summary"
"every 6 hours, check my portfolio PnL"

Agent command automations use the same limits as other automation types. Each execution counts as one run against your daily limit.