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

# Security

### User autonomy

In the DAPPOS execution network, each user has their own unified account. No role other than the user themselves can control or authorize any assets within the unified account. Advanced users can programmatically separate control permissions and enjoy services such as delegated execution.

The team retains the authority to add or remove interoperable public chains, but the chains where abstract accounts are deployed will always remain supported. This means that even if all roles in the DAPPOS intent execution network cease to operate, users can still directly interact with public chains to control their accounts and assets.

### Decentralized Validation

The execution of Custom Value-Specific tasks operates through a market mechanism, and the supervision of the execution results is a decentralized process involving execution validators in the DAPPOS Intent Execution Network. We employ a Game-theoretic equilibrium model and utilize slashing as a method to governance this POS system.

Anyone can raise a challenge against the execution results of a service node. If the challenge is voted through by the execution validators, anyone can participate in the liquidation and earn the service node's collateral.

<br>


---

# 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://dappos.gitbook.io/docs/dappos/security.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.
