# Receive and Send

You are able to receive and send bitcoin via on-chain transactions on Bold.

### Receive Bitcoin&#x20;

1. Click `Move bitcoin` from the Bold Wallet page.
2. Click `Receive bitcoin`.

<figure><img src="/files/1NR36xBVV8i1nkbQovfV" alt="" width="176"><figcaption></figcaption></figure>

3. Scan the QR code or copy and paste the bitcoin on-chain address.

{% hint style="danger" %}
The below QR address and on-chain wallet address is not an active bitcoin address. DO NOT SEND your bitcoin to this address.
{% endhint %}

<figure><img src="/files/1ZaRXkQFRnPYEZrqHN1d" alt="" width="375"><figcaption><p>The QR code/wallet address the sender will need to send you bitcoin</p></figcaption></figure>

4. Confirm the transaction yourself or have the sender confirm the transaction.
5. When the transaction is confirmed you will receive your bitcoin in your account.
6. Find the details of a deposit (receive) transaction by clicking onto a transaction in the `Latest transaction` table.&#x20;
   1. You can tag a transaction as either a `Self transfer` or `Payment`. You can also input a note about the transaction.&#x20;
      1. The category and note will flow over to Bold's tax reporting feature making it easier for taxable events to be represented and accounted for.&#x20;

### Send Bitcoin

1. Click `Move bitcoin` from the Bold Wallet page.
2. Click `Send bitcoin`.

<figure><img src="/files/Hx2zdNJLC1KnC9gUpsse" alt="" width="177"><figcaption></figcaption></figure>

3. If you are sending bitcoin to an outside wallet, enter in the bitcoin address into the `Bitcoin address` section. Enter the amount of bitcoin you want to send and then click `Continue`.
   1. If you are looking to withdraw to your vault, visit [Deposit to Vault.](/bold-vault/deposit-to-vault.md)

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

{% hint style="warning" %}
You will only be able to send bitcoin in your account that has cleared the holding period
{% endhint %}

4. Click `Confirm` to confirm your transaction.&#x20;
   1. Network fees are based on a 3 month moving average.&#x20;

{% hint style="info" %}
Withdrawals above $25,000 require manual review and approval. This threshold can be increased or decreased by emailing <support@getbold.io>.&#x20;
{% endhint %}

5. Find the details of a withdrawal (send) transaction by clicking onto a transaction in the `Latest transaction` table.&#x20;
   1. You can tag a transaction as either a `Self transfer` or `Payment`. You can also input a note about the transaction.&#x20;
      1. The category and note will flow over to Bold's tax reporting feature making it easier for taxable events to be represented and accounted for.&#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-wallet/receive-and-send.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.
