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

# Darkpool - Documentation

## **Introduction**

Darkpool is a next-generation trading network that transforms automated strategies into on-chain financial primitives.

Instead of offering APIs or bots, Darkpool builds **Autonomous Agent Vaults** — self-governing trading entities that handle everything from execution to accounting, directly connected to decentralized custody.

Every vault is powered by Darkpool’s **Execution Engine**, a modular system that bridges on-chain transparency with off-chain precision.

Users deposit stablecoins; the Agents handle signal processing, execution, risk management, and settlements.

## **Our Philosophy**

Automation should not require blind trust.

For too long, “auto-trading” has been a black box — you deposit funds into a system and hope for the best.

Darkpool makes automation auditable:

* Trades execute on transparent venues.
* Custody remains on-chain.
* Fees, exits, and vault accounting are deterministic.

We believe trading automation should behave more like a *financial protocol*, not a marketing tool.

Darkpool is a **machine-layer capital protocol** — a new way to deploy capital into structured trading systems with full accountability.


---

# 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:

```
GET https://darkpool.gitbook.io/darkpool-docs/darkpool-documentation.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.
