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
| Type | Description | Docs |
|---|---|---|
| Limit Order | Buy or sell when a token reaches a target price | Limit Orders |
| Stop Order | Sell to protect against downside | Stop Orders |
| DCA | Recurring buys at fixed intervals | DCA Orders |
| TWAP | Spread a large order over time | TWAP Orders |
| Vesting Sell | Scheduled token release and sell (Base only) | |
| Agent Command | Schedule any agent command to run on a recurring basis | |
| Solana Triggered Order | On-chain price oracle triggers on Solana |
Limits
Automation limits depend on your account tier:
| Limit | Standard | Bankr Club |
|---|---|---|
| Active automations | 5 | 20 |
| Max executions per automation | 100 | 1,000 |
| Max daily runs per automation | 24 | 100 |
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 automationsPOST /user/automation/:taskId/pause— Pause an automationPOST /user/automation/:taskId/resume— Resume a paused automationPOST /user/automation/:taskId/cancel— Cancel an automationDELETE /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.