> For the complete documentation index, see [llms.txt](https://docs.viction.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.viction.xyz/archive/tomomasterdao/governance-model/proposals.md).

# Proposals

Proposals start as a summary post on [Telegram](https://t.me/tomomasterdao_chat.), and the [Forum](https://forum.tomochain.com/c/tomomasterdao/35.), then [fill in the form](https://docs.google.com/forms/d/e/1FAIpQLSfmBiSL4qJmLCbnAxWXSx8uNPtTP85N5fpSgozmgVwIxJ8PPg/viewform) by a potential project. [Forum](https://forum.tomochain.com/) is a place for projects to engage with the community, get feedback on their proposal, and answer any relevant questions. Projects can then submit their proposal to the TomoMasterDAO Board through[ the governance platform](https://masterdao.tomochain.com/create-project). The scope of proposals includes launching a new project on the Viction network, building software, community initiatives, and marketing campaigns. There is scope to expand the scope of proposals in the future to cross-chain partnerships and projects outside of the Viction ecosystem.

If the proposal meets the appropriate criteria, the TomoMasterDAO Board can post the proposal to the governance platform. With the creation of the proposal, the TomoMasterDAO Board puts forward a recommended outcome based on the Board rating in the case that the vote does not reach quorum. The recommended outcome is to ensure that projects applying do not lose out due to low voter turnout in TomoMasterDAO’s initial stages. The recommended outcome can be phased out in the future when proposals reach quorum on a regular basis. The process flow for project owners is displayed in Figure 2.

\\

<figure><img src="https://lh4.googleusercontent.com/tCyq6sSDujPgV_kRvEbrO_j4x-x0XGrImH4agiIYeGXFgejlcfYwOCe2UwQOZ-T1Gq5oMveqn1OiRAEUfn_TbM9FScgo2CfyKQY625OYALf_zJBy0cpJrfd42eZtvuyhJs0Q6GVHq7P7QsRO49KjEw" alt=""><figcaption><p>Figure 2. Process Flow for Projects</p></figcaption></figure>

Relevant info:

* [Proposal guidelines for TomoMasterDAO](/archive/tomomasterdao/proposal-guidelines-for-tomomasterdao.md)


---

# 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.viction.xyz/archive/tomomasterdao/governance-model/proposals.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.
