> For the complete documentation index, see [llms.txt](https://docs.hypersign.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hypersign.id/hypersign-identity-network/governance/proposals/submitting-text-proposal.md).

# Text Proposal

## Proposal Structure

|      Field      |                Description                |
| :-------------: | :---------------------------------------: |
|    **title**    |           Title of the proposal           |
| **description** |        Description of the proposal        |
|     **type**    | Proposal type. That value would be `text` |
|   **deposit**   |          Deposit for the proposal         |

## CLI

* Run the following to submit a text proposal:

```
hid-noded tx gov submit-legacy-proposal --title "Proposal-title-1" --description "Lorem" --type text --deposit 10000001uhid  --broadcast-mode block --chain-id hidnode --from node1 --keyring-backend test -y
```
