> For the complete documentation index, see [llms.txt](https://juris-protocol.gitbook.io/juris-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://juris-protocol.gitbook.io/juris-protocol/juris-protocol/governance-and-participation/creating-and-voting-on-proposals/submitting-a-proposal.md).

# Submitting a Proposal

The Submit proposal button (top-right of Governance home) opens a guided form with three numbered panels.

| Panel                                              | Fields & Aids                                                                   | What to Write                                                                         | Helpful UI Elements                                                                |
| -------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| I. Proposal details                                | • Title (max 256 chars)• Summary (1-3 lines)• Description (full text)           | Clear, concise explanation: why the change is needed and the benefit to the protocol. | Info boxes on the right give copy-writing tips (keep it short, use bullet points). |
| II. Options                                        | Standard set(Yes/No/Abstain/Veto) — one clickCustom set (e.g., Option A/B/C)    | Most changes use the standard set; choose custom only for multiple-choice polls.      | Toggle between the two; custom opens a table to name each option.                  |
| III. Executable message(Executable proposals only) | • Message type (CosmWasm, Bank send, etc.)• Contract address• JSON message body | Paste the exact on-chain message the network should run if the proposal passes.       | Add-new tabs (1-5) let power users include multiple messages in one proposal.      |

At the bottom, Funds lets you select $JURIS for the 1 000 000 token deposit and hit Add.

Finally press Submit proposal → sign the transaction.

The proposal moves to “Deposit period”; once enough backers add deposits or the proposer covers the full amount, it shifts to “Voting”.


---

# 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://juris-protocol.gitbook.io/juris-protocol/juris-protocol/governance-and-participation/creating-and-voting-on-proposals/submitting-a-proposal.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.
