# Creating a Proposal

**All Charged Particles proposals start with a Temperature Check, and will be turned into an official proposal after 3 days if the Temperature Check receives >50% "yes" votes.**

### How to Create a Temperature Check

1. Go to the [Charged Particles Snapshot](https://snapshot.org/#/charged.eth)
2. Click on “**Connect wallet**” button in top right corner
3. Connect with wallet provider where you hold $IONX
4. Click on “**New proposal**” button in the top right corner
5. Fill out the Title in accordance with project naming standard
6. Fill out the large text field with your community proposal
7. Select the desired voting options
8. Now go to the “**Actions**” box
9. Select the start date
10. Select the end date (Allow enough time for voting)
11. Fill out the Snapshot block number (See below: **Add a snapshot block number**)
12. Click on “**Publish**” to create the proposal
13. Sign the message via your wallet and you are done

### **Add a Snapshot block number**

This number is important, to lock the state of community members who are able to vote. Meaning that if you attempt to vote on a proposal and block number is in the past, and you weren't holding required token yet, your vote will not be counted

* You can click the **"?"** top right the snapshot website, and get the block number from there
* Or just look at [etherscan.io/blocks](https://etherscan.io/blocks) and use the last block number


---

# 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.charged.fi/charged-particles-protocol/protocol-governance/creating-a-proposal.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.
