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

# Automated Investment Aggregation

The evolution from traditional asset management to on-chain autonomous systems marks a paradigm shift in finance. Early financial models depended on centralized intermediaries, manual processing, and opaque decision-making. Duce redefines investment aggregation by autonomously pooling investor funds into a consolidated reserve that is managed entirely on-chain.&#x20;

This approach ensures fairness, transparency, and immediate accessibility while leveraging the immutable properties of blockchain.

## Cryptographic Foundations

{% tabs %}
{% tab title="Zero-Knowledge Proofs (zk)" %}
*<mark style="color:red;">**Zero-knowledge proofs allow one party to prove the correctness of a computation without revealing any additional information. They have been employed in protocols like Zcash and Tornado Cash to ensure transaction privacy and verifiability.**</mark>*
{% endtab %}

{% tab title="Fully Homomorphic Encryption (FHE)" %}
*<mark style="color:red;">**FHE enables computations on encrypted data. Historical breakthroughs in FHE have paved the way for secure, privacy-preserving data analysis. In Duce, FHE is used to perform investment computations without ever exposing raw data, ensuring that all operations are conducted in an encrypted environment.**</mark>*
{% endtab %}

{% tab title="Superchain Optimistic Rollups" %}
*<mark style="color:red;">Optimistic rollups aggregate off-chain transactions and periodically post a succinct proof on a Layer‑1 blockchain. In a superchain architecture, multiple rollup chains interconnect to form a unified scalable solution. This design provides high throughput, low latency, and robust finality, which are essential for managing a high-volume, autonomous investment protocol.</mark>*
{% endtab %}
{% endtabs %}


---

# 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://duce.gitbook.io/duce/getting-started/quickstart/automated-investment-aggregation.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.
