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

# Why Ditto?

Ditto is a secure, decentralized execution engine for multichain automation — designed to run complex, intent-based workflows in a verifiable, consensus-driven environment.

| Feature                  | Description                                                                                                                          |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| Maximum Security         | Restaking (Symbiotic/EigenLayer) backs execution with real economic guarantees.                                                      |
| Smart Execution          | Intent-based “Execution Engine” supports instant & conditional flows abstracting gas management to the established ERC4337 standard. |
| True Decentralization    | Permissionless, stake-secured validator set with rotating leaders and quorum attestations.                                           |
| Cross-Chain Capabilities | Chain-agnostic by design: EVM-first, enabling reliable read/write automation.                                                        |

> The Ditto Network provides a public compute engine operated by decentralized nodes that monitor, simulate, and execute conditional logic. It enables seamless developer integration through ERC-7579 modules and the [Ditto SDK](https://github.com/dittonetwork/ditto-workflow-sdk).


---

# 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://docs.dittonetwork.io/overview/why-ditto.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.
