> For the complete documentation index, see [llms.txt](https://docs.blockdagnetwork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockdagnetwork.io/academy-docs/introduction-to-crypto-mining.md).

# Introduction to Crypto Mining

Crypto mining is a process used by blockchain networks to finalize transactions, add new coins to circulation, and secure the network.&#x20;

It involves using specialized computers (nodes) to solve complex mathematical problems, which validates transactions and adds them to the blockchain, a public ledger.&#x20;

Miners are rewarded with cryptocurrency for their work.&#x20;

Here's a more detailed breakdown:

·        **Validation and Ledger:**

Crypto mining validates transactions and adds them to the blockchain, ensuring the accuracy of the shared records and preventing double-spending of digital currency.&#x20;

·      **Proof of Work:**

Miners use computational power to solve complex mathematical problems, a process known as "proof of work". The first miner to solve the puzzle is rewarded with new cryptocurrency.&#x20;

·    **Security:**

Mining helps maintain the security of the cryptocurrency network by validating transactions and adding them to the blockchain.&#x20;

·        **Decentralized:**

The mining process is decentralized, meaning that any individual can participate in mining with their computers.&#x20;

·       **Energy Consumption:**

Crypto mining is a highly energy-intensive process, which has been criticized for its environmental impact.&#x20;

·        **Mining Pools:**

Miners can pool their resources (computing power) to increase their chances of solving a block and earning rewards.&#x20;


---

# 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://docs.blockdagnetwork.io/academy-docs/introduction-to-crypto-mining.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.
