# Blockchain Wallet

A blockchain wallet is a service that allows you to access a blockchain address and transact digital assets to and from it through a blockchain network. A wallet can hold multiple addresses, with each address representing a single 'digital deposit box' on that blockchain network.

There are any number of wallet options out there that provide a wide range of services on the blockchain networks they operate on. They come in the form of web extensions, in smart phone apps, in dedicated hardware packages, and more. It's impossible to name them all.

Blockchain wallets share a few key features, though.&#x20;

* Holds at least one blockchain address
* Can send transactions to other addresses
* Can receive transactions from other addresses
* Can generate addresses
* Can recover addresses

### Wallet Address

The term 'Wallet address' is often used interchangeably with 'blockchain address' when referring to an address associated with a wallet.

Addresses are generated through the use of something called a 'seed phrase,' which is used to secure the address. If you lose access to your blockchain wallet due to forgotten password or hardware loss, the seed phrase can be used to recover the wallet - either using the same service or through a new one.&#x20;

One way to think of the seed phrase is as the master key to the digital deposit box - anyone who has it has full control. All blockchain transactions are irreversible, so assets lost to scams or computer hacks usually can't be reclaimed. Your seed phrase should be kept offline, written down in a secure location.

{% hint style="info" %}
The term 'seed phrase' is often used interchangeably with 'secret recovery phrase'
{% endhint %}


---

# 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://kevvles.gitbook.io/a-laymans-guide-to-crypto/crypto-concepts/blockchain-technology-general-definitions/blockchain-wallet.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.
