# Withdrawing Assets

> import ThemedImage from '@theme/ThemedImage';

## Unstaking Assets

If you have staked your vault shares to earn additional rewards, you need to unstake them before you can withdraw your underlying assets. Staked shares are deposited into an additional contract and cannot be directly withdrawn - they must first be converted back to unstaked vault shares.

To unstake your assets:
1. Navigate to the **Unstake** tab under **Withdraw**
2. Select the amount of assets to unstake
3. Confirm the transaction

<figure>
<ThemedImage
    alt="Unstaking interface"
    sources={{
        light: require('@site/static/img/user/llamalend/guides/supply/withdraw/unstake-light.png').default,
        dark: require('@site/static/img/user/llamalend/guides/supply/withdraw/unstake-dark.png').default,
    }}
    style={{ width: '300px', display: 'block', margin: '0 auto' }}
/>
</figure>

## Withdrawing Assets

You can withdraw your assets from the lending market using the **Withdraw** tab. Withdrawn assets will be sent directly to your wallet.

To withdraw your assets:
1. Navigate to the **Withdraw** tab
2. Select the amount of assets to withdraw
3. Confirm the transaction

<figure>
<ThemedImage
    alt="Withdraw interface"
    sources={{
        light: require('@site/static/img/user/llamalend/guides/supply/withdraw/withdraw-light.png').default,
        dark: require('@site/static/img/user/llamalend/guides/supply/withdraw/withdraw-dark.png').default,
    }}
    style={{ width: '300px', display: 'block', margin: '0 auto' }}
/>
</figure>
