# Securing Distributed Ledgers (Mining)

One of the challenges of maintaining a distributed record of transactions is security. In order to prevent fraudulent activity, Bitcoin introduced a novel process called Mining to determine who is trusted to make updates to the shared record of transactions.

The mining process can be thought of as a type of game that rewards "Validators" for proving their worth when trying to add transactions to the record. In order to qualify, Validators must solve a series of complex computational puzzles. The Validator who solves the puzzle first is rewarded by being allowed to post the latest block of transactions. Posting the latest block of transactions allows Validators to "mine" a Block Reward - currently 12.5 bitcoin (or \~$40,000 at the time of writing).

This process is very secure, but it demands enormous computing power and energy consumption as users essentially "burn money" to solve the computational puzzle that earns them more Bitcoin. The burn-to-reward ratio is so punitive that it is always in Validators' self-interest to post honest transactions to the Bitcoin records.


---

# 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://driipa-foundation.gitbook.io/core-concept-of-driipa/dev-plans/introduction-to-distributed-ledgers/benefits-of-distributed-ledgers/securing-distributed-ledgers-mining.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.
