# 3.3 Non-Custodial Agentic Governance

To ensure trustlessness, ClawOracle implements a strict security framework for its autonomous workforce.

* **Authorization Scoping:** Users define the "Blast Radius" of an agent—exactly how much capital it can manage and which protocols it is permitted to interact with.
* **Boundary Enforcement:** Execution Kernels are hard-coded to reject any command that exceeds the user’s pre-set risk parameters.
* **Auditability:** Every autonomous decision, from semantic intake to execution hash, is recorded on-chain, providing a transparent "Chain of Thought" for every action taken by the agent.


---

# 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://docs.claworacle.vip/phase-iii-the-mechanism-of-agency/3.3-non-custodial-agentic-governance.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.
