> For the complete documentation index, see [llms.txt](https://vincechain.gitbook.io/vince-chain-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vincechain.gitbook.io/vince-chain-documentation/3.-vince-chain-protocols/concepts/keyring.md).

# Keyring

The private and public keys users use to interact with nodes are stored in the keyring. You can import, export, and delete keys using the keyring command line interface. A case study would be when a validator key needs to be set up before running the blockchain node; the keyring would be resourceful in correctly signing the block.&#x20;

The private key can be stored in different locations, called "backends", such as the operating system's own key storage or any file that supports it, such as a password manager or wallet manager like [KDE Wallet Manager](https://docs.kde.org/stable5/en/kwalletmanager/kwallet5/).

<br>
