# What is intent fidelity in Provely?

> The agreement between what the user asked for and what the contract checks. The Provely definition, with an example.

Canonical: https://provely.sh/glossary/intent-fidelity  
Last reviewed: 2026-09-05  

**Intent fidelity is the agreement between what the user asked for and what the contract checks. A contract can be honest and still answer the wrong question. Three controls hold intent fidelity.**

1. The person confirms the compiled contract before it runs, and sees what it does not check.
2. The receipt binds the intent statement, the contract id, the version and the hash.
3. A part that no contract can check is marked REQUIRES_REVIEW.

## Read next

- [Read the definition of Intent compilation](https://provely.sh/glossary/intent-compilation)
- [Read the definition of REQUIRES_REVIEW](https://provely.sh/glossary/requires-review)
- [See every glossary term](https://provely.sh/glossary)
- [Read how Provely works](https://provely.sh/how-it-works)
