Revert
  • Introduction
  • Position Analytics
    • Uniswap V2 Positions
    • Uniswap V3 Positions
    • Detecting staked LP tokens
  • Liquidity incentives
    • Time-vested v3 Staker
    • Migrating from Mainnet
      • To Optimism
      • To Polygon
  • Top Positions
  • Initiator
    • Start providing liquidity
  • Auto-compounder
    • User Guide
    • Performance improvement
  • Position Management
  • Auto-Exit
  • Auto-Range
  • Revert Lend
    • Borrowing
    • Lending
    • Repaying
    • Withdrawing
    • Leverage
    • Liquidations
  • TECHNICAL DOCS
    • Auto-compounder
    • Backtester
    • Self-compounder
    • Auto-Exit
    • Auto-Range
    • Revert Lend
      • Configuration parameters
  • Resources
    • Contract Addresses
    • Security
    • Auto-compounder v1 FAQ
    • Twitter
    • Discord
    • GitHub
    • Blog
Powered by GitBook
On this page
  • How to activate a position
  • How to remove a position
  1. TECHNICAL DOCS

Auto-Range

How to activate a position

To setup a position it needs to be approved for the Auto-Exit contract with setApprovalForAll and the method configToken() must be called.

setApprovalForAll is mandatory here because it is the only way that the newly created positions are approved automatically.

How to remove a position

Call the configToken() function with all values set to default.

PreviousAuto-ExitNextRevert Lend

Last updated 11 months ago