# Abstract

Ungate Wukong leverages EigenLayer’s decentralized security infrastructure to establish a trust-minimized framework for Verifiable Agents. Here’s how:

#### Why EigenLayer?

EigenLayer's economic security and validation infrastructure enables agent developers to act in an accountable manner, ensuring that their AI-driven operations can be transparently verified by multiple parties. This multi-party verification mechanism fosters significant trust among end-users, providing them with confidence in the integrity and autonomy of deployed agents.

<figure><img src="/files/f7kvlMXypVggN9ZEoxlA" alt=""><figcaption><p>Wukong Flow</p></figcaption></figure>

**The Verification Process**

1. Agent Deployment → Developers launch agents inside Ungate Wukong’s verifiable cloud.
2. Execution & Proof Generation → Each action is logged, signed, and stored.
3. Decentralized Verification → Validators on EigenLayer verify execution proofs.
4. On-Chain Auditing → Users can audit and track agent behavior transparently.

**Security & Trust Model**

* TEE Isolation – Prevents tampering by separating execution from external control.
* Slashing Mechanisms – Malicious actors lose their stake for misbehavior.
* Validator Incentives – Validators earn rewards for securing agent execution integrity.


---

# Agent Instructions: 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://ungate.gitbook.io/ungate-wukong/architecture/abstract.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.
