Mellow Protocol
  • 💡Overview
  • 🎛️MELLOW LRT (LST) PRIMITIVE
    • Overview
    • Simple-LRT
    • LRT Contracts
      • 🏦Vault
      • 🔧VaultConfigurator
      • ⚖️Validators
        • ManagedValidator
        • ERC20SwapValidator
        • DefaultBondValidator
        • AllowAllValidator
      • 🧬Strategies
        • DefaultBondStrategy
        • SimpleDVTStakingStrategy
      • 🔎Oracles
        • ChainlinkOracle
        • ManagedRatiosOracle
      • 🧱Modules
        • DelegateModules
          • ERC20SwapModule
          • DefaultBondModule
          • StakingModule
        • ExternalModules
        • TvlModules
          • DefaultBondTvlModule
          • ERC20TvlModule
          • ManagedTvlModule
      • 🪛Utils
        • DepositWrapper
        • DefaultAccessControl
      • 🔐Security
        • AdminProxy
    • DVstETH vault overview
    • Contract deployments
    • Security
    • Loyalty Points
      • Points in Symbiotic pre-deposit contracts
      • DeFi points integration instructions
    • User Tutorials
      • Deposit guide
      • Withdrawal guide
      • Emergency withdrawal guide (advanced)
    • API
  • 🤖MELLOW ALM
    • Mellow ALM Toolkit
      • Overview
      • 📘Domain objects
      • 🧩Components
      • 🍜Processes
      • 💎Core
      • 🔮Oracles
        • VeloOracle
      • 🎯Strategy
        • PulseStrategyModule
      • 🔌AMM Adapters
        • VeloAmmModule
      • 🚙Utility contracts
        • AmmDepositWithdrawModule
        • Counter
        • LpWrapper
        • VeloDeployFactory
    • Mellow permissionless vaults
      • Overview
      • Core
      • Contracts API
      • Strategies
        • Fearless Gearbox strategy
        • LStrategy
        • Uni V3 Boosted strategy
        • Pulse strategy
        • Pulse strategy V2
        • Tamper strategy
      • Governance parameters
      • Contracts specs
      • Tutorials
        • Contracts deployments
        • Deploy your own strategy
        • wstETH strategies deposit guide
      • Mellow contracts addresses
        • Mellow Protocol Addresses (Polygon)
        • Mellow Protocol Addresses (Mainnet)
        • Gearbox Fearless Strategy
        • Tamper Strategy
        • UniV3 Pulse wstETH-USDC
        • UniV3 Pulse V2 wstETH-USDC
        • Velodrome CL strategies
        • Aerodrome CL strategies
      • Glossary
      • FAQ
    • Mellow Backtesting SDK
  • 🗄️Resources
    • Media kit
    • Twitter
    • Discord
Powered by GitBook
On this page
  1. MELLOW LRT (LST) PRIMITIVE
  2. User Tutorials

Withdrawal guide

In this tutorial, we'll guide you through the process of withdrawing your assets and LRT tokens using the Mellow Protocol Dapp.

Step 1: Access the Dapp

Visit the Mellow Protocol and access the Dapp. Connect your wallet to proceed.

Step 2: Dashboard

Once connected, navigate to your dashboard to view your list of LRTs. Choose the LRT you want to withdraw.

Step 3: LRT Details

After selecting an LRT, click on it to view its details and withdrawal pop-up. The "Request withdrawal" button will be inactive until you meet the necessary conditions.

Step 4: Withdrawal Amount

Enter the amount you wish to withdraw. You can also click the "Max" button to set the maximum available value for withdrawal, based on your LRT balance in your wallet.

Step 5: Request Withdrawal

Once you've entered the withdrawal amount, the "Request withdrawal" button will activate. Click it to initiate the withdrawal process.

Step 6: Transaction Signing

Using your connected wallet, sign the withdrawal transaction.

Step 7: Withdrawal Request

After a successful transaction, you'll see a "Withdrawal Request" card in your dashboard. This card displays the LRT type, status, withdrawal amount, initiation time.

Step 8: Lockup Period

After requesting withdrawal, you will not receive any points for the withdrawn LRT. The points earned are displayed in your dashboard. Withdrawals are processed by risk curators within 1-7 days in batches.

Step 9: Withdrawal Confirmation

After the transaction is successful, you'll see the number of LRT tokens withdrawn, claimed assets, and their dollar equivalent on the LRT page.

Congratulations! You've completed the withdrawal process and got back your assets. Remember to monitor your LRT balances and points in your dashboard.

PreviousDeposit guideNextEmergency withdrawal guide (advanced)

Last updated 10 months ago

🎛️