# Proposing and Voting Powers

There are two powers associated with each DYDX token:

* The **proposing power** gives access to creating and sustaining a proposal.
* The **voting power** is used to vote for or against existing proposals.

DYDX holders receive governance powers proportionally to their sum of owned and delegated tokens at a given block.

**`Proposing Power =`**`Proposing Power from DYDX token +`\
`Proposing Power from staked-DYDX token +`\
`Proposing Power from DYDX token received as delegatee -`\
`Proposing Power from DYDX delegated`

**`Voting Power =`**`Voting Power from DYDX token +`\
`Voting Power from staked-DYDX token +`\
`Voting Power from DYDX token received as delegatee -`\
`Voting Power from DYDX delegated`


---

# 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/proposing-and-voting-powers.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.
