LogoLogo
  • 👋Introduction
  • Products and Services
    • Governance as a Service (GaaS)
    • Proof of Existence (PoE)
      • PoE Enrollment User Guide
      • Passport Portal / PoE Dispenser
      • PoE Integration Overview
      • How to Integrate PoE to Snapshot
      • Governor DAO Proof of Existence Use Cases
      • Finnovant Q & A on their Say-Tec tech
      • PoE Sign-up - One Page Flyer
      • PoE VIP Process - 4 Stages
    • NFT Launchpad - Provably Fair Mints with PoE
      • 🎨PoE for NFT Artists
      • Permissioned NFT Sale Scope
      • 🤝NFT Artist requirements discovery form
    • Liquidity Generation Event (LGE)
    • Governance Vault
      • Governance Vault User Guide
      • FAQ Governance Vault
      • Governance Vault Deployment Variables
  • Sub-DAOs
    • GDAO Ambassadors (GAMBs)
    • Finance Committee
  • 📰Media (Work in Progress)
    • Articles
      • GDAO Leveling the Voting Landscape
      • Project Voting Challenges & PoE Solutions
      • Provably Human: a glimpse into the world of Sybil resistance.
      • Sybil Resistance Within the Metaverse & P2E Gaming
  • 💡Additional Resources
    • GDAO Links
      • Proof of Existence Landing Page
      • Official Announcements Telegram
      • Official Telegram Group
      • GDAO Trading / Unofficial
      • YouTube
      • Discord
      • Twitter
      • Main Website
      • Blog Website
      • Forum Website
      • NFT LanchPad
      • CoinGecko GDAO
    • Where to Purchase GDAO
      • 1Inch Exchange ETH/GDAO
      • GDAO V3 Uniswap Pool
      • GDAO V2 Uniswap Pool
      • Gate.io GDAO/USDT
      • Gate.io GDAO/ETH
    • Governor DAO Litepaper v2.1
  • 👋How to Section
    • PoE Enrollment User Guide
    • Governance Vault User Guide
    • FAQ Governance Vault
    • Get Some MATIC (Buy/Bridge)
    • Polygon Chain - MATIC Management
    • Polygon NFT Bridge Guide
  • Hiring
    • 👨‍👦‍👦Can I offer help to the team ?
    • Frontend Developer Role
  • Smart Contracts
    • Smart Contracts Hub
  • Support
    • 🙋Email Support Form
  • Glossary of Terms
    • 📓Glossary of Terms
  • Archived_Documents
    • Creating LP & stake in Geyser Fountain Pool
    • Geyser Fountain ETH/GDAO LP Staking
    • MDAO LGE Guide [ Muse DAO]
    • Governor DAO Post Mortem BEAN Governance Exploit
    • Proof of Existence Snapshots
Powered by GitBook
On this page
  • 1. Get an ENS Domain for Your Space
  • 2. Link Your ENS Domain to Snapshot
  • 3. Setup Your Space Settings
  • 4. Save Your Settings

Was this helpful?

  1. Products and Services
  2. Proof of Existence (PoE)

How to Integrate PoE to Snapshot

A brief how-to on integrating global PoE (Proof of Existence) token into your project's snapshot or scattershot voting portal.

PreviousPoE Integration OverviewNextGovernor DAO Proof of Existence Use Cases

Last updated 2 years ago

Was this helpful?

1. Get an ENS Domain for Your Space

If you haven't already, follow this guide - to get your ENS domain.

2. Link Your ENS Domain to Snapshot

Once you have created your ENS domain, Go to this URL and modify the tag with your ENS domain. https://snapshot.org/#/<ENS DOMAIN>/settings and login with the wallet that owns the ENS domain.

Once connected, the <your-address> tag will be replaced with your wallet address.

You will need a wallet that can sign messages like MetaMask, Fortmatic, Portis, Argent. Don't use a Gnosis Safe as they are currently not supported.

If you are on your domain space and connected with your wallet you will see the correct IPNS link in the ENS field. Click on the button Set record on ENS, and you will get redirected to ENS page.

  • On the ENS page, click on ADD/EDIT RECORD.

  • Select TEXT and type the key "snapshot" in lowercase.

  • Paste the IPNS link in the field.

  • Click Save.

  • Scroll down and click Confirm.

  • Sign the transaction with your wallet.

3. Setup Your Space Settings

Refresh the Snapshot settings page https://snapshot.org/#/<ENS DOMAIN>/settings to see the space setting.

Profile

  • Name is the name that will be displayed in your space.

  • About is the description of your governance purposes.

  • Avatar is your project logo.

  • Network must be the network relative to your token. (PoE is currently available on ETH Mainnet, Rinkeby, Polygon (MATIC), and Polygon Mumbai Testnet.)

  • Symbol is the main token symbol that will be displayed in your space.

  • Skin can be left as a default, used as an existing one or you can create your own skin.

  • Twitter and Github just add a username to link to your different accounts.

  • Domain Name is optional but you can add a custom domain.

  • Terms links to your website's terms and conditions.

  • Hide Space from the Home Page if you want to keep your space "private".

Strategies

A strategy is a JavaScript function that defines how the voting power is calculated. You need to add a voting strategy for your proposals. erc20-balance-of is the strategy we will be using for PoE "One Voice, One Vote" integration. You can have multiple strategies and can have your custom strategies as well, including a hybrid strategy of PoE + Token Balance/x to incorporate both holdings and individuality.

You need to add a voting strategy for your proposals. erc20-balance-of is the strategy of choice for PoE.

You can add up to 5 strategies in your space.

Once selected, you can edit the strategy by clicking on it and adding the following information:

  1. Symbol: PoE

  2. Address: For ETH Mainnet the PoE Address is - 0x5945bAF9272e0808165aDea61b932eC1604FB161 For Polygon the PoE Address is - 0x15A84E83e039a63a230ba786231dfB99544f7acB

  3. Decimals: 1 - Since the token is not fractionalized the decimal point is not needed - default to 1.

Admins

The admins will be able to edit the space settings and moderate proposals. You must add one address per line.

Members

Members will be able to create proposals without being constrained by filters. You must add one address per line. Generally keeping this blank is recommended so that logic is not confusing for users. If you want proposals to be generated by team members only be sure to demarcate those addresses here.

Filters

  • Proposal Threshold is the minimum number of tokens required to create a proposal, since we are working with a single token this should be set to 1.

  • Proposal Validation is a custom function to validate if someone can post a proposal or not. You can use the basic validation by default which takes your voting power with space strategies and checks if you pass a defined threshold. Others are available but the default is recommended.

  • Allow Only Members to Submit a Proposal makes sure that only members specified in members field are allowed to submit a proposal.

Plugins

Plugins give extra features for your space. Explore plugins as needed, be sure to thoroughly understand what plugins DO before adding them and possibly breaking voting logic.

4. Save Your Settings

Click "Save" then confirm the action in your wallet.

You are all set! You can go on https://snapshot.org/#/<ENS_DOMAIN> to see your space.

To learn more about different strategies for use:

https://docs.snapshot.org/strategies
https://docs.snapshot.org/spaces/before-creating-your-space
Snapshot Setup Official Video