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

# TL;DR 👀

<mark style="color:purple;">**What is a Blockchain Wallet?**</mark>

<mark style="color:purple;">A blockchain or crypto wallet is a software program or physical device that allows you to store your crypto and allow for the sending and receiving of crypto transactions</mark>

<mark style="color:purple;">Cryptocurrencies exist on a blockchain and the wallet software allows you to interact with the balances held on that blockchain</mark>

<mark style="color:purple;">**Hardware / Software Wallet**</mark>

<mark style="color:purple;">Hardware and software wallets have tradeoffs in self-ownership, ease of access, user experience, learning curves and cendorship resistance</mark>

<mark style="color:purple;">Hardware wallets may be more secure and censorship-resistant, but they are more difficult to interact with and less intuitive than software wallets</mark>

<mark style="color:purple;">**How to Get Your First Cryptocurrency**</mark>

<mark style="color:purple;">Cryptocurrencies like Bitcoin and others can be purchased on centralized exchanges</mark>

<mark style="color:purple;">Setting up MetaMask Wallet</mark>

<mark style="color:purple;">MetaMask is one of the most popular crypto software wallets, and setting one up yourself requires a browser extension</mark>

<img src="/files/AUZcMSlcv8WVu44BBAml" alt="" data-size="line">

<details>

<summary><mark style="color:yellow;">References</mark></summary>

[<mark style="color:purple;">https://www.businessinsider.com/personal-finance/crypto-wallet</mark>](https://www.businessinsider.com/personal-finance/crypto-wallet)

[<mark style="color:purple;">https://www.investopedia.com/terms/b/bitcoin.asp</mark>](https://www.investopedia.com/terms/b/bitcoin.asp)

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://web3-encyclopedia.gitbook.io/web3-encyclopedia/wallet/tl-dr.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
