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

Protocol Details

Security and Governance

Timelock governance, guardian pause powers, and the exact admin configuration surface.

Governance model

Deployment wires owner authority to a TimelockController (configured with a 2 day minimum delay), with a multisig as proposer/executor.

CLCore, CLManager, adapters, valuation, and planner ownership are transferred to timelock-controlled governance.

Roles and authority

RoleAuthority
Timelock governance (owner)Executes owner-only configuration changes across CLCore, CLManager, adapters, valuation, and planner.
Guardian (multisig)Can pause and unpause CLCore, CLManager, and adapters for incident containment.
Position ownerControls position-level actions and per-position bot permission toggles.
Allowlisted botCan execute bot-enabled actions only when globally allowlisted and position-enabled.

Admin configuration surface

AreaOwner-controlled settings
Pool allowlist and lifecyclesetPoolStatus controls Allowed, Deprecated, and NotAllowed status for each pool.
DEX adapter allowlistaddAllowedDex and removeAllowedDex control which adapters are usable.
Bot allowlist and feesaddBot/removeBot, setProtocolFeeBps, setBotFeeBps, and zero-fee wallet configuration.
Core wiringsetManager, setValuation, setProtocolReserve, and setBridgeTokens.
Manager safeguardsMinimum open USDC, max batch keys, second-pass parameters, planner and valuation addresses.

Operational controls

ControlBehavior
Pause controlGuardian pause blocks normal lifecycle execution paths while incident response is active.
Execution gatingLifecycle actions are guarded by contract pause checks and allowlist checks.
Recovery behaviorEmergency recovery flows are documented in Emergency Response and Recovery.

What users should verify

Use Contract Addresses for current timelock, core, manager, and adapter addresses.

Use Allowed Pools for current pool status context and monitor on-chain contract events for configuration and lifecycle changes.

Related guides

  • Emergency Response and Recovery Pause-state behavior and custody recovery paths.
  • Allowed Pools See the current pool allowlist managed by governance controls.
  • Contract Architecture Understand how governance-controlled components interact.
  • Contract Addresses Reference deployed governance and protocol addresses.