EZManager Docs

Get Started

  • Overview
  • Open a Position
  • Explore Pools

Position Operations

  • My Positions
  • Manage Position
  • History
  • Grouping and Sharing
  • Wallet Settings
  • Automation Settings
  • Interactive Automation Guide

Concepts

  • Midpoint Rebalance
  • Accounting and P&L
  • Dust Tracking
  • Valuation and Slippage

Protocol Details

  • Protocol and Bot Fees
  • Security and Governance
  • Emergency Response and Recovery
  • Contract Architecture
  • Timelock
  • Audits

Addresses

  • Allowed Pools
  • Contract Addresses

Developers

  • SDK Overview
  • SDK Method Reference

Community

  • Community

Position Operations

Automation Settings

Quick reference for Fee Automation, Range Automation, and Exit Automation parameters.

Enable Bot Automation first

Before any fee, range, or exit automation can run, Bot Automation must be turned on for that position.

This master toggle only grants permission. It does not by itself enable any automation action, and nothing changes on the position until you also configure Fee, Range, or Exit Automation settings.

How to use this reference

Use this page as a compact parameter reference.

If you want a UI-like walkthrough that reveals settings based on selections, use the Interactive Automation Guide.

Fee automation

ParameterOptions / InputHow it is used
Automation toggleOn / OffEnables or disables fee automation for the position.
ActionCompound | Collect | ScheduleCompound reinvests fees. Collect realizes fees. Schedule alternates actions by cadence rules.
Trigger type$ or %Defines whether threshold evaluation is based on absolute dollars or percentage terms.
ThresholdNumeric value ($ or %)Minimum fee threshold required before an automation action executes.
Schedule cadenceCollect every N compounds OR Compound every N collectsControls the schedule pattern when Action is Schedule.
Schedule NInteger value (N >= 1)Defines the cycle interval for scheduled fee actions.

Range automation

ParameterOptions / InputHow it is used
Automation toggleOn / OffEnables or disables automatic range management.
Max Rebalances per DayNo Limit | 1 | 2 | 3 | 4 | 5Limits how many standard range rebalances can execute in any rolling 24-hour window. After the limit is reached, standard rebalance automation does not trigger until a prior rebalance falls outside that 24-hour window, even if conditions remain true. Exception: midpoint auto-tighten full restore at the original midpoint anchor is immediate and bypasses this cap.
Top action (when price exits top)Symmetrical Rebalance | Don't RebalanceDefines top-side behavior when price exits above range.
Bottom action (when price exits bottom)Midpoint Rebalance | Symmetrical Rebalance | Don't RebalanceDefines bottom-side behavior when price exits below range.
Trigger AfterValue + unit (Hours / Days)For top/bottom range rebalances, price must remain out of range for the configured duration before execution.
Range width (+/-% )Percentage valueUsed for sides set to Symmetrical Rebalance to define centered recenter width.
% below current pricePercentage valueUsed when Bottom action is Midpoint Rebalance to set the lower bound.
Auto TightenOn / OffAvailable only with Bottom Midpoint Rebalance. During recovery while price remains below the original midpoint anchor, auto-tighten can execute additional tighten rebalances toward the original range.
Auto Tighten Trigger After (Hours)Numeric value (hours)Used only for auto-tighten recovery rebalances. This delay does not apply to full midpoint-anchor restore.

Exit automation

ParameterOptions / InputHow it is used
Automation toggleOn / OffEnables or disables automatic exit behavior.
Exit mode% Above/Below Range | Position Value %Selects whether exits are based on range breakout percent or position value percent change.
Exit Above Range %Percentage valueUsed in % Above/Below Range mode; exits when price rises above upper range boundary by configured percent.
Exit Below Range %Percentage valueUsed in % Above/Below Range mode; exits when price falls below lower range boundary by configured percent.
Take Profit %Percentage valueUsed in Position Value % mode; exits when position value increases by configured percentage.
Stop Loss %Percentage valueUsed in Position Value % mode; exits when position value decreases by configured percentage.

Related guides

  • Interactive Automation Guide Use UI-style controls to reveal only currently relevant parameters.
  • Manage Position Where automation settings are applied per position.
  • Wallet Settings Set account-level defaults before per-position tuning.
  • Protocol and Bot Fees Review action-level fee behavior for automated actions.