# Governance

The BAG ecosystem is governed by the Bagcoin DAO.

BAG token holders can help shape the ecosystem's future by proposing and voting on key decisions. Simply hold BAG in your wallet to participate, no staking or further action is required.

Instead of a central authority, voting power is distributed across all token holders and everyone has a say in the decision-making. Your voting power is proportional to the amount of BAG tokens you hold.

### Governance Proposal Process

For an idea to be implemented, there are three phases in the process:

* **Phase 1:** Forum Discussion
* **Phase 2:** Proposal Submission
* **Phase 3:** Proposal Voting

<details>

<summary>Phase 1: Forum Discussion</summary>

Join [Discord ](https://discord.gg/decentralgames)to discuss proposals in the governance channel or post ideas in the governance forum.

* To discuss in the channel: you'll need to hold a minimum of 800 BAG.
* To make a forum post: you'll need to hold a minimum of 80,000 BAG.

Before submitting a formal proposal, it’s recommended to post your idea to gauge interest and gather feedback.

</details>

<details>

<summary>Phase 2: Proposal Submission</summary>

After gathering initial feedback, you can submit your proposal on [Snapshot](https://vote.bag.win/#/).

To submit a proposal, you must hold a minimum of 800,000 BAG. If you don’t have enough BAG then another community member can submit it on your behalf.

Proposals are recommended to follow this format:

* **Title:** A short, clear, descriptive title.
* **Background:** Information on why the proposal is needed.
* **Proposal:** Details of what you’re proposing.
* **Rationale:** Reasoning for the proposal and the intended outcome.

Here’s an [example template](https://docs.google.com/document/d/1jtm1HC5ZNHV0GBloVOAVjxRwehO61MRxiAtXcNMkOXc/edit?usp=sharing) that you can edit to create a correctly structured proposal.

You’ll also need to set a voting period when submitting your proposal. A typical voting period is 5 to 7 days.

</details>

<details>

<summary>Phase 3: Proposal Voting</summary>

All voting takes place on [Snapshot](https://vote.bag.win/#/). Proposals are passed by a majority vote with a minimum threshold of 80M BAG.

Community members may vote themselves or delegate their voting power to another person of their choice. To delegate your voting power, check out [Snapshot’s guide](https://docs.snapshot.org/guides/delegation).

</details>

### View Proposals

To vote on or view proposals, visit [Snapshot](https://vote.bag.win/#/).


---

# 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.bag.win/dao/governance.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.
