> For the complete documentation index, see [llms.txt](https://help.enterprise.ledger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.enterprise.ledger.com/core/workspace-administration/accounts/generate-a-receiving-address.md).

# Generate a receiving address

## Before you start

* Your Personal Security Device must be connected to your computer, switched on, and the Ledger Vault app opened.
* Note that a new address is generated on Bitcoin and Bitcoin-like accounts each time you create a transaction or receive funds.

## Instructions

1. Click **Accounts** on the left panel.
2. Click the name of account for which you want to generate an address.

<figure><img src="/files/TAydJZ1ybPFPfv4JzZxG" alt=""><figcaption></figcaption></figure>

3. Click **Receive** in the top right corner.

<figure><img src="/files/oEKnFp8TekWxBBOs1FN0" alt=""><figcaption></figcaption></figure>

4. **Advanced users only:** To regenerate an existing **Bitcoin** address, open the **Advanced** drop-down, delete the last digits of the derivation path and enter the **address index** . Otherwise, leave this field as is to generate a new address.

<figure><img src="/files/8qeg9UzWzLxpgIgWJgto" alt=""><figcaption></figcaption></figure>

5. Click **Verify on device** .
6. Verify that the address displayed both on your Personal Security Device and on-screen are identical.

   If they are:

   * **Identical** , tap **Confirm** .
   * **Not identical** , tap **Cancel** . Carefully verify the generated address and try again or contact [Support](https://support.vault.ledger.com/) if in doubt.
7. Tap **Confirm** .
8. Click **Done** .
9. Click  to copy the address.

## Results

You've generated a public address and a QR code (displayed on your device only) for the selected account.

For additional security, verify the address again after you paste it. Malware on your computer might replace addresses in your clipboard.


---

# 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://help.enterprise.ledger.com/core/workspace-administration/accounts/generate-a-receiving-address.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.
