WokenExchange
Woken Exchange
  • 👋Welcome to Woken Exchange
  • Preface
    • 💡Birth of the idea
    • ⏮️Project genesis
  • Predefined Trading Hours?
    • 👷For Web3 Builders
    • 👨‍💼For Investors
    • 🏬For IRL companies
    • 🌍To boost the adoption
    • 🏢For Institutionals ?
    • ⚖️To seduce the States ?
  • Woken V1 : our solution
    • 🔬Overview
    • 🔃Swap open/closed
    • 🅿️Pool open/closed
    • ⏳Timekeeper
      • 🕓Settings Trading Hours
      • ⚙️Safety Tools
    • ✅Certified Projects
    • 👥DAO : vote
      • 🗳️Woken Protocol Votes
        • 📓How to submit and vote for the Woken Protocol?
      • ✅Woken Certified Projects : vote market
        • 📓How to submit and vote market?
      • ⚙️Snapshot API
  • PROTOCOL & Tokenomic
    • 🪙$WKN Woken DAO Token
    • 📊Tokenomic
    • 💲DAO Rewards
    • 🔁Fees
    • ⛓️Multi-chain
    • 🛣️Roadmap
  • Woken V2 : evolutions
    • 🚀Woken V2
  • Tools
    • 🤖Woken Timekeeper Events BOT
    • 🛡️Sample ERC20 protected by Timekeeper
  • Team
    • 👨‍💻Core Team and Contributors
  • Security
    • 🔐Audit & Verifications
    • 📔Contracts and wallets
  • FAQ
    • ❔Frequently Asked Questions
  • Media kit
    • 📸Logo
    • 📩Contact
  • Official Links
    • 🌐Links
  • Legal
    • Legal Disclaimer
Powered by GitBook
On this page
  1. Woken V1 : our solution
  2. DAO : vote
  3. Woken Certified Projects : vote market

How to submit and vote market?

Certified Project vote market

PreviousWoken Certified Projects : vote marketNextSnapshot API

Last updated 1 year ago

Find out how to submit and vote market for a Woken Certified Project

Only PairAdminDao can submit a proposal

Go to the Timekeeper page and edit your trading hours Click on Save

Check your requested settings Enter a description for your proposal. Select the type of voting: Basic voting (predefined fields) or Single choice (customizable fields). Click on Confirm to sign and execute the transaction on your wallet

Your proposal is published

Voting begins automatically 1 hour after the proposal is published. The voting period is automatically set to 48 hours once voting has begun.

Don't forget to discuss it on the Discord server before voting!

You must have the minimum of WKNs required to vote on a proposal.

Go to the voting page Click on the proposal you wish to vote for

Choose your answer Click on Vote

Don't forget to discuss it on the Discord server before voting!

If a proposal is accepted after the voting period, a Timekeeper's modification request will then be approved by the Woken team.

WokenFactory.sol
function setTimekeeperFromProposal(address _pair) public isDexOrModerators{
        TimekeeperPerLp[_pair]=TimekeeperPerLpWaitingForApproval[_pair];
        delete TimekeeperPerLpWaitingForApproval[_pair];
        emit TimekeeperChange(_pair);
    }
    function refuseProposal(address _pair) public isDexOrModerators{
        delete TimekeeperPerLpWaitingForApproval[_pair];
        emit TimekeeperProposal(_pair);
    }

Woken team can NOT modify a pair's settings. Only approve or reject a PairAdminDao modification request according to the voting results.

This validation process will be fully automated in Woken V2. See the part.

👥
✅
📓
Snapshot API