# Achieving Consensus Without Central Authority

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

*In the mint-based model, the mint was aware of all transactions and decided which arrived first. To accomplish this without a trusted party, transactions must be publicly announced \[1], and we need a system for participants to agree on a single history of the order in which they were received.*

\- Satoshi Nakamoto, Bitcoin Whitepaper

In a decentralized system like Bitcoin, achieving **consensus** on the order of transactions is crucial. Unlike traditional systems where a central authority dictates the order of transactions, Bitcoin relies on a network of nodes to reach agreement. Each node operates independently, yet they must work collaboratively to maintain a consistent ledger.

**Public announcements of transactions are vital** for this process, as they allow nodes to quickly come to a consensus on the order of events. This decentralized approach not only enhances security but also **fosters a competitive environment that drives the network's growth and efficiency.**


---

# 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/bitcoin-whitepaper-series/section-2-transactions-bitcoin-whitepaper/achieving-consensus-without-central-authority.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.
