# The Role of Cryptography

<figure><img src="/files/acgnrvlDlZszJdOJW540" alt=""><figcaption></figcaption></figure>

Cryptography is a **fundamental aspect of Bitcoin's security framework**. It ensures that transactions are secure, verifiable, and immutable. Each **block of transactions is cryptographically linked to the previous block**, creating a **blockchain that is resistant to tampering**. This cryptographic foundation is what allows Bitcoin to operate in a decentralized manner, free from the control of any single entity


---

# 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://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-basics-protocol-and-design/introduction-to-bitcoin-protocol-and-design/the-role-of-cryptography.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.
