# Overview

## Wallets

The Beldex wallets are a gateway into confidential, decentralised transactions and communications. They allow you to hold private keys, secure or mine Beldex, and trade peer-to-peer.&#x20;

Beldex wallets store a collection of public and private keys which can be used to receive, view, or spend Beldex.&#x20;

The wallet uses the private keys through a daemon which synchronises with the Beldex Network to scan for incoming transactions and to send outgoing transactions.

### Command Line Interface Wallet (CLI) <a href="#command-line-interface-wallet-cli" id="command-line-interface-wallet-cli"></a>

The Cli Wallet is for more advanced users and offers the most tools when interacting with the Beldex Blockchain.

* [Download Beldex CLI Wallet](https://github.com/beldex-coin/beldex/releases)
* [Github Link](https://github.com/beldex-coin/beldex/)

#### CLI Guides <a href="#cli-guides" id="cli-guides"></a>

| Guide                                                                                                | Description                                                                                                                                                                                                      |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Restore CLI Wallet from Keys](https://docs.beldex.io/wallets/guides/cli-restoring-wallet-from-keys) | How to restore your wallet with spend and view keys.                                                                                                                                                             |
| [Restore CLI Wallet from Seed](https://docs.beldex.io/wallets/guides/cli-restoring-wallet-from-seed) | How to restore your wallet with a seed phrase (25 word mnemonic seed).                                                                                                                                           |
| [CLI Commands](https://docs.beldex.io/wallets/guides/cli-wallet-commands)                            | Details on different commands within the `beldex-wallet-cli`.                                                                                                                                                    |
| [2 of 2 - Multisignature Setup](https://docs.beldex.io/wallets/guides/multisig/2-2-multisig)         | [Multisig](https://docs.beldex.io/Wallets/Multisignature/) feature allows you to sign a transaction with more than one private key. Funds protected with multisig can only be spent by signing with 2-of-2 keys. |
| [2 of 3 - Multisignature Setup](https://docs.beldex.io/wallets/guides/multisig/2-3-multisig)         | [Multisig](https://docs.beldex.io/Wallets/Multisignature/) feature allows you to sign a transaction with more than one private key. Funds protected with multisig can only be spent by signing with 2-of-3 keys. |
| [M of N - Multisignature Setup](https://docs.beldex.io/wallets/guides/multisig/m-n-multisig)         | [Multisig](https://docs.beldex.io/Wallets/Multisignature/) feature allows you to sign a transaction with more than one private key. Funds protected with multisig can only be spent by signing with M-of-N keys. |
| [CLI Setup - Linux](https://docs.beldex.io/wallets/guides/cli-linux-setup)                           | How to setup the `beldex-wallet-cli` for the first time on Linux.                                                                                                                                                |
