> For the complete documentation index, see [llms.txt](https://gitbook.silverdoor.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.silverdoor.ai/governance/elections.md).

# Elections

Silver Door has a core election mechanism which is purely democratic.  Each year the membership gets to propose new or former board of director seats; and each Silver Door member has one vote.

***

{% hint style="info" %}
As a Colorado Limited Cooperative Association, we need to maintain a board of directors.  The board members have a directive and an obligation to act as fiduciaries on the behalf of the Silver Door cooperative.
{% endhint %}

### Nomination

Any loose coalition of Silver Door members can nominate a new or previous board member.

### Campaign

Each board nominee will have an immutable "platform" proposal document which is uploaded to Arweave via Mirror.  The platform will contain a mix of concrete deliverable outcomes and heuristic pledges.  Each platform is a commitment that the nominee will take certain actions, conduct themselves in a certain way and achieve certain goals.

Board nominees may endorse others and co-create platforms.  Board roles are not all interchangeable; so each seat will have it's own unique pool of nominees.

It is up to the members to determine if there will be debates or other events that shape the election process.

### Certification

Successful candidates will be certified on-chain with the minting of a special "Board Member" Hat. &#x20;

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


---

# 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://gitbook.silverdoor.ai/governance/elections.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.
