# Voting Power: Snapshot vs Agora

Voting Power is an important part of participating in both Organizations and Agora DAOs on Clarity. However, it's important to note the key differences in how Voting Power is calculated for Snapshot Governance Events (Polls & Snapshot Proposals), and Agora Proposals.

### Snapshot Voting Power

Snapshot Voting Power is determined using pre-set Voting Power Calculations. Snapshot Voting Power Calculations can be one of the following types:

#### 1 Member 1 Vote

All Organization Members have 1 vote.

#### Token Weighted

[Snapshot Governance Assets](/clarity-v1/creating-an-organization.md#governance-token-s) are added to a voting power and given a weight and scale.&#x20;

Token Weighted Snapshot Voting Power is calculated from the number of tokens in a given calculation a user holds in their wallet.

<figure><img src="/files/Hac57gdgcfUwXD0zOS4J" alt="" width="375"><figcaption></figcaption></figure>

**GT:** The set of Snapshot Governance Assets the Organization has configured in this Voting Power Calculation

**TokensHeld:** The number of this Snapshot Governance Asset the member holds

**Scale:**  If linear, Scale=1. If quadratic, Scale=1/2

**Weight:** Weight of this asset in this voting power.

#### Stake Pool

Stake Pool power is calculated using the amount of ADA a user stakes to a specific stake pool, potentially boosted by a time bonus multiplier. The amount staked is calculated each epoch, so it may take several days to see voting power in a Stake Pool Voting Power Calculation after initially staking to the relevant pool

<figure><img src="/files/ze9kOcOyWZSqxO4YxX9b" alt="" width="476"><figcaption></figcaption></figure>

**ADA Staked:** The amount of ADA the member stakes to the relevant Stake Pool

**Scale:**  If linear, Scale=1. If quadratic, Scale=1/2

**TimeBonusMultiplier:** A multiplier if the user stakes for a minimum number of epochs, defined in this Voting Power Calculation

### Agora Voting Power

For Agora Voting power, the Governance Tokens held must be [Staked](/clarity-v1/participating-in-a-dao/staking/creating-and-editing-stakes.md) to an Agora DAO to count towards Voting Power.

There is only one type of Agora Voting Power Calculation, which is 1 staked token = 1 vote. The only token that can be staked to an Agora DAO is that DAO's [Governance Token](/dao-fundamentals/agora-overview.md#governance-token). Voting Power in all Agora actions is calculated using this formula.


---

# 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.clarity.vote/clarity-v1/key-distinctions/voting-power-snapshot-vs-agora.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.
