> For the complete documentation index, see [llms.txt](https://whitepaper.drivesafe.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.drivesafe.tech/why-drivesafe.md).

# Why DriveSafe?

As parents, we were concerned about how many people around the world are killed in car accidents every year as a direct result of driving at excessive speeds. Also, as a group of crypto enthusiasts, we came up with the idea of offering drivers the opportunity to be rewarded by driving safely and responsibly through the use of blockchain and other state of the art technology.

Statistics show that there are around 1.35 million Road Traffic related fatalities each year.&#x20;

The Drive Safe concept was born from the idea to use Blockchain technology to make the roads a safer place.

In addition to improving Road Safety, research shows that driving within the speed limit is also better for the environment as it: Reduces fuel consumption, reduces emissions of pollutants, particularly reducing NOx and particulate matter (PM) output from diesel vehicles, paving the way for and leaving the planet in a better state for the future generations.

The safety gains from slower driving are also evident and backed by extensive research (RAC and eee europa).\
\
Around 30% of all RTA fatalities are a result of speeding.

<figure><img src="/files/AcvjK5pzEPvD1fT1oH1u" alt=""><figcaption><p><strong>2023 - 2024 Data For Illustration Purposes Only</strong></p></figcaption></figure>


---

# 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://whitepaper.drivesafe.tech/why-drivesafe.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.
