# Proposal Guidelines (Subsquare)

## How to create an Referendum proposal by using Subsquare?

Checklist

1. Note your arguments in a preimage and submit the preimage.
2. Use that preimage hash to create the referendum proposal.
3. Writing a proper title and description.

Appendix

[How to get your deposit back?](#how-to-get-your-deposit-back)

### Note your arguments in a preimage

1. Go to referenda page, click “New Proposal”

<figure><img src="/files/7SRr47Ju187APWsSMSFt" alt=""><figcaption></figcaption></figure>

2. Select “New preimage”

<figure><img src="/files/aN8njFhLaoZq5VtZF7TY" alt=""><figcaption></figcaption></figure>

3. Select the right module and the right call (If you are not sure what to call, please seeking for help from [team support](https://discord.gg/8DRBw2h5X4)). Once you done with call construction, copy the preimage hash, it will be used in the next step.

<figure><img src="/files/tkR5YfE71khNaRRJC8NF" alt=""><figcaption></figcaption></figure>

4. Submit your preimage

### Use preimage hash to create the referendum proposal

1. Select the right OpenGov track, where you can find details at [here](https://docs.bifrost.io/for-the-community/governance/opengov-tracks).
2. Use your pre-copied preimage to submit proposal by clicking “I already have a preimage”. (If you lose your pre-copied preimage hash, you can find it [here](https://bifrost.subsquare.io/preimages))

<figure><img src="/files/JvMCAi2TmrifoTNmhGI8" alt=""><figcaption></figcaption></figure>

3. Phase your preimage, if your preimage has been noted, the length should be automatically filled in.

<figure><img src="/files/1IqvEJvlbsvPauO0OQ9D" alt=""><figcaption></figcaption></figure>

4. Submit it
5. Once you submit the proposal, don’t forget to check your proposal and place the decision deposit.

<figure><img src="/files/BHhICQ2V6pGvnugzuC1K" alt=""><figcaption></figcaption></figure>

### Writing a proper title and description

Once you have your proposal live, please write the contents immediately, as blank content proposal will be refused for sure.

<figure><img src="/files/oDcDw8yNN2oTuF5fKUGx" alt=""><figcaption></figcaption></figure>

### How to get your deposit back?

For **Preimage deposits, Submission Deposit** or **Decision Deposit**, all of them can be refunded via [my deposit page](https://bifrost.subsquare.io/account/deposits), just by clicking the cross for refund.

<figure><img src="/files/KYto2V9u8RFDSmunldsv" alt=""><figcaption></figcaption></figure>


---

# 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.bifrost.io/for-the-community/governance/proposal-guidelines-subsquare.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.
