> For the complete documentation index, see [llms.txt](https://doc.nucleon.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nucleon.network/about-nucleon/governance/proposal-outline.md).

# Proposal Outline

### Types of Proposals&#x20;

The Nucleon DAO is now accepting community proposals to their forum. Below is a non-exhaustive list of the types of proposal that are being accepted: &#x20;

* Governance Updates: Proposal that modifies the current governance process.&#x20;
* Use of Treasury: Proposal to transfer tokens outside of the DAO's treasury&#x20;
* Technical Changes: Proposal to perform a parameter change in one of the contracts controlled by the DAO.&#x20;

### Proposal Outline&#x20;

Below is the outline for community proposals. To submit your proposal, please fill out completely the outline below and submit to the Nucleon forum (<https://www.reddit.com/r/NucleonOfficial/>). &#x20;

1. Title:
   * Provide a short and succinct title for your proposal.
2. Proposal Type:
   * Specify the type of proposal you are submitting.
3. Summary:
   * Describe what your proposal is about.
4. Contact Information
   * Please provide your contact information and any project(s) you are representing with your proposal.
5. About:
   * Please provide a description of your project(s), with links to socials and website, if applicable.
6. Abstract:
   * Provide a short description of the proposed change.
7. Motivation
   * Explain why you think your proposal is beneficial to Nucleon.
8. Specification
   * Provide any relevant technical AND/OR financial details, if applicable
9. For
   * What are some reasons why this proposal should be voted for.
10. Against
    * What are some reasons why this proposal should be voted against.


---

# 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://doc.nucleon.network/about-nucleon/governance/proposal-outline.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.
