# 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](/wallets/guides/cli-restoring-wallet-from-keys.md) | How to restore your wallet with spend and view keys.                                                                                                                                                             |
| [Restore CLI Wallet from Seed](/wallets/guides/cli-restoring-wallet-from-seed.md) | How to restore your wallet with a seed phrase (25 word mnemonic seed).                                                                                                                                           |
| [CLI Commands](/wallets/guides/cli-wallet-commands.md)                            | Details on different commands within the `beldex-wallet-cli`.                                                                                                                                                    |
| [2 of 2 - Multisignature Setup](/wallets/guides/multisig/2-2-multisig.md)         | [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](/wallets/guides/multisig/2-3-multisig.md)         | [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](/wallets/guides/multisig/m-n-multisig.md)         | [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](/wallets/guides/cli-linux-setup.md)                           | How to setup the `beldex-wallet-cli` for the first time on Linux.                                                                                                                                                |


---

# Agent Instructions: 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.beldex.io/wallets/overview.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.
