# For Backers & DAO

Support events and participate in governance.

## Funding Events

{% stepper %}
{% step %}

### Browse Campaigns

Find events seeking funding.
{% endstep %}

{% step %}

### Contribute

* Select contribution amount
* Send SOL to escrow contract
* Receive confirmation
  {% endstep %}

{% step %}

### Participate in Governance

* Vote on milestone completions
* Review organizer submissions
* Help maintain platform integrity
  {% endstep %}
  {% endstepper %}

## DAO Voting

### How Voting Works

{% stepper %}
{% step %}

### Organizer submits milestone proof

Organizers submit proof that a milestone has been completed.
{% endstep %}

{% step %}

### DAO members review submission

DAO members review the organizer's submission and evidence.
{% endstep %}

{% step %}

### Vote to approve/reject fund release

Members cast votes to approve or reject releasing funds for the milestone.
{% endstep %}

{% step %}

### Automatic execution if approved

If the vote approves the release, execution happens automatically.
{% endstep %}
{% endstepper %}

{% hint style="info" %}

#### Protection Mechanisms

* Funds locked in escrow
* Community oversight
* Refund option if event fails
  {% endhint %}


---

# 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://mythra-2.gitbook.io/mythra-docs-1/documentation/introduction/getting-started/for-backers-and-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.
