> For the complete documentation index, see [llms.txt](https://docs.ante.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ante.org/v0.8/verify-relayed-antes.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ante.org/v0.8/verify-relayed-antes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
