# Exercise 4: Predict Voting Outcomes in Collective Governance (if time allows)

## Objective

Predict the voting outcome of a hypothetical proposal by analyzing voting power and voting history among token holders.

## Steps

1. Groups analyze the dataset and predict the voting outcome of the proposal based on the information provided.
   * Consider factors such as voting power distribution, historical voting patterns, and potential alliances or factions within MakerDAO, utilizing [Data on MakerDAO](/further-reading-and-resources/learning-resources.md)
2. Each group discusses and makes a collective decision on whether to accept or reject the proposal.
   * <mark style="color:red;">Groups have opportunities to</mark> <mark style="color:red;"></mark><mark style="color:red;">**delegate their tokens to other groups**</mark> <mark style="color:red;"></mark><mark style="color:red;">OR</mark> <mark style="color:red;"></mark><mark style="color:red;">**take away delegated tokens**</mark> <mark style="color:red;"></mark><mark style="color:red;">before voting takes place.</mark>&#x20;
3. As a class,  groups cast their votes and briefly present their rationale.

[![Creative Commons Licence](https://i.creativecommons.org/l/by-nc/4.0/88x31.png)](http://creativecommons.org/licenses/by-nc/4.0/)

© 2023 Xule Lin & Ying-Ying Hsieh. This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](http://creativecommons.org/licenses/by-nc/4.0/).


---

# 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://makerdao.daogov.info/title/exercise-overview/exercise-4.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.
