> For the complete documentation index, see [llms.txt](https://docs.fwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fwallet.net/web-fruits-wallet/governance/propose/create-proposal.md).

# Create Proposal

**Conditions:**

* To create a new proposal, users need to have at least a certain amount of GT. This minimum amount will vary depending on the type of proposal.
* For details, please refer to the “Proposal Type” Table.

**Step 1**&#x20;

* On the My proposal screen, tap on the “Create a proposal” button to create a new proposal.

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

**Step 2**

Enter the proposal information:&#x20;

* Proposal title
* Proposal type: select one of 5 types: Blockchain Core, Finance Fund Control, Process/Service Project Audit, Donation Fruits Station, and Information Web UI/UX
* Proposal description content                                             &#x20;

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

**Step 3:**&#x20;

* The button will only be enabled when the user satisfies the conditions to create a proposal.
* Click the button --> display Confirm Create Proposal popup

**Step 4**

* Enter PIN

**Step 5**

* Click the “Confirm” button --> The system checks the PIN. If the PIN is correct --> The network will confirm a transaction. After the transaction is confirmed, the proposal is created successfully.

**Note**:

* The amount of GT/FRTS used by the user to create a proposal will be locked.
* It means that users can not transfer voted GT/FRTS during the proposal's voting process.
* This amount of GT/FRTS will be unlocked when the proposal's voting end or the proposal is canceled/ rejected.

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


---

# 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://docs.fwallet.net/web-fruits-wallet/governance/propose/create-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.
