---
title: "SubmitProposal submits a new proposal."
method: POST
path: "/cosmos.group.v1.Msg/SubmitProposal"
tags: ["Msg"]
---

# SubmitProposal submits a new proposal.

`POST /cosmos.group.v1.Msg/SubmitProposal`

## Request body

- CosmosGroupV1MsgSubmitProposal — MsgSubmitProposal is the Msg/SubmitProposal request type.
  - `exec` 'EXEC_UNSPECIFIED' | 'EXEC_TRY' — Exec defines modes of execution of a proposal on creation or on new vote. - EXEC_UNSPECIFIED: An empty value means that there should be a separate MsgExec request for the proposal to execute. - EXEC_TRY: Try to execute the proposal immediately. If the proposal is not allowed per the DecisionPolicy, the proposal will still be open and could be executed at a later point.
  - `group_policy_address` string — group_policy_address is the account address of group policy.
  - `messages` GoogleProtobufAny[] — messages is a list of `sdk.Msg`s that will be executed if the proposal passes.
    - `@type` string
  - `metadata` string — metadata is any arbitrary metadata attached to the proposal.
  - `proposers` string[] — proposers are the account addresses of the proposers. Proposers signatures will be counted as yes votes.
  - `summary` string — summary is the summary of the proposal. Since: cosmos-sdk 0.47
  - `title` string — title is the title of the proposal. Since: cosmos-sdk 0.47

## Response `200`

A successful response.

- CosmosGroupV1MsgSubmitProposalResponse — MsgSubmitProposalResponse is the Msg/SubmitProposal response type.
  - `proposal_id` string, uint64 — proposal is the unique ID of the proposal.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-02-05** `de0653d8a73d` — 1 info
  - api operation id `EvidenceMsg_SubmitProposalMixin107` removed and replaced with `CircuitMsg_SubmitProposalMixin110`
- **2024-08-29** `29f6671190b2` — 1 info
  - api operation id `EvidenceMsg_SubmitProposalMixin110` removed and replaced with `EvidenceMsg_SubmitProposalMixin107`
- **2024-08-14** `21c607e4fa20` — 1 info
  - endpoint added
- **2024-07-31** `19416a3f0cd1` — 1 breaking
  - api path removed without deprecation
- **2024-07-11** `ca7e84576c8e` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.group.v1.Msg/SubmitProposal/post.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/de0653d8a73d/schema)
