# What address should I use for ordinals?

Use Taproot addresses. In the Wallet they are used “Ordinal Inscription” addresses. Although you can store multiple ordinals on a single taproot address it is best practice to use a Taproot per ordinal inscription for additional privacy and security.

1. Click “receive” in the wallet.
2. Click the copy button on the right to Ordinal Inscription addresses.


---

# 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://leather.gitbook.io/guides/bitcoin/what-address-should-i-use-for-ordinals.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.
