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

# Welcome to Ditto Network

{% hint style="info" %}
We provide a interoperability layer between applications, accounts, modules and users that can significantly power up existing functionalities.&#x20;
{% endhint %}

## Overview

Ditto is building a modular infrastructure for intent-driven automations and an actively validated keeper network to execute workflows under predefined conditions in a financially secure and trustless manner.\
We are pioneering a modular infrastructure for Account Abstraction and Programmable wallets, establishing a robust foundation for Web3 automation. \
Beyond empowering users to effortlessly activate smart contracts, notifications, and data streams, Ditto's  offers ready-to-use modules for instant and condition-based transaction execution that is going to be secured by a shared-security model.\
Furthermore, it encompasses advanced features such as testing smart account modules and  integration library with pre-built conditions, and security automation for identifying potential vulnerabilities within module code. This comprehensive approach not only enhances efficiency but also fosters a secure and customizable environment for digital asset management.

## Quick links

{% content-ref url="/pages/yrKXK8ivNWhs4af1Bldz" %}
[What we do](/ditto-network-documentation/overview/what-we-do.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZegBhghaYgD1Ed5HQb6s" %}
[Protocol Design](/ditto-network-documentation/overview/protocol-design-avs.md)
{% endcontent-ref %}

We've put together some helpful guides for you to get setup with our product quickly and easily.


---

# 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://ditto-network-1.gitbook.io/ditto-network-documentation/readme.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.
