# Democracy Delegation

## What is Democracy Delegation?

Democracy delegation is when you delegate your funds to another account to represent you for voting. It works almost the same way as [direct democracy](/dot.alert/content/3.operations/voting/direct-democracy.md) in terms of setups for amounts and conviction. Only that, this time, your voting power is at the discretion of a third-party user called "delegated account".

### How-to: Participating in Governance via Democracy Delegation

Under the previous governance system, token holders could only delegate to one account at a time, and this account represented them for all governance decisions. Back then, delegated accounts inherited the delegating account's voting balance, voting conviction, and lockup duration which were added to their own personal voting preferences.&#x20;

With OpenGov, there is a much more flexible option for vote delegation, since different multiple referendum classes run in parallel, each carrying many proposals. This enables multirole delegation, a process in which voters delegate their power to different accounts across different referendum classes also known as "origins".

<figure><img src="/files/k6nnTWvPTBMwJJRGeYjX" alt="Origins and Tracks for Polkadot OpenGov Referenda. "><figcaption><p>An overview of some origins and Tracks parameters for Polkadot <a href="https://wiki.polkadot.network/docs/maintain-guides-polkadot-opengov#origins-and-tracks-info">OpenGov</a>.</p></figcaption></figure>

This represents a huge improvement in coordination, as not all delegated accounts can be trusted to consistently take the best decisions in all governance activities. While one delegate may be best to handle *MediumSpender* proposals, another may be a better fit for handling *Root origin* proposals.

In light of this, one could devise a series of criteria for choosing their representative for each referendum class. A useful checklist can include:

* the account's previous track record of decision-making in a governance activity that matches the referendum class in question.&#x20;
* the account’s role in the ecosystem; as a member of a certain rank from the Polkadot Fellowship may be a better delegate for the *Root origin*.
* the account's community activities in relation to a particular referendum class.&#x20;
* the account's ability to make rational choices in [governance-related discussions](/dot.alert/content/4.social-support/polkassembly.md) and debates.

<figure><img src="/files/sQ581uhkSm2gg0UzGERE" alt="An interface for delegating democracy votes on Polkassembly."><figcaption><p>Polkassembly provides an interface for delegating OpenGov votes.</p></figcaption></figure>

### **Risks: Mitigation Strategies for** Democracy Delegation procedures

Democracy delegation should never be a set-and-forget endeavour. Handing over your voting power is a risky sacrifice that may result in unwanted outcomes if not managed properly. Delegated accounts can end up being victims of a hack and, although your delegated funds are non-transferable by nature, this attack may result in a subsequent leverage of your votes for malicious proposals.&#x20;

Hence the need to constantly review, or if need be, regularly change your delegates to ensure alignment of interests. To incentivise this safety measure, a follow-up governance improvement is planned to allow free undelegation transactions for all delegating accounts, within reasonable limits.&#x20;


---

# 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://dot-alert.gitbook.io/dot.alert/content/3.operations/voting/democracy-delegation.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.
