# Deposit To Vault

You can deposit to your Bold Vault from your Bold Wallet or an outside wallet.&#x20;

### Depositing from Your Bold Wallet

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

<figure><img src="/files/tKT2KUgmBCLtBgRvuayC" alt="" width="121"><figcaption></figcaption></figure>

3. Select `From my Bold Wallet` and enter the amount of bitcoin you want to send. Click `Continue`.

{% hint style="info" %}
You can only send bitcoin to your Bold Vault that has cleared any hold periods.
{% endhint %}

4. Click `Confirm`.
5. Find the details of a deposit by clicking onto a transaction in the `Latest transaction` table.&#x20;

### Depositing from an Outside Wallet

1. Navigate to the [vault page](https://app.getbold.io/vault) within Bold.
2. Click `Deposit`.

<figure><img src="/files/tKT2KUgmBCLtBgRvuayC" alt="" width="121"><figcaption></figcaption></figure>

3. Select `From outside wallet` and either:
   1. Scan the QR code, or
   2. Copy the on-chain address and paste it into the recipient address field of the wallet from which you are sending.&#x20;
4. Click `Continue`.
5. Bold will scan the bitcoin mempool for the transaction.&#x20;
6. Once the transaction is found in the mempool, the bitcoin balance will be reflected in your `Bold Vault`.&#x20;
   1. The bitcoin will be considered a `Pending deposit` in your `Bold Vault` until the transaction is confirmed on-chain.
7. Find the details of a deposit 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/deposit-to-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.
