> For the complete documentation index, see [llms.txt](https://p00ls.gitbook.io/token-integrations-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://p00ls.gitbook.io/token-integrations-guide/polls/snapshot.md).

# Snapshot

**Initial Setup** : 20-30 minutes (*est*)

**New Polls** : 10-20 minutes (*est*)

## POLLS

## Token Balance Weighted Voting

**tldr**; Let your community help you make decisions while giving your biggest holders the most voting power.

Use [Snapshot.org](http://Snapshot.org) as the communities poll board. Ask questions or propose future plans and allow your collectors and fans to weigh in. They will connect their wallets and Snapshot will read their wallet holdings. When they vote, each token they hold is one vote. 1 token = 1 vote.

#### **What you will need**

* A wallet
* Token contract addresses
* ENS domain (.eth)
  * It is used as part of your url

#### Why?

Engage your fans and let them take part in the world building process with you. Give all your holders a voice, while reserving the biggest voice for your biggest holders. There is anticipation of polls reaching quorum and awaiting the final outcome.

## Poll Ideas:

1. Ask for help picking a colorway of a new merch run, or album cover, or NFT collection
2. Ask what edition or collection size they want on the next drop
3. Give options for future collaborations and let them vote

## Next Steps

[Space Setup Guide](/token-integrations-guide/polls/snapshot/space-setup-guide.md)

[Conducting a Poll](/token-integrations-guide/polls/snapshot/conducting-a-poll.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://p00ls.gitbook.io/token-integrations-guide/polls/snapshot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
