> For the complete documentation index, see [llms.txt](https://wiki.1hive.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.1hive.org/francais-1/projects/honey/participation.md).

# Participation

## Explorer le flux de propositions

À tout moment, de nombreuses propositions qui ont été soumises sont activement examinées. Les utilisateurs peuvent voir toutes les propositions à l'aide de l'interface  open source hébergée sur [1hive.org](https://1hive.org/#/home) et décider des propositions qu'ils souhaitent soutenir. Bien entendu, les utilisateurs plus techniques peuvent exécuter le frontend localement ou interagir directement avec les contrats.

![Flux de propositions](/files/-MOmduhgFjSgsQj3y6b9)

Vous pouvez filtrer le flux par type de proposition ou par statut, et trier en fonction du support ou de l'heure de création. Le flux contient différents types de propositions et il est important de comprendre la différence entre les types de proposition.

### Suggestions

Suggestions, including the *abstain proposal,* are proposals which do not request funds from the common pool. They can be used to draw collective attention to specific issues, without committing or requesting funds be allocated to the issue.

Suggestions can accumulate support, but they will never pass. Instead, supporting a suggestion will increase the amount of support required for all other distribution proposals to pass. So if you think that the community is spending money unproductively supporting the *abstain proposal,* or creating a new signaling proposal that makes the case for how you think the community should actually be allocating resources can have a meaningful influence on behavior of the system.

### Propositions

While all of the items in the feed are types of proposals, the Proposal type is used specifically for proposals that request Honey be distributed from the common pool.

These proposals will have an activation threshold, and can be executed by anyone once enough relative support has accumulated to that proposal. When executed the requested amount of Honey will be transferred from the common pool to the beneficiary address.

The threshold and dynamics of support accumulation regulate how quickly Honey can be distributed from the common pool. The mechanism is discussed in greater depth on the [Distribution page](/francais-1/projects/honey/distribution.md).

### Décisions

Proposals and Suggestions are the primary means of governance within 1Hive, however, occasionally there is an unavoidable need to make a discrete decision. For example upgrading smart contracts or adjusting the parameterization of a policy.

In these instances a more traditional voting process is used, where a descrete action is proposed and voted on in a binary fashion. Votes are open for a fixed period of time, and if quorum and support threshold are reached the vote passes and the action is executed.

## Submitting proposals

Before submitting a proposal, you should first make a forum post on [forum.1hive.org](https://forum.1hive.org/). This is where you can provide a detailed description of your proposal and its rationale. It also provides a venue for discussion and debate among community members. Creating a proposal in the proposal category will prompt you with a template layout including all required information.

Currently if you fail to do this, you will simply be asked to withdraw your proposal, in the future you will be required to put up stake which could be lost if you don’t follow the appropriate procedure.

Once you have created your proposal thread, you can create your proposal by going to [1hive.org](https://github.com/1Hive/wiki/tree/96ea93911645dedd73c412f26ed9b7c1f6917e6b/projects/honey/www.1hive.org), connecting your account, and clicking `New proposal`.

Be sure to provide a short but descriptive title, and link to your forum post.

## **Terminologie sur 1hive.org**

**Common Pool** fait référence aux tokens détenus collectivement par la communauté. Ils sont disponibles pour être distribués via des propositions.&#x20;

**Token Supply**, c'est l'ensemble des tokens actuellement existants.&#x20;

**Active**, c'est l'offre actuellement utilisée pour voter sur les propositions.


---

# 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://wiki.1hive.org/francais-1/projects/honey/participation.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.
