> For the complete documentation index, see [llms.txt](https://leather.gitbook.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leather.gitbook.io/guides/bitcoin-name-system-bns/send-btc-to-a-.btc-bns-name.md).

# Send BTC to a .btc BNS name

Visit <https://btc.us/manage> to configure the BTC receipt address of your choice for each BNS name you own:

### A. Via Basic Settings (recommended)

1. Click the pen to add a Bitcoin address:\
   ![](/files/BVT95s0Hu8K1Zw7LaX2k)
2. Paste in the Bitcoin address you would like to use:\
   ![](/files/aQLNtQWXaBLFpwz4YUVm)
3. Click "Add"
4. Click save changes\
   ![](/files/iY62AV9yOwjV4OHYX0bJ)
5. Sign the transaction to update the zonefile, after the transaction is confirmed allow a moment and then anyone using Leather (or another compatible wallet) can send to your .btc name on Stacks. See the examples below.&#x20;

### B. Via advanced settings

If the user friendly method above fails or if you are using another service to update your zonefile, you can also use the details below to add your own text record, to achieve the same result.&#x20;

1. Select "Advanced" -> "TXT" type -> "Add record" ->✏️
2. Enter "\_btc.\_addr" in "Name" & desired BTC address in "txt"
3. Select "Save changes" & confirm transaction.

![Adding record in Advanced account options on https://btc.us](/files/VhfxUFpuOLSRgpIosYwM)

Note 1: When you send to an address that has set their BTC address like this the wallet will convert it for you:

![Send to names that have added a bitcoin address record to their profile](/files/t48tNlLEHOyG4Kjb3zZh)

Note 2: If the owner of the BNS name did not set a BTC address like this. An error will be displayed:

<figure><img src="/files/FMxSUNMDPVD9ADmdkN57" alt=""><figcaption><p>Error for unconfigured .btc names</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://leather.gitbook.io/guides/bitcoin-name-system-bns/send-btc-to-a-.btc-bns-name.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
