RULES, NOT VIBES.
BOILER automation is deterministic. A rule states its trigger, its guard and its size before it is armed, and it does exactly that. There is no model deciding when to buy on your behalf, and there never will be one hiding behind the word smart.
FEATURE FLAGGED OFF
Rules can be written and inspected. Nothing in this build submits a transaction from a rule. When it does, each fire will be quoted, guarded and simulated exactly like a manual order.
| RULE | TRIGGER | GUARD |
|---|---|---|
| LIMIT | Pool mid price crosses your level | Minimum output, revalidated at fire time |
| DCA | Fixed interval, fixed size | Skips the fire if liquidity is below your floor |
| TWAP | Slice a parent order over N intervals | Per-slice price impact ceiling |
| TRAILING STOP | Price retraces X% from the high watermark | Watermark stored per position |
| PROFIT TARGET | Unrealised return reaches your target | Executes once, then disarms |
| BRACKET | Target and stop as one paired instruction | Cancels the sibling when one fires |
| ROTATION | Scheduled rebalance of a published strategy | Respects the strategy position limits |
| LAUNCH WATCHER | New pool for a token on your watchlist | Alert only, never auto-buys |
COST
5 bps per executed action under the current configuration, charged on the action, not on the position. A rule that does not fire costs nothing.
LIMITS BY TIER
- FLOOR2 armed rules
- DESK10 armed rules
- PARTNER40 armed rules
- HOUSE250 armed rules