Selenium Finance Docs
  • Selenium Developer's Team
    • Selenium DEX
    • Ecosystem
  • $SLM
    • Overview
    • Security
    • Protocol Participants
  • Synthetic Assets (Selenized)
  • Selenized Assets Lifecycle
  • Selenium Liquidity Multiplier
  • Staking Tokens (LP)
  • Governance
  • Selenium DeFi Trading Tool
    • About
    • Algorithms
    • GUI Version VirusTotal
    • Main functions
      • Snipe new tokens at listing
        • Snipe IDO listings
        • Social Media Monitoring for sniping
        • Analyzing Technical Indicators
      • Strategy BUY THE DIP
        • Trailing Stop Loss
      • Scam protection
      • Counter anti-bot protections
      • Place Limit Orders
  • Selenium AI Meetings
    • About
    • Key Features
    • Architecture and security
    • Unique features
    • Examples of use
    • Technical details
  • Social Links
    • Website
    • OpenSource(GitHub)
    • Coinmarketcap
    • Medium
    • X
    • Dune
    • Mastodon Social
Powered by GitBook
On this page
  • SLM Token
  • Procedure

Governance

All community discussion can be done at the Selenium Protocol Forum

Governance is the democratized process through which proposals for change in Selenium Protocol are introduced and accepted by the community through voting.

There are no admin keys with privileged access. After the initial bootstrapping of contracts, the Governance Contract is set to be the owner of the Selenium Protocol core contracts and all changes must be made through the governance with the procedure defined in this section.

SLM Token

The Selenium Token (SLM) serves as Selenium Protocol's governance token. Only users that hold a Selenium position can vote on proposals, and each user receives voting power weighted by their amount of SLM. Users with higher SLM holding will therefore have more influence when deciding in governance proposals.

Although a user receives 1 vote per SLM for every proposal, voting in proposal does not have any effect on the user's current balance.

Procedure

The following steps outline the governance procedure:

  1. A new proposal is created with an initial deposit that meets proposal_deposit

  2. The proposal enters the voting phase, where it can voted for by anybody with a SELE position. Users can vote yes, no.

  3. The voting period ends after voting_period blocks have passed.

  4. The proposal's votes are tallied and passes if both quorum (minimum participation ) and threshold (minimum ratio of yes to no votes) are met.

  5. If the proposal passes, its contents will be executed after effective_delay blocks have ended. The proposal must be executed prior to expiration_period, otherwise it will automatically expire and no longer be considered valid.

PreviousStaking Tokens (LP)NextAbout

Last updated 3 months ago