# Verify relayed Antes

## Prerequisite

* Setup the verifier on your machine: <https://github.com/anteproject/ante-commitments-encoder/tree/main/examples>
* Know your Ante details&#x20;
  * the original message
  * (optional) the address you want to be verified for committing that Ante
  * (optional) the side of the Ante
  * commitment type - this is determined by the Ante app you have used to create the Ante

## Verification

After you have everything setup, you just follow the instruction from the README file of the example given above.

## Manual verification

1. Open the contract in BaseScan: <https://basescan.org/address/0x1CD9276f727F631eCCea749371a7df27B8a3d55F#readContract>
2. Get the `latestDataUri`
3. Open the IPFS link in your browser: [https://ipfs.io/ipfs/](https://ipfs.io/ipfs/QmPn5fnQ1S9383CKgVShovw38wpVt6XgNcoDhX3osNw641)`<latestDataUri>`
4. Use any online SHA256 generator to generate the hash for your original message
5. Lookup for that hash in the JSON opened on step 3


---

# 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.ante.org/v0.8/verify-relayed-antes.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.
