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

Concepts

Valuation and Slippage

How EZManager prices positions in USDC and enforces end-to-end slippage protection.

How valuation works

EZManager values positions in USDC using TWAP-based routing over allowlisted pools.

This gives users consistent accounting and execution context based on robust market inputs rather than fragile one-block spot reads.

Route quality and gas efficiency

Governance-managed route caching keeps valuation and routing efficient on chain while still preferring high-liquidity paths.

The routes are periodically updated to reflect the current highest liquidity depth for all swaps in the system.

Slippage budgets

At the start of an action, your slippage setting is converted into one USDC-denominated budget for the full operation.

That budget is passed through internal swaps and liquidity steps, and decremented through the flow so the combined operation stays within your configured slippage limit.

What this means for users

AreaUser outcome
ValuationConsistent USDC-denominated view across lifecycle actions.
RoutingExecution follows governance-approved, liquidity-aware paths.
Slippage protectionOne operation-level budget controls aggregate internal execution loss.

Related guides

  • Allowed Pools See the pool universe used by valuation and routing.
  • Open a Position Understand where slippage settings are first applied.
  • Security and Governance Review governance control and security measures.