Valantis Documentation
Valantis Website
  • Welcome to Valantis
  • Sovereign Pool
    • The Modules
      • Pool Manager
      • Liquidity Module
      • Swap Fee Module
      • Verifier Module
      • Oracle Module
      • Sovereign Vault
        • Rebase token support
      • Gauge
    • Interacting with Pools
      • Swap Parameters
      • Swap Steps
      • Multi Token Support
      • Deposit Liquidity
      • Withdraw Liquidity
      • Flash Loans
  • Hybrid Order Type (HOT)
    • Understanding HOT: A Graphical Overview
    • HOT API
      • HTTP request parameters
      • HTTP request response
      • Reasoning for Request structure
      • Solver Integration
      • Market Maker integration
    • HOT Smart Contracts
      • Interfaces
      • State variables and roles
      • AMM
      • HOT Swap
      • AMM Swap
      • Hybrid Order Type (HOT) struct parameters
      • Alternating Nonce Bitmap
      • Deposits
      • Withdrawals
      • Deployment Assumptions
    • Liquidity Manager Docs
      • Reference Oracle
      • Deposit
      • Withdraw
      • Signature
    • Swap
      • Swap Context
      • AMM Swap
      • HOT Swap
      • HOT Quote Parameters
        • Bitmap Nonce Instructions
    • Solver Docs
      • Solver Request
      • Simple HOT Swap Example
      • Partial Fill HOT Swap Example
    • Risks and Trust Assumptions
      • Roles
        • Sovereign Pool Manager
        • HOT Manager
        • HOT Signer
        • Liquidity Provider
      • Threats
        • Deposit Sandwich
        • Malicious Price Bound
        • Malicious Signer
        • Mispriced HOT Quote
  • Validly
    • Understanding Validly
    • Swap
    • Deposits and Withdrawals
    • Deployments
  • Stake Exchange (stHYPE AMM)
    • Swap
      • Instant Withdrawals (LST -> Native Token)
      • New Stake (Native Token -> LST)
    • LP Positions
      • LP Withdrawals Instant
      • LP Withdrawal Queued
    • Ratio Fee
    • Lending of Reserves
    • Smart contracts
      • STEXAMM.sol
      • StHYPEWithdrawalModule.sol
      • StexRatioSwapFeeModule.sol
      • DepositWrapper.sol
      • AaveLendingModule.sol
    • Risks and Trust Assumptions
    • Integration examples
  • Deploy and Build
  • Resources
    • Audits
    • Links
    • Get HYPE on HyperEVM
Powered by GitBook
On this page

Was this helpful?

  1. Stake Exchange (stHYPE AMM)
  2. LP Positions

LP Withdrawal Queued

PreviousLP Withdrawals InstantNextRatio Fee

Last updated 1 month ago

Was this helpful?

Native Token shares are withdrawn immediately

LST shares are converted to Native Token via the Withdrawal Queue, and claimable for their full value in Native Token when mature

LPs converted LST shares are claimable when they mature in the LST Withdrawal Queue. In the case of stHYPE AMM, this can be almost instantly, or 1-7 days. LPs who exit the pool are the first ones to receive the pools matured LST Withdrawals, making this process as fast as possible.

LP Queued Withdrawal Workflow

  1. After burning their LP token, LPs claim their Native Token reserves immediately.

  1. LP's share of LST reserves in the pool, and the LP's share of the pool reserves already in the Withdrawal Queue, are marked for LP withdrawal. The LP is issued a Withdraw ID.

  2. When unstaking is complete, Native Token reserves are sent back to the Withdraw Module.

  3. LP can claim the remainder of their Native Token share using the claim() function when there is enough Native Token in the Withdrawal Module to fulfill the whole of the LPs Withdrawal Request & all LP Withdrawal Requests filed earlier in the LP Withdrawal Queue.