# Proposal guidelines & template

{% hint style="success" %}
Our Snapshot space has been registered at <https://snapshot.org/#/laradao.eth> and our DAO has officially claimed the `laradao.eth` ENS name.
{% endhint %}

## Important guidelines

#### Who can vote

Anyone having any $LARA token allocation can vote on ongoing proposals. Their voting power is equal to the $LARA tokens they hold.

{% hint style="success" %}
When we launch `$LARA stake`, the staked tokens will also contribute to your voting power.&#x20;
{% endhint %}

#### Who can create proposals

Anyone having at least `500,000 $LARA` tokens can create proposals. All proposals must adhere to the guidelines outlined in this section of the official Lara DAO Gitbook, the latest published template, and must contain direct & objective descriptions. All other proposals will be deleted for housekeeping purposes.

## Template

```markup
# Proposal: [Title of Your Proposal]

## Summary

Provide a brief overview of what your proposal aims to achieve. Clearly state the problem you are addressing or the feature you propose implementing.

## Motivation

Explain the reason behind this proposal. Describe why this change or feature is essential for the Lara ecosystem. Highlight any potential benefits or improvements it would bring.

## Proposal Details

Go into the details of your proposal:

### Goals

Outline the specific goals of your proposal. What do you intend to achieve by implementing this change or feature?

### Implementation

Describe the technical details of how you plan to implement this proposal. Include any relevant code changes, architecture considerations, and dependencies. Provide a step-by-step explanation if applicable.

### User Experience

Explain how Lara DAO members and Lara Protocol users will interact with this proposal. How will it impact their experience? If it's a user-facing feature, consider providing visual mock implementation.
```


---

# 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.laraprotocol.com/lara-dao/proposal-guidelines-and-template.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.
