# Blockchain Basics

- [What Is a Blockchain?](https://docs.gridplus.io/blockchain-basics/introduction.md)
- [Wallets](https://docs.gridplus.io/blockchain-basics/wallets.md)
- [A Brief Introduction to Private Keys](https://docs.gridplus.io/blockchain-basics/a-brief-introduction-to-private-keys.md)
- [Blocks & Consensus Mechanism](https://docs.gridplus.io/blockchain-basics/blocks-and-consensus-mechanism.md)
- [UTXO vs. Account Model](https://docs.gridplus.io/blockchain-basics/utxo-vs.-account-model.md)
- [Bitcoin](https://docs.gridplus.io/blockchain-basics/bitcoin.md)
- [Ethereum](https://docs.gridplus.io/blockchain-basics/ethereum.md)
- [Smart Contracts](https://docs.gridplus.io/blockchain-basics/ethereum/smart-contracts.md)
- [ERC-20 tokens](https://docs.gridplus.io/blockchain-basics/ethereum/erc-20-tokens.md)
- [NFTs](https://docs.gridplus.io/blockchain-basics/ethereum/nfts.md)
- [Layer 2s](https://docs.gridplus.io/blockchain-basics/ethereum/layer-2s.md)
- [Solana](https://docs.gridplus.io/blockchain-basics/solana.md)
- [Proof of History](https://docs.gridplus.io/blockchain-basics/solana/proof-of-history.md)
- [Tower BFT](https://docs.gridplus.io/blockchain-basics/solana/tower-bft.md)
- [A Transaction's Journey on Solana](https://docs.gridplus.io/blockchain-basics/solana/a-transactions-journey-on-solana.md)
- [Accounts, Sealevel and the SPL](https://docs.gridplus.io/blockchain-basics/solana/accounts-sealevel-and-the-spl.md)


---

# 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.gridplus.io/blockchain-basics.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.
