# Stroom DAO

The DAO's role is to curate key parameters of the Stroom protocol. The goal is to ensure that\
the four most important aspects of the bridge are functioning appropriately and adapting to the&#x20;market conditions. Those aspects are:

● Maximizing the protocol's revenue\
● Controlling the risks indirectly by incentivizing restaked liquidity\
● Curating operators\
● Properly configuring slashing

\
A DAO will be established by implementing a stakeholder token, STROOM. Locking the tokens&#x20;allows DAO members to vote for key system parameters, e.g., how much liquidity to direct to the&#x20;given BTC yield-generating strategy. Locking is implemented to guarantee voters’ accountability&#x20;for their decisions. If the decision is flawed, locked tokens are going to be slashed. However,&#x20;voters will receive adequate compensation for performing their duties successfully.


---

# 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.stroom.network/stroom/dao/stroom-dao.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.
