> ## Documentation Index
> Fetch the complete documentation index at: https://docs.byzantine.fi/llms.txt
> Use this file to discover all available pages before exploring further.

# Technical implementation

> How to make a withdrawal from a Byzantine vault.

## Withdrawing from a Byzantine vault

Withdrawals are available at any time, allowing users to access their funds whenever needed.

<Info>
  The integrator will have to call different API endpoints based on the authentication method used.
</Info>

<Tabs>
  <Tab title="Passkey">
    The withdrawal process follows the same two-step transaction pattern as deposits:

    1. [Get withdraw payload](/api-reference/transactions/get-withdraw-payload), which requests the transaction body to sign.
    2. [Sign a payload (passkey)](/api-reference/transactions/sign-payload), which submits the signed transaction.

           <img src="https://mintcdn.com/byzantinefinance/PxR8iO8NN5sGXZkN/images/withdraw-passkey.png?fit=max&auto=format&n=PxR8iO8NN5sGXZkN&q=85&s=8846278a85ac0627f67e7197fdc7a22a" alt="Flow to withdraw with Passkey" width="1532" height="1226" data-path="images/withdraw-passkey.png" />
  </Tab>
</Tabs>
