# DAO

## LemmaSwap token & governance

LemmaSwap will (in the future) issue LEMMA tokens to manage governance for the stablecoin. Holders will be able to set risk parameters, prioritize the roadmap and propose new features, amongst other things. A few example include:

* Deciding which derivative DEXs’ perpetual contracts should be used for LemmaSwap and set risk parameters for each one
* Deciding what percentage of the yield should be allocated towards the user vs. the insurance fund vs. the treasury
* Deciding how much to charge for spot swaps

## Treasury & insurance fund

Routing yield towards the treasury / insurance fund will help mitigate risks for liquidity providers. As such, a percentage (initially 30%) of the profits generated by the basis trading vault will be allocated to the treasury / insurance fund.


---

# 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.lemma.finance/concepts-overview/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.
