# Tamper Resistant Policy

### Overview

The Tamper-Resistant Policy feature in Hedera Guardian ensures transparency and integrity of policies that are imported into the system. It allows users to track, verify, and compare changes made to a policy after import, helping auditors, developers, and business users confirm that a policy has not been altered unexpectedly or maliciously.

This feature is particularly valuable for compliance-driven workflows where policy immutability, traceability, and trust are critical.

### Key Objectives

* Preserve the original state of an imported policy
* Detect and surface modifications made after import
* Enable visual comparison between original and current policy versions
* Improve trust, auditability, and governance of Guardian policies


---

# 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://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/tamper-resistant-policy.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.
