> For the complete documentation index, see [llms.txt](https://factom-protocol.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://factom-protocol.gitbook.io/documentation/wallets.md).

# Wallets

- [Ledger Nano S Wallet](https://factom-protocol.gitbook.io/documentation/wallets/ledger-nano-s-wallet.md)
- [Enterprise Wallet](https://factom-protocol.gitbook.io/documentation/wallets/enterprise-wallet.md): Enterprise Wallet is a Factom desktop wallet for Windows, Mac and Linux.
- [Install](https://factom-protocol.gitbook.io/documentation/wallets/enterprise-wallet/install.md): Installation instructions for the Factom Enterprise Wallet
- [Create FCT Address](https://factom-protocol.gitbook.io/documentation/wallets/enterprise-wallet/create-fct-address.md): Create a Factoid address for use in the Enterprise Wallet
- [Send and Receive FCT](https://factom-protocol.gitbook.io/documentation/wallets/enterprise-wallet/send-and-receive-fct.md)
- [Backup Wallet](https://factom-protocol.gitbook.io/documentation/wallets/enterprise-wallet/backup-wallet.md): Backup your Enterprise Wallet using the seed phrase.
- [Restore From a Backup Seed](https://factom-protocol.gitbook.io/documentation/wallets/enterprise-wallet/restore-from-a-backup-seed.md): Restore your Factom Enterprise Wallet using a backup seed.
- [Importing/Exporting your private key(s)](https://factom-protocol.gitbook.io/documentation/wallets/enterprise-wallet/import-private-key.md): This section is relevant if you have a private key for a FCT or EC address for instance from a previous wallet or third party that you wish to import, or if you wish to export your private keys.
- [Select Your Factomd Node](https://factom-protocol.gitbook.io/documentation/wallets/enterprise-wallet/select-your-factomd-node.md): Choose which factomd instance to use with Enterprise Wallet
- [Upgrade to a Secure Wallet](https://factom-protocol.gitbook.io/documentation/wallets/enterprise-wallet/upgrade-to-a-secure-wallet.md)
- [FAT Wallet](https://factom-protocol.gitbook.io/documentation/wallets/fat-wallet.md): A multi-platform desktop wallet for FCT, EC, and FAT (Factom Asset Tokens).
- [MyFactomWallet](https://factom-protocol.gitbook.io/documentation/wallets/myfactomwallet.md)
- [Paper Wallet](https://factom-protocol.gitbook.io/documentation/wallets/paper-wallet.md)


---

# 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://factom-protocol.gitbook.io/documentation/wallets.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.
