# Security Council Election Process

{% hint style="warning" %}
This document is currently subject to public review before being finalized. If you notice a revision that needs to be made or have feedback, please [request a revision](https://github.com/connext/gitbook-docs/issues/new) or start a conversation with us on Discord at <https://discord.com/invite/everclear>
{% endhint %}

Elections for the Security Council are held annually, excluding an initial 6-month bootstrapping phase, during which the Everclear Foundation will appoint the initial council.

Before each election cycle, the Everclear DAO will open a one-month-long call for candidates, followed by the voting period. The top 8 candidates will then be inducted into the council for one term that will last for 12 months. Serving multiple terms will be possible, however, it will require candidates to submit a new application and be elected into the Security Council through a formal vote.

Changes to these elections may be proposed by the DAO, but not in an ongoing election cycle.

{% hint style="info" %}
Note: Prior to the first election, the DAO can post an RFC to discuss whether the term duration should be 6 or 12 months.
{% endhint %}

***

## Criteria for Membership

Any DAO member may declare their candidacy for the Security Council. To be considered for a position on the council, candidates must meet the following criteria:

* Posess a technical background and the ability to read code and detect possible vulnerabilities.
* Garner support from at least 0.4% of the voting supply prior to the election.
* Maintain membership in the Everclear DAO for at least 3 months prior to the election.
* Have no more than 2 representatives from the same organization on the Council at a given time.
* Publicly disclose any potential conflicts of interest prior to campaigning for membership.

***

## Experience & Expectations of Candidates

Elected Special Council members are expected to:

* Provide emergency contact where they can be reached in case of emergency
* Possess the mandatory skills necessary to act in this role, such as knowledge of best security practices, use of hardware wallet, ability to review and sign transactions, etc.

***

## Everclear Security Council - Template & Introductions

Interested individuals are encouraged to use the following template as part of their application to become a part of the Everclear Security Council.

**Instructions**:

Copy this template, fill in your details and responses, and post it as a reply below.

{% hint style="info" %}
Please note that you must adhere to the template. Any responses that deviate from it will be deleted for easier consultation of the candidates.
{% endhint %}

**Candidate Biography & Introduction**

**Name:** \[Name of individual or organization]

**Twitter Link:** \[Please link your Twitter account or any other social media presence of yours]

**Wallet Address or ENS:** \[Please insert your wallet address or ENS]

**Introduction & Area of Expertise / Skillset:**

* Please introduce yourself to the community by giving an overview of your relevant professional experience in more detail. Make sure to include the skills you have that match the requirements outlined [here](https://www.notion.so/Connext-DAO-Governance-Process-315c0c62c32a477ea554070682044dbe?pvs=21)]
* Why do you think you are the right person to be a part of the Security Council?

**Everclear DAO Vision & Goals**

\[Please share your vision for the Everclear DAO and what the goals of the DAO should look like.]

***

## Current Security Council

| Name            | Affiliation         |
| --------------- | ------------------- |
| Goncalo / Lead  | Creed               |
| Layne           | Proxima Labs        |
| James           | Proxima Labs        |
| Rahul           | /                   |
| Greg            | Chainsafe           |
| Veil            | Veil                |
| Facu            | /                   |
| Stefan          | Everclear Community |
| Vending Machine | Vending Machine     |
|                 |                     |


---

# 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://dao-docs.everclear.org/dao-documents/processes/security-council-election-process.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.
