Byzantine Finance
Website - Home🖥️ For Developers
  • 👋Introduction
    • What is Byzantine Finance?
      • Permissionless strategy vaults
      • Strategy layer & infrastructure layer - Explain Like I'm 5
      • Architecture Overview
    • Explanation of terms
    • Restaking explained
  • Media kit
  • 🔑Byzantine Vaults
    • What are Byzantine vaults?
    • Features of Native Vaults
      • Byzantine Oracle
      • Best practices for Validator Managers
    • Types of Native Vaults
      • Solo Staker Vaults
      • Partner Validated Vaults
      • Distributed Validator Vaults
  • ↔️Vault Interaction
    • Deposit
      • Deposit to ERC20 Vaults
      • Deposit to Native Vaults
    • Withdraw
      • Withdraw from ERC20 Vaults
      • Withdraw from Native Vaults
    • Claim Rewards
      • Restaking Rewards
        • EigenLayer Rewards
        • Symbiotic Rewards
  • 🎛️Vault Creation
    • Overview
      • Vault Configuration Guide
      • Vault Parameters
        • Byzantine Vault Parameters
        • Native Vault Parameters
        • EigenLayer Parameters
        • Symbiotic Parameters
      • Roles
    • Single Protocol Vaults
      • EigenLayer Vault
        • Eigen ERC20 Vault
        • Eigen Native Vault
      • Symbiotic Vault
        • Sym ERC20 Vault
        • Sym Native Vault
    • Cross Protocol Vaults
      • Eigen Layer / Symbiotic ERC20 Vault
  • 🤖Curation
    • Overview
    • Curator Related Roles
    • Vault Management
    • Strategy Management
      • EigenLayer Strategy
      • Symbiotic Strategy
      • Cross Protocol Vault
    • Curation Fee Management
  • 🌐Node operators
    • Operators in the Byzantine ecosystem
    • Register as a Staking Operator
    • Staking
    • Restaking Operator
      • Symbiotic
      • EigenLayer
      • Allocation to existing Restaking Operators
      • Creation of on-demand Restaking Operators
  • Claiming DV operator fees
Powered by GitBook
On this page
  1. Vault Interaction
  2. Withdraw

Withdraw from Native Vaults

This section describes the withdrawal process from a Native ETH-based Byzantine Vault. The process is almost identical to ERC20 vaults and follows the same multi-step flow:

  1. Preview the withdrawal using previewWithdraw() or previewRedeem()

  2. Request the withdrawal using withdraw() or redeem()

  3. Wait for the withdrawal delay

  4. Finalize using completeWithdrawal()

Refer to the Withdraw from ERC20 Vaultsfor the detailed process.

Key Differences

  • The deposit() function is payable, and msg.value must exactly match the assets argument.

  • If not enough ETH is available on the execution layer, the withdrawal request will trigger partial or full validator exits on the Beacon Chain.

  • ETH will be distributed after completeWithdrawal() when the Beacon withdrawal flow is finalized.

PreviousWithdraw from ERC20 VaultsNextClaim Rewards

Last updated 1 month ago

↔️