LogoLogo
UMA HomeProjectsVoter DappOO Dapp
  • Welcome to UMA
  • What's New!
  • FAQs
  • Developers
    • Optimistic Oracle v2
      • Quick Start
      • Deposit Box
      • Event-Based Prediction Market
      • Insurance Claim Arbitration
    • Optimistic Oracle v3
      • Quick start
      • Data Asserter
      • Escalation Managers
      • Sandboxed Oracle Environment
    • oSnap
      • oSnap Quick Start
      • oSnap Deployment Tutorial
      • Snapshot Proposal + Transaction Tutorial
      • oSnap Proposal Verification
      • oSnap Configuration Parameters
      • Migrate to oSnap Safe App
      • Monitoring Bot Setup
    • Setting Custom Bond and Liveness Parameters
  • Protocol Overview
    • How does UMA's Oracle work?
    • Example Projects
    • DVM 2.0
    • DVM 2.0 FAQ
  • Community
    • Governance
      • The UMIP Process
      • DAO Proposals
  • Using UMA
    • Voting Walkthrough
      • Voter Guide
      • Voting Gas Rebates
    • Proposing Oracle Data
    • Disputing Oracle Data
    • Resolving Disputes
  • Verification Guide
    • Verification System
    • Polymarket
    • Across
    • oSnap
    • Y2K
    • Index
  • Resources
    • Network Information
      • New Network Requests
    • Audit & Bug Bounty Programs
    • Approved Price Identifiers
    • Approved Collateral Types
    • Subgraphs
      • Mainnet Voting Entities
      • Queries
    • Voting with a 2-Key Contract
    • Unsupported Contracts
    • Additional Resources
    • Glossary
    • Links
    • UMA TVS Methodology
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Developers
  2. oSnap

oSnap Configuration Parameters

Overview of oSnap Configuration Parameters

PreviousoSnap Proposal VerificationNextMigrate to oSnap Safe App

Last updated 1 year ago

Was this helpful?

The parameters below are independent parameters on the oSnap module that can be updated after deployment in the SAFE advanced settings.

  • Collateral: The ERC20 token used for the bond. The options are USDC and WETH.

  • Bond: The bond value is the amount proposers (and disputers) are required to post in the collateral currency. The minimum recommended bond values are 1,500 USDC and 1 WETH.

  • Liveness: The length of time a proposal can be disputed. The minimum recommended liveness period is 6 hours to allow disputers to verify a proposal follows the rules.

The parameters below are defined within a single ‘rules’ string on oSnap modules that follow recommended settings. The 'rules' string can be updated after deployment.

  • Voting Quorum: The minimum number of vote participation required for a valid proposal. For example, the proposal should not be considered valid if the voting quorum parameter is 50% and the proposal only had 30% voter participation. This is inherited from Snapshot.

  • Voting Period: The minimum voting period that should be set in the Snapshot proposal. Any voting period set for a proposal that is less than the parameter set in the rules will not be considered a valid proposal.

  • Challenge Period: The challenge period, also referred to as the liveness period, is the challenge window where disputers can dispute a proposal, and is another knob you can turn to increase security (while accepting UX trade-offs). You can find your oSnap configuration parameters in the advanced settings, by navigating to the oSnap SAFE App. Click on the gears.

The configuration parameters will be displayed in the fields below. Please adjust with caution.