Stryke Docs
HomeGitHubSocials
  • ⚑Introducing Stryke
  • πŸ”Products Overview
    • Product Overview (CLAMM)
      • For Option Traders
      • For Liquidity Providers
  • 🌚Tokenomics
    • SYK Token
    • xSYK Token
    • Reward Gauges
    • Protocol Fees
  • πŸšΆβ€β™‚οΈUI Walkthroughs
    • CLAMM Walkthrough
      • Connect Wallet
      • Navigate Markets
      • Trade Options
      • Limit Exercise
      • Provide Liquidity
      • Reward Gauges
  • ⛓️Developers
    • Contracts
      • LP Management
        • Mint a Position
        • Burn a Position
        • Reserve Liquidity
        • Withdraw Reserved Liquidity
      • Trading
        • Mint Option
        • Exercise Option
    • APIs
      • xSYK
      • CLAMM
        • Trading
          • Purchase
          • Exercise
        • LP management
        • Option markets
        • Strikes chain
    • Deployed Addresses
      • CLAMM
      • Tokens & Others
      • Gauges
    • Bug Bounty Program
  • πŸ“šREFERENCES
    • Glossary
    • Audits
    • Partners
    • Media Kit
Powered by GitBook
LogoLogo

Β© 2024 Stryke

On this page
  • Overview
  • Operations

Was this helpful?

  1. Developers
  2. Contracts

LP Management

PreviousContractsNextMint a Position

Last updated 9 months ago

Was this helpful?

Overview

LP Positions on CLAMM are managed via the PositionManager contract. This contract enables users to deploy liquidity in different ticks (on a Concentrated Liquidity AMM) which further can be utilized by Option Markets to sell options to traders which helps LPs earn premiums on top of the fees they earn on their chosen AMM. Further additional functionality to allow for reserving liquidity and withdrawing reserved liquidity is directly managed at the Handler contract.

Operations

⛓️
Mint a Position
Burn a Position
Reserve Liquidity
Withdraw Reserved Liquidity