# Can capitalization affect the validity of a Bitcoin address?

Yes, capitalization can affect the validity of a Bitcoin address depending on address type at hand.

For legacy Bitcoin addresses (starting with a 1 or 3), capitalization is significant and must be entered correctly to ensure the transaction is processed correctly.

For the most common bitcoin on-chain addresses (starting with bc1), capitalization is not significant and can be entered in upper or lower case letters interchangeably. Nevertheless, it is always recommended to double-check the address before sending any transactions to avoid mistakes.


---

# 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://faq.blink.sv/blink-payment-methods/on-chain/can-capitalization-affect-the-validity-of-a-bitcoin-address.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.
