> For the complete documentation index, see [llms.txt](https://whitepaper.tacostudios.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.tacostudios.io/defi/taco-swap/taco-swap-governance.md).

# Taco Swap Governance

<figure><img src="/files/3vS87UlFCtBYW9lu5UqA" alt=""><figcaption></figcaption></figure>

### MEAL Governance Polls <a href="#id-7a97" id="id-7a97"></a>

Every week, **Taco assigns a total amount of 50 TACO a day to 5 TOKEN/WAX MEALs**, following this scheme:

Two polls are held every week at the same time.

**Stage 1: Qualifications Poll**

* [TACOG](/tokenomics/tacog.md) holders can use their TACOG to vote the tokens they want to receive extra rewards for the associated TOKEN/WAX Liquidity Pools
* The Top 5 voted tokens will advance to the next poll stage: Rewards
* Every week Taco Team adds 5 more tokens to the Qualifications based on their presence on Taco Swap and community feedback

{% hint style="info" %}
Currently, only Level 40+ Venue Owners can vote. TACOG used for voting is burnt.
{% endhint %}

<figure><img src="/files/FUNFLwuIbu1ZiwafX0pi" alt=""><figcaption></figcaption></figure>

**Stage 2: Rewards Poll**

* TACOG holders can use their TACOG to vote the Top 5 voted tokens of the previous week Qualifications
* The 5 tokens will get a share of the 50 daily distributed TACO, based on the percentage of votes obtained at the end of the poll
* Rewards will be distributed on the TOKEN/WAX associated Liquidity Pools
* In case the pools do not exist, they will be created by the Taco Team

Rewards expire every week, they don’t stack to previous rewards.


---

# 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://whitepaper.tacostudios.io/defi/taco-swap/taco-swap-governance.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.
