# How to Verify Referendum Proposal

Navigate to [Polkadot JS App](https://polkadot.js.org/apps/#/explorer) - select intended network e.g. Acala or Karura, then select `Developer` - `Extrinsics`

Click on the `Decode` tab on top of the page.

Put the hex-encoded proposal in the `hex-ecoded-call` input box.

The content of the proposal shall automatically displayed on the page to be verified.

At the bottom of the page, the `encoded call hash` shall be checked against the actual proposal on-chain.


---

# 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://wiki.acala.network/learn/governance-overview/how-to-verify-referendum-proposal.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.
