Algebra Integral
HomepageSocialsIntegrate
  • Overview
    • What is Algebra?
    • Who Are These Docs For
    • Why Concentrated Liquidity & Modularity Matter
    • Partners & Ecosystem
    • Audits & Security
    • Social Media & Communities
  • Introducing Algebra Integral to Founders & Business Teams
    • Overview of Algebra Integral
      • How It Works: Core + Plugins
      • V3 vs. V4: Key Differences
      • Integral vs. Uniswap V4: Key Differences
    • Benefits of Modular Architecture
      • Perks for DEXes
      • Perks for Builders
      • Perks for Users
  • Modularity: Use Cases
  • Plugin Marketplace
  • Algebra Partner Support
  • User Guide Template For DEXes
    • Concentrated Liquidity & Modular Architecture Basics
      • Glossary
      • How Concentrated Liquidity & Modular Architecture Work
      • Benefits of Modular Concentrated Liquidity AMM for Users
        • Perks for Liquidity Providers
        • Perks for Projects
        • Perks for Traders
      • Fee Mechanics
        • Static Fee
        • Dynamic Fee
        • Sliding Fee
        • Dynamic Fee Based on Trading Volume
        • Managed Swap Fee
        • Whitelist Fee Discount
      • Farming
      • Farming FAQ
  • Price Ranges and Liquidity Strategies
    • What Are Price Ranges
    • Basic Price Range Presets
    • Advanced Range Presets
    • How Price Moves Affect Liquidity
    • Impermanent Loss: Concepts & Mitigation
    • Matching Your Liquidity Strategy to Market Moves
    • Swap & LP Strategies with Price Ranges
    • Liquidity Scenarios & Risk Profiles
  • Liquidity Provisioning: Tutorials & FAQs
    • Adding Liquidity
      • Manual Mode
      • Automated Mode
    • Managing & Adjusting Positions
    • How APR is Calculated
    • FAQ for LPs
  • Algebra Integral / Technical Reference
    • Intro
    • Audits
    • Integration Process
      • Specification and API of contracts
        • Algebra Pool
        • Algebra Factory
        • Swap Router
        • Nonfungible Position Manager
        • Quoter
        • QuoterV2
        • TickLens
      • Interaction with pools
        • Getting data from pools
      • Subgraphs and analytics
        • Examples of queries
      • Technical Guides
        • Intro
        • Swaps
          • Single swaps
          • Multihop swaps
        • Providing liquidity
          • Setting up your contract
          • Mint a new position
          • Collect fees
          • Decrease liquidity
          • Increase liquidity
          • Final Contract
        • Flashloans
          • Setting up your contract
          • Calling flash
          • Flash callback
          • Final contract
      • Migration from UniswapV3
      • FAQ
    • Core Logic
      • Pool overview
      • Swap calculation
      • Liquidity and positions
      • Ticks
        • Ticks search tree
      • Reserves
      • Flash
      • Plugins
      • AlgebraFactory and roles
    • Plugins
      • Overview
      • Farming
      • Adaptive Fee
      • Sliding Fee
      • Whitelist Discount Fee
      • Safety Switch
      • Position Limit Orders
      • Managed Swap Fee
      • FAQ
    • Guides
      • Plugin Development
      • Plugin Testing
      • Plugin Deployment
    • Changes V1
    • Changes V1.1
    • Changes v1.2
  • Changes v1.2.1
  • Other
    • Archived Documentation
Powered by GitBook
On this page
  • Where to Find Your Positions
  • Position Management Options
  1. Liquidity Provisioning: Tutorials & FAQs

Managing & Adjusting Positions

PreviousAutomated ModeNextHow APR is Calculated

Last updated 15 hours ago

Note for DEX Teams:

This section provides a practical guide to maintaining and optimizing active positions. It helps users maximize profitability and manage risks—an important UX lever for long-term engagement and user retention.

The illustrated mechanics use Algebra’s testnet visuals and are intended as templates for your branded DEX UI.

Where to Find Your Positions

Navigate to the "My Pools" tab on the Pools page to view all your active and inactive liquidity positions.

Position Management Options

Click on any position to open the position management panel, where you’ll see:

  • Total Value

  • Assets Deposited

  • Current Price Range

  • Pending Fees / Rewards

  • Current Status (Active / Inactive)

From this panel, you can perform the following actions:

1. Collect Fees

  • Click "Collect" to claim all accumulated fees and rewards.

  • Confirm the transaction in your wallet.

2. Withdraw Liquidity

  • Choose "Remove Liquidity" to remove all or part of your liquidity.

  • You can fully exit the pool or reduce exposure.

  • Confirm in your wallet and receive your tokens back.

Note: You cannot adjust the price range of an existing position. If you want to change this parameter, you must first withdraw your position and then create a new one with updated settings.

Want to learn more about liquidity management strategies?

Check out the following pages to explore different approaches based on your goals and market behavior:

Basic Price Range Presets
Advanced Range Presets
Matching Your Liquidity Strategy to Market Moves
Swap & LP Strategies with Price Ranges
Liquidity Scenarios & Risk Profiles