# Withdraw From Vault

### Withdraw to Bold Wallet

1. Navigate to the [vault page](https://app.getbold.io/vault) within Bold.&#x20;
2. Click `Withdraw`.

<figure><img src="/files/HR3aGKSUyehOwFnaDvRc" alt="" width="118"><figcaption></figcaption></figure>

3. Select `To my Bold Wallet`, enter how much bitcoin you want to withdraw, and select the priority of your transaction from `Low cost`, `Normal`, or `Fast`. Then click `Continue`.
   1. The options of `Low cost`, `Normal`, and `Fast` will have different transaction fees.&#x20;
4. Click `Confirm`.
5. Select the first key with which you will sign the transaction.
   1. In the image below `Cold Card 1` was selected.

<figure><img src="/files/RzZARr6y1sAmwm2q7qYO" alt="" width="375"><figcaption></figcaption></figure>

6. Select the `Manufacturer` of your first key, and follow the steps on your hardware wallet to confirm the transaction.&#x20;
   1. In this example with a `Coldcard`, click `Download PSBT` to continue.&#x20;
7. After you sign the transaction with your first key, that key will turn <mark style="color:green;">green</mark>. The signature was successful. Click `Continue` to repeat the signing process with your second key.&#x20;
8. Select the `Manufacturer` of your second key, and follow the steps on your hardware wallet to confirm the transaction.&#x20;
9. After you sign the transaction with your second key, you will see both of your keys lit up with the color <mark style="color:green;">green</mark>. Both signatures were successful. Click `Broadcast`.&#x20;
10. Your withdrawal has now been broadcasted to the bitcoin network.

<figure><img src="/files/vmXonigHxxdbyqhpOrp8" alt="" width="375"><figcaption></figcaption></figure>

11. Find the details of a withdrawal by clicking onto a transaction in the `Latest transaction` table.&#x20;

### Withdraw to Outside Wallet

1. Navigate to the [vault page](https://app.getbold.io/vault) within Bold.&#x20;
2. Click `Withdraw`.

<figure><img src="/files/HR3aGKSUyehOwFnaDvRc" alt="" width="118"><figcaption></figcaption></figure>

3. Select `To outside wallet`, and enter in the `Bitcoin address` to which you want to withdraw. Enter how much bitcoin you want to withdraw, and select the priority of your transaction from `Low cost`, `Normal`, or `Fast`.&#x20;
4. Click `Continue`.
   1. The options of `Low cost`, `Normal`, and `Fast` will have different costs for transaction fees.&#x20;

<figure><img src="/files/ortUbz7AQUwUU5EKebwm" alt="" width="375"><figcaption></figcaption></figure>

5. Select the first key with which you will sign the transaction.
   1. In the image below `Cold Card 1` was selected.

<figure><img src="/files/RzZARr6y1sAmwm2q7qYO" alt="" width="375"><figcaption></figcaption></figure>

6. Select the `Manufacturer` of your first key, and follow the steps on your hardware wallet to confirm the transaction.&#x20;
   1. In this example with a `Coldcard`, click `Download PSBT` to continue.&#x20;
7. After you sign the transaction with your first key, that key will turn <mark style="color:green;">green</mark>. The signature was successful. Click `Continue` to repeat the signing process with your second key.&#x20;
8. Select the `Manufacturer` of your second key, and follow the steps on your hardware wallet to confirm the transaction.&#x20;
9. After you sign the transaction with your second key, you will see both of your keys lit up with the color <mark style="color:green;">green</mark>. Both signatures were successful. Click `Broadcast`.&#x20;
10. Your withdrawal has now been broadcasted to the bitcoin network.

<figure><img src="/files/vmXonigHxxdbyqhpOrp8" alt="" width="375"><figcaption></figcaption></figure>

11. Find the details of a withdrawal by clicking onto a transaction in the `Latest transaction` table.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.getbold.io/bold-vault/withdraw-from-vault.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
