> For the complete documentation index, see [llms.txt](https://faq.declarecripto.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.declarecripto.com.br/tutoriais-sobre-extracao-de-dados-e-criptomoedas/carteiras-redes-blockchain/ledger/como-obter-a-chave-publica-xpub-da-minha-ledger.md).

# Como obter a chave pública (xpub) da minha Ledger?

A chave pública estendida (xpub) é a chave pública mestra de uma conta. Todos os endereços públicos de uma conta Ledger Live são gerados a partir de um xpub, e é por isso que você deve lidar com isso com cautela para proteger sua privacidade.

Sua carteira de hardware Ledger gera um xpub exclusivo para cada conta que você cria. Graças ao xpub, o Ledger Live gera endereços públicos individuais e verifica seus saldos no blockchain para calcular o saldo da sua conta.

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

> **Observação**: A chave xpub só é necessária para as redes multi-chave -> Bitcoin, Litecoin, Bitcoincash, Dogecoin, Dash e BSV. \
> Caso você precise da rede Ethereum, basta nos enviar o endereço da sua carteira (o mesmo que você usa para receber ETH, pois a rede não possui xpub.

Após copiar a sua chave, basta colar a mesma na seção "Minhas Carteiras -> Redes Blockchain" em nossa plataforma!

Mais informações sobre xpub no artigo oficial da Ledger abaixo:

{% embed url="<https://support.ledger.com/hc/en-us/articles/360011069619-Extended-public-key?docs=true>" %}


---

# 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://faq.declarecripto.com.br/tutoriais-sobre-extracao-de-dados-e-criptomoedas/carteiras-redes-blockchain/ledger/como-obter-a-chave-publica-xpub-da-minha-ledger.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.
