> For the complete documentation index, see [llms.txt](https://docs.lossless.io/protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lossless.io/protocol/technical-reference/wrapped-tokens/uma-protocol-integration/dao-voting.md).

# DAO Voting

### Overview <a href="#overview" id="overview"></a>

The Lossless Wrapped ERC20 non-ownable version represents a significant shift in the dynamics of community voting within the blockchain ecosystem. By replacing traditional token ownership with a more democratic approach, it aims to empower the broader community and make the decision-making process more inclusive. This article explores the intricacies of this new model, its implications for community voting, and the necessary steps users must follow to participate effectively in the decision-making process.

### Workflow <a href="#workflow" id="workflow"></a>

The Lossless Wrapped ERC20 non-ownable version eliminates one of the three main pillars of traditional voting in the blockchain ecosystem: token ownership. In its place, the new model integrates UMA oSnap voting, allowing the broader community to assume the role of token owners in the voting process. This innovative approach aims to increase the level of participation and engagement among community members, fostering a more democratic and transparent decision-making process.

To take part in the decision-making process, users are required to hold LSS tokens and join the Lossless Snapshot Space. When a new report relating to a Lossless Wrapped ERC20 is created, a corresponding case will be established within the Snapshot space. This case will remain open for a 24-hour voting period, during which community members can cast their votes to determine the validity of the report.

Once the voting period concludes, the community's collective decision will be cast and recorded, marking the successful completion of the voting process. To further incentivize participation and reward users for their diligent investigative efforts, it is recommended that users stake their LSS tokens on the report via the Lossless Platform. By doing so, participants can maximize their potential rewards and ensure a fair distribution of benefits for their contributions to the decision-making process.

### Prerequisites <a href="#prerequisites" id="prerequisites"></a>

* Hold LSS Tokens
* Join Lossless Snapshot Space by heading to #insert link to snapshot space# and click “Join“ on the left hand side.


---

# 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.lossless.io/protocol/technical-reference/wrapped-tokens/uma-protocol-integration/dao-voting.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.
