> For the complete documentation index, see [llms.txt](https://light-strategy.gitbook.io/light-strategy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://light-strategy.gitbook.io/light-strategy-docs/what-is-light-strategy/governance-and-dissolution.md).

# Governance & Dissolution

$LSTR token will also be used for governance decisions. The top 25 Holders will be invited to a private group where decisions will be made to broaden our scope of treasury assets, along with strategic buying and selling of these tokens. (Note - At least 90% of the Revenue will be committed to buying $LIGHT unless trading sub 1 NAV, and these $LIGHT tokens will NEVER BE SOLD) .Community members are encouraged to share their ideas as well on potential assets to add to the Reserve. \
\
**Treasury Dissolution Voting Mechanism**\
$LSTR holders have the power to vote on the potential dissolution of the treasury. If significant community demand arises, a dedicated web application will be launched to facilitate a transparent voting process. Each holder will receive a fixed number of votes proportional to their $LSTR holdings. Should a majority vote in favor of dissolution, treasury assets will be distributed pro-rata based on individual holdings. A secure web app will enable users to burn their $LSTR tokens in exchange for their fair share of the treasury’s assets, ensuring an equitable and streamlined process.


---

# 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://light-strategy.gitbook.io/light-strategy-docs/what-is-light-strategy/governance-and-dissolution.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.
