SnowconeDAO
ResourcesMediaDocs
  • Introduction
  • Create
    • Make Your Snowcone Project
      • Project Details
      • Funding
      • Token
      • Rules
    • Governance Resources
      • Snapshot
      • Gnosis Safe
    • Community Resources
      • Make a Discord Server
  • Learn
    • Overview
    • Architecture
    • Administration
    • Risk
    • Glossary
      • Ballot
      • Data Source
      • Delegate
      • Discount Rate
      • Funding cycle
      • NFT rewards
      • Operator
      • Overflow
      • Payment terminal
      • Project
      • Redemption rate
      • Reserved tokens
      • Split allocator
      • Splits
      • Tokens
    • Tokenomics
  • Build
    • Getting Started
    • Basics
    • Project NFT
    • Programmable treasury
    • Treasury extensions
      • Ballot
      • Data Source
      • Pay delegate
      • Redemption Delegate
      • Split Allocator
    • Utilities
      • Project payer
      • Splits Payer
  • API
    • Data Structures
      • SNOW721PricingParams
      • SNOW721Tier
      • SNOW721TierParams
      • SNOWBitmapWord
      • SNOWDeployTiered721DelegateData
      • SNOWDidPayData
    • Contracts
      • SNWProjects
        • Event
          • Create
          • SetMetadata
          • SetTokenUriResolver
        • Properties
          • Count
          • metadataContentOf
          • tokenUriResolver
        • Read
          • supportsInterface
          • tokenURI
        • Write
          • createFor
          • setMetadataOf
          • setTokenUriResolver
  • Subgraph
    • Subgraph Entities
    • Sample Queries
Powered by GitBook

SnowconeDAO

On this page

Was this helpful?

Export as PDF
  1. Create
  2. Make Your Snowcone Project

Rules

Overview

Restrictions on project reconfigurations and global toggles for suspending payments and activating token minting at will

Field

Description

Pause Payments

If enabled, your project cannot be paid for. This has been utilized by project owners between fundraising seasons or when desiring to fully halt token issuance.

Allow token minting

When enabled, the project owner can mint project tokens to any address at will. This could be used for setting up a "premine", or to create an additional token reserve for the DAO.

Reconfiguration rules

Reconfiguration rules are requirements that must be satisfied in order to reconfigure a project. Conforming to the default 3-day delay, a reconfiguration must be filed at least 3 days before to the beginning of the subsequent financing period. This allows the community time to validate queued reconfigurations and prevents a rug pull at the last minute.

Last updated 2 years ago

Was this helpful?