# Exponential Odds

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

*Given our assumption that p > q, the probability drops exponentially as the number of blocks the attacker has to catch up with increases. With the odds against him, if he doesn't make a lucky lunge forward early on, his chances become vanishingly small as he falls further behind.*

Satoshi Nakamoto, Bitcoin Whitepaper

The implications of this are profound: **an attacker who lacks sufficient hashing power** relative to the network faces an uphill battle.

Hashing machinery is highly application specific and **requires a large investment to install and operate**, making it **unlikely that an attacker simply has the excess capacity** available to them at any given moment.

Without the competitive hashing power, **odds are stacked against them**, and without a fortunate breakthrough, their chances of regaining the lead diminish rapidly.


---

# 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-11-calculations-bitcoin-whitepaper/exponential-odds.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.
