# 13. Attesters/ Users verify the reputation proof

```bash
npx ts-node cli/index.ts verifyReputationProof \
    -x $UNIREP_CONTRACT_ADDRESS  \
    -pf $REPUTATION_PROOF  \
    -p $REPUTATION_PUBLIC_SIGNALS
```

{% hint style="info" %}
See: [cli/verifyReputationProof](/unirep/package/cli/reputation-proof.md#verifyreputationproof) for more `verifyReputationProof` options
{% endhint %}

If the proof is verified valid, the message will be printed:

```
Epoch key of the user: 364193153
Verify reputation proof from attester 1 with min rep 1, reputation nullifiers amount 0 and graffiti pre-image 0, succeed
```


---

# 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://unirep.gitbook.io/unirep/getting-started/start-with-cli-commands/13.-attesters-users-verify-the-reputation-proof.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.
