> For the complete documentation index, see [llms.txt](https://help.tokenpocket.pro/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tokenpocket.pro/en/blockchain-basics.md).

# Blockchain Basics

- [What Is Blockchain?](https://help.tokenpocket.pro/en/blockchain-basics/blockchain-definition.md)
- [What Is Decentralization?](https://help.tokenpocket.pro/en/blockchain-basics/what-is-decentralization.md)
- [What Is a Decentralized Wallet?](https://help.tokenpocket.pro/en/blockchain-basics/what-is-a-decentralised-wallet.md)
- [What is a USDT Wallet and How Does it Work?](https://help.tokenpocket.pro/en/blockchain-basics/what-is-a-decentralised-wallet/what-is-a-usdt-wallet.md): This article takes a deep dive into what a USDT wallet is, how it works, and what to look out for when choosing one.
- [What Is the Private key, Mnemonic and Wallet Password](https://help.tokenpocket.pro/en/blockchain-basics/what-is-the-private-key-mnemonic-and-wallet-password.md)
- [What Is the Gas Fee?](https://help.tokenpocket.pro/en/blockchain-basics/what-is-the-gas-fee.md)
- [What Is DeFi ?](https://help.tokenpocket.pro/en/blockchain-basics/what-is-defi.md)
- [What Is DEX ?](https://help.tokenpocket.pro/en/blockchain-basics/what-is-dex.md)
- [What is keystore](https://help.tokenpocket.pro/en/blockchain-basics/what-is-keystore.md)
- [What is a cold wallet](https://help.tokenpocket.pro/en/blockchain-basics/cold-wallet.md)
- [What is a hot wallet](https://help.tokenpocket.pro/en/blockchain-basics/hot-wallet.md)
- [What is a watch wallet?](https://help.tokenpocket.pro/en/blockchain-basics/watch-the-wallet.md)
- [What is a multi-sig wallet?](https://help.tokenpocket.pro/en/blockchain-basics/multisig.md)
- [What is a hardware wallet](https://help.tokenpocket.pro/en/blockchain-basics/hardware-wallet.md)
- [What is an extension wallet?](https://help.tokenpocket.pro/en/blockchain-basics/plug-in.md)
- [What is a passphrase](https://help.tokenpocket.pro/en/blockchain-basics/passphrase.md)


---

# 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://help.tokenpocket.pro/en/blockchain-basics.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.
