📖
MetaPoll | Docs
  • Introducing MetaPoll
  • Getting Started
    • Take the MetaPoll tour!
    • FAQs
    • Quickstart Mission
  • MetaPoll User Guide
    • Signing In
    • Adding and Removing DAOs
    • Browsing MetaPolls
      • Filtering MetaPolls by DAO
      • Search and Other Filters
      • Main card
    • Viewing MetaPoll Results
      • Snapshots
      • Options
      • Child Options, Layers, and Navigation
    • Voting
      • Ranked and Unranked Options
      • Ranking and Unranking Methods
      • Casting Your Vote
      • Viewing Vote History
    • Eligible Tokens and Vote Calculation
    • Vote Decay
    • Graduation
  • Authoring MetaPolls
    • Basics of Creating MetaPolls
      • Creating a new MetaPoll
      • Setting up the MetaPoll
      • Creating Options
      • Publishing a MetaPoll
      • Managing your MetaPolls
    • Working with MPTS format
    • Option space design
      • Option Naming Styles: The Abstraction-Precision Trade-off
      • State Change Loop
      • Utility Formats
    • Example MetaPoll types
      • 1. Control Surfaces for Automated Systems
      • 2. Information Sources for Decision-Making
      • 3. Proposal Temperature Checks
      • 4. Proposal Election and Expectation Management
      • 5. Representative Guidance Systems
  • Hypothetical MetaPolls
  • Advanced Topics
    • Decision Spaces
    • Snapshot Data Structure
    • VCIP - Voter Compute Integrity Proof
    • VDIP - Voter Data Integrity Proof
    • Arweave Perma Storage
    • Verkle Trees
    • ZKsnarks
  • Appendix
    • Links
    • Glossary
Powered by GitBook
On this page
  • Writing your title
  • Consider the title carefully
  • Snapshot cadence
  • Can I change the cadence?
  • Choosing a DAO
  • Eligible Voting tokens
  • Visibility
  • Drafts
  • MPTS format
  • Why use MPTS?
  1. Authoring MetaPolls
  2. Basics of Creating MetaPolls

Setting up the MetaPoll

PreviousCreating a new MetaPollNextCreating Options

Last updated 1 day ago

Writing your title

The first thing you may want to do is to write your title for this MetaPoll. To do this, click into the top field called "name" and type the title you want.

Titles are not unique. Two or more MetaPolls can have the same title in the same DAO. (URLs are unique)

Consider the title carefully

The title is very important since it communicates what this MetaPoll will signal towards.

For example if you name the MetaPoll: "Treasury Management" then the options will logically signal towards treasury management.

Caution! Titles are the only field in a MetaPoll which cannot be changed after publishing. So choose your title carefully before hitting the publish button.

Snapshot cadence

The next thing to choose is the snapshot cadence, this is the time interval between snapshots.

Example: if you chose a 7 day cadence and you published the MetaPoll on a Tuesday, then every following Tuesday a new snapshot would get created.

Can I change the cadence?

However, to prevent a snapshot moving attack, changing the cadence will not change the time of the immediately next snapshot, but the snapshot following it.

Choosing a DAO

All MetaPolls must be connected to a DAO, this is needed for two reasons.

  1. Users need to know what DAO or community the results signal towards.

  2. MetaPoll needs a list of eligible voting tokens to determine if a voter is eligible vote and how much to weight their vote.

You can select a DAO by clicking on any DAO added to "my DAOs" list.

While you can change which DAO a MetaPoll is connected to, many voters may not have eligible voting tokens in the other DAO, so it's generally not recommended to change DAOs unless necessary.

Eligible Voting tokens

Each DAO has a list of eligible voting token(s) underneath it as well as the weight of each vote on the right hand side. Some DAOs may have multiple eligible tokens and each token can have a different weight.

If you see a weight of 1 this means 1 token = 1 vote. If you see a weight of 10, then 1 token = 10 votes. If you see a weight of 0.5 then 1 token = 0.5 votes.

Visibility

Currently all MetaPoll results are public. However, one day MetaPolls will have multiple visibilities.

In the future we plan to add private polls, where only accounts with the required tokens can access the private MetaPoll. Once this feature is available, you will be able to enable private polls here.

Drafts

As soon as you've chosen a title, you can save a draft of your MetaPoll and resume your work. This allows you to take your time authoring a MetaPoll before publishing it.

To save a draft, simply click the blue button labeled "Save Draft". You can save over your draft to update it as many times as you like.

MPTS format

Why use MPTS?

Creating polls in the MetaPoll app interface isn't always ideal. In some cases it makes more sense to draft them in collaborative documents where you can:

  • Receive feedback and comments from others

  • Get assistance from AI tools

  • Enable portability between environments (local to production)

  • Share and fork MetaPolls within communities

Next, let's learn how to create and remove options and their children.

Yes, if you want to .

Refer to the dedicated page if you need to .

In the near future there will be a new feature added called MetaPoll TreeSpec. used to create or modify a portable MetaPoll option tree within any basic text editor.

TLDR, using MPTS allows collaboration, use of AI tools, and saves you time. If you're going to author medium to large size MetaPolls then using MPTS is highly recommended. Best part is that

You can it's dedicated page.

change the cadence at a later date, you can do so anytime
add or remove a DAO from your DAO list
MPTS (MetaPoll TreeSpec) is a minimalistic format
MPTS is extremely simple to learn.
learn more about MPTS by reading
Choose the DAO this MetaPoll will be connected to.
You can save your work by clicking the "Save Draft" button