> For the complete documentation index, see [llms.txt](https://docs.libre.org/libre-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.libre.org/libre-docs/accounts-and-wallets/anchor-wallet/creating-a-libre-mainnet-account-in-anchor.md).

# Mainnet Account

Anchor is the leading desktop wallet for all Antelope chains. It is extremely reliable and trustworthy. You can download it at <https://greymass.com/en/anchor/>\
\
Anchor can be used with LIbre in two ways:

* By importing an existing Libre account using a 51 char alphanumeric private key (beginning with a 5)
* By connecting to a Ledger Hardware Wallet.\\

We'll cover the [Ledger setup here](/libre-docs/accounts-and-wallets/ledger-hardware-wallet.md).

For now, lets focus on importing a key. For this, these are the steps:\
\
1\. Generate a private key and 12 word seed phrase from the Libre seed generator or Ian Colman Utility. <https://explorer.libre.org/generate> - save **BOTH** the seed phrase and private key.\
\
2\. Insert that private key into the Libre account generator: <https://accounts.libre.org/>\
\
3\. Import the private key into Anchor.\
\
4\. Add the token addresses for BTC and USDT as follows:\\

`contract: BTC.libre`\
`token: BTC`\
\
`contract: USDT.libre`\
`token: USDT`\
\
5\. At this point, you can see your balances in Anchor like this\
\\

As long as you have saved the seed phrase, you will be able to import the account in Bitcoin Libre as well.


---

# 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:

```
GET https://docs.libre.org/libre-docs/accounts-and-wallets/anchor-wallet/creating-a-libre-mainnet-account-in-anchor.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.
