# How To Delegate

You can delegate from the dYdX Governance Dashboard: <https://dydx.community/dashboard>

dYdX allows holders to delegate voting rights to the address of their choice.&#x20;

Anybody can participate in dYdX governance by receiving delegation, without needing to own DYDX. Users can delegate to one address at a time, and the number of votes added to the delegatee’s vote count is equivalent to the balance of DYDX in the user’s account.&#x20;

Votes are delegated from the current block and onward, until the sender delegates again, or transfers their DYDX.

![Delegate away your voting & proposing powers](/files/f6ZNPrrOeEsvXytUfryh)

Token holders can choose to delegate one or both of the governance powers associated with a token, either through the governance portal or programmatically. A user that has received delegated power can not forward this delegated power to another delegatee.

Token holders can delegate proposing power and voting power to different addresses. However, there is no partial delegation (only 100% or 0% of power.)

To delegate your tokens to a wallet address:

* Go to [dydx.community/dashboard](https://dydx.community/dashboard)
* Click on "Delegate"
* Select type of power you want to delegate
* Enter a Wallet Address for a third party to whom you would like to delegate your voting and/or proposal power to. Delegating powers does not transfer your tokens

Delegating and undelegating DYDX require users to spend Ethereum gas fees.


---

# 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://www.dydxdao.info/dydx-governance/how-to-delegate.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.
