# Voting and Delegation

* All proposals can be voted upon by DDX holders in the governance app: governance.derivadex.com.&#x20;
* Anyone who has participated in insurance mining, and has claimed their DDX, will be able to vote from their connected account.

### Voting process <a href="#e67b" id="e67b"></a>

**Submission:** Proposals must be submitted by an address that holds (and maintains throughout the entire proposal process) `>1%` of the circulating supply. This is intended to cut down on the number of spam proposals and malicious proposals. After the governance cliff is lifted, users can delegate freely, which should enable a wider range of participants to make proposals.

**Voting:** When a proposal is submitted on-chain, there is a 3-day voting period. This voting period may be shorter if `>50%` of the circulating supply votes “FOR” or “AGAINST”, at which point the proposal is immediately Succeeded and Queued, or Fails. A successful proposal requires at minimum a quorum of `>4%` of the circulating supply.

**Queuing and Execution:** The successful proposal is then Queued for 3 days. At the end of the 3-day queue, the proposal can be executed.

### Delegation <a href="#id-34b9" id="id-34b9"></a>

DDX can be delegated via the [governance.derivadex.com](http://governance.derivadex.com/) interface.

* Initially, all Trader wallet DDX is automatically delegated to the user-owned connected account (EOA).
* Now that the governance cliff is lifted via a successful proposal, users are able to withdraw DDX from their Trader wallet to their EOA and then delegate to any desired third party.


---

# 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.derivadex.io/governance/voting.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.
