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

Emergency Response and Recovery

How incident response works, what pause means, and how users recover custody using returnNft.

What happens in an incident

If a critical issue is detected, guardian controls pause execution components to contain risk quickly.

Pause is an incident-response control. It is intended to stop unsafe normal flows while preserving user recovery paths.

Pause impact at a glance

AreaWhat users should expect
Normal lifecycle actionsOpen, manage, and exit actions are unavailable while pause is active.
Pricing and safety controlsProtective checks remain in place; unsafe execution paths stay blocked.
Recovery pathreturnNft remains the key user recovery mechanism during pause scenarios.

Who can do what during pause

RoleOperational scope
UsersCan call returnNft to recover direct NFT custody for manual or external handling.
GuardianTriggers and lifts pause for incident containment.
Governance/timelock ownerHandles policy/config changes and can execute coordinated returnNft recovery actions during pause.

returnNft recovery path

Position owners can call returnNft at any time to recover direct custody of their LP NFT outside managed protocol flows.

During pause, governance can also execute returnNft recovery for positions, and custody is sent directly to each owner wallet, never to protocol owner wallets.

After returnNft, the protocol no longer controls that NFT or manages that position. The lifecycle is recorded as exited at current value in accounting and history.

Recommended user response during pause

  1. Confirm incident status from official protocol channels and on-chain pause state.
  2. Use returnNft if you need direct custody for external/manual risk management.
  3. Track follow-up governance and recovery updates before re-enabling normal automation assumptions.

Related guides

  • Security and Governance Authority model for pause and emergency operations.
  • Contract Architecture Understand where recovery paths sit in execution architecture.
  • Contract Addresses Reference on-chain addresses during incident verification.