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

# Abstract

{% hint style="warning" %}
**Disclaimer**: This white paper is intended as a preliminary technical overview of the Taraxa protocol and ecosystem and is not meant to be comprehensive or fully finalized.
{% endhint %}

In today's rapidly-changing global economy, every business sector is driven to go faster, better, and cheaper simultaneously. More importantly than ever, businesses need to rely on data-driven decisions to quickly adapt to shifting market realities. But today's business operational data is becoming increasingly siloed, unstructured, unverifiable, and mostly (>80%) uncaptured, driving increasingly misinformed decisions that hold back innovation and scaling.

Public blockchain technology can help to address many of these challenges by adding clarity and verifiability into disparate and unstructured data sets, within and between organizations, to help minimize business friction. But given that the technology is still in its nascent phase, today's state of the art implementations still leave much to be desired.

In this whitepaper, we introduce Taraxa, a fast & scalable public ledger purpose-built to help minimize business friction. Taraxa implements the following key technical innovations:

* **Inclusive Block DAG** protocol that maximizes throughput without sacrificing security
* **Fair & Efficient Proposals** to enable a POS system to produce fair, efficient, and non-coordinated block proposals
* **Asynchronous Immediate Finality** that eliminates the risk of state reversion and DAG reorganization
* **Speculative Execution** that speed up processing of stateless transactions
* **Execution Layer Optimization** which drastically increases the speed of VM execution


---

# 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://taraxa.gitbook.io/taraxa-network/tech-whitepaper/abstract.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.
