> For the complete documentation index, see [llms.txt](https://docs.trustlesswork.com/trustless-work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trustlesswork.com/trustless-work/v1-pt/introducao/stellar-and-soroban-the-backbone-of-trustless-work/stellar-wallets.md).

# Carteiras Stellar

## Introdução às carteiras Stellar

As carteiras Stellar são ferramentas essenciais para interagir com a blockchain Stellar, permitindo que desenvolvedores e usuários gerenciem, enviem e recebam ativos digitais com segurança. Esta seção cobre a configuração e integração das carteiras Stellar populares:

* [**Carteira Freighter**](/trustless-work/v1-pt/introducao/stellar-and-soroban-the-backbone-of-trustless-work/stellar-wallets/freighter-wallet.md)
* **Carteira Albedo**
* **Carteira xBull**
* **Carteira Rabet**
* **Carteira Lobstr**
* **Carteira Hana**

## Conceitos-chave

### Chaves públicas e privadas

* **Chave pública:** Seu `endereço Stellar`, usado para receber ativos. Isso pode ser compartilhado publicamente.
* **Chave privada:** Sua chave secreta usada para autorizar transações. Deve ser mantida em segurança e nunca compartilhada.
* **Nunca compartilhe sua chave privada com ninguém**

## Trustlines

Contas Stellar precisam estabelecer trustlines para receber ativos personalizados. Trustlines representam um relacionamento entre duas contas, onde uma conta confia que a outra emitirá um ativo específico. Isso permite que a conta receptora aceite e mantenha esse ativo.

Trustlines são cruciais no Stellar para:

* Estabelecer confiança com emissores de ativos
* Habilitar o recebimento de tokens personalizados
* Exigir um pequeno saldo mínimo para criar

## Requisitos de Saldo Mínimo

* Contas Stellar exigem um saldo mínimo (atualmente 0,5 XLM)
* Cada trustline aumenta o requisito de saldo mínimo
* Ajuda a prevenir spam e garante a estabilidade da rede

## Melhores práticas de segurança

* Use carteiras de hardware quando possível
* Habilite a autenticação de dois fatores
* Armazene chaves privadas offline
* Use navegadores seguros e atualizados
* Atualize regularmente o software da carteira
* Tenha cuidado com sites de phishing


---

# 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://docs.trustlesswork.com/trustless-work/v1-pt/introducao/stellar-and-soroban-the-backbone-of-trustless-work/stellar-wallets.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.
