> 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/trezor/como-obter-a-chave-publica-xpub-da-minha-trezor.md).

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

Para ver o XPUB da sua conta no Trezor Suite, conecte seu Trezor e acesse suite.trezor.io ou abra o aplicativo de desktop Trezor Suite.

Vá para a guia Contas e selecione a conta desejada na barra lateral.

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

Clique na guia Conta ao lado de Visão geral.

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

Clique em Mostrar chave pública.

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

O Trezor Suite agora exibirá seu XPUB como um código QR e como texto. o XPUB pode ser copiado ou digitalizado em qualquer aplicativo que suporte XPUBs.&#x20;

<figure><img src="/files/pyobie3ir6SpiEQKWjtW" 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. Envie o seu XPUB em nossa plataforma, na seção "Minhas Carteiras -> Redes Blockchain".


---

# 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/trezor/como-obter-a-chave-publica-xpub-da-minha-trezor.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.
