# Proposing

To make the proposal in Governance, follow the steps below:

* Go to Fathom [DApp](https://demo.fathom.fi/#/dao/governance).
* Connect your Web3 wallet (such as [MetaMask](https://metamask.io/)) and make sure your network is set to the intended chain (i.e., [XDC](https://chainlist.org/chain/50)).

<div data-full-width="true"><figure><img src="/files/PirrVkRYECmFstg5tFPM" alt=""><figcaption></figcaption></figure></div>

* Click "**Create a proposal**".
* If you have enough vFTHM, you can fill in the proposal details: Title, Description, and optional details/links.

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

* You can add automation to a proposal by clicking on the "**Actionable Proposal**" switcher and filling in the details of the calls that should be made if the governance accepts the proposal.

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

* [If you don't have enough vFTHM you should stake your FTHM in Staking](/dao/user-guides/staking.md).
* Click "**Submit proposal**"
  * You may be required to approve the vFTHM transfer before the actual transfer (depending on your previous deposits).
  * Sign and send the transaction in your Wallet.
  * Wait for the transaction to be processed.
  * Once the transaction has gone through, you'll see your proposal in "**All Proposals"** on the same page.
* Now, the proposal is the subject of the voting process. If the governance accepts it - it can be executed.


---

# 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.fathom.fi/dao/user-guides/proposing.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.
