sshmatrix
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
1
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Analytics & Research | 24 May 2022 | 15:30 UTC ###### tags: `analytics` `research` `meta-gov` # **Agenda** ### Introduction to Analytics & Research subWG - **Analytics**       **1.** Responsible for the gathering of intel and analytics of all things pertinent to ENS DAO (not ENS Protocol; relevant subWG for that should exist in Ecosystem WG). Currently, *small* fraction of meaningful metrics are already provided by [ENS Tools](https://ens.tools), ENS Leaderboard, ENS Sales Bot, [ENS Dashboard](https://datastudio.google.com/u/0/reporting/8785928a-71d5-4b17-9fea-fe1c937b064f), [ENS Dune Dashboard](https://dune.com/makoto/ens) that are pertinent to Governance.       **2.** [Flipside Crypto](https://flipsidecrypto.xyz) is arguably more equipped to provide relevant data for ENS DAO via their open CEA workstream. All analytics will be performed in-house; third party providers shall only be responsible for providing raw data.       **3.** [ShowKarma](https://showkarma.xyz) is relevant from a community engagement perspective since they will add to user, delegate and contributor engagement.       **4.** Besides the already existing data hooks mentioned above, A&R must also actively seek to pull, archive & analyse data pertaining to off-chain and on-chain votes, ENS token dispersion, Discourse data, Discord data and Twitter analytics. The aim of this exercise is to equip the DAO with all the necessary data and information required in its several decision-making processes. - **Research**       **1.** A&R is responsible for briefing all working groups with data-driven approaches to streamline ENS DAO. One example of a duty of A&R toward ENS DAO is to formulate a dynamic and machine-generated model for capturing a reputation model for DAO delegates, stewards and contributors. Currently, most reputation models are static, manual, rudimentary and gameable. An ideal reputation should be not gameable or static. In this context, A&R should look into already existing approaches such as classic *Hedonic regression* and Hedonic-AI regression to rid us of manual and gameable models; this is possible but needs dedicated work to formulate training datasets (for Hedonic-AI) and quantifiable data for fitting (classic Hedonic). This work requires devising detailed semi-annual surveys to capture the state of ENS at the very least in consultation with the ENS DAO community and contributors. The result of this undertaking should be to provide the DAO with actionable intel during elections (e.g. reputation of candidates) and other relevant decision-making processes.       **2.** A&R is also responsible for actively assessing threats to ENS and propose ideas to make the DAO resistant to risk and volatility; an example of this is to devise practical ways of reducing dead votecount, off-boarding delegates & contributors, and suggesting improvements to governance model. ### Roadmap #### Q1/2: - Steward & Delegate Health Cards - ENS DAO Governance Report for Q1/2 2022 #### Q3/4: - Ungameable Robust Reputation/Karma #### Quick introduction to Ungameable Reputation In typical gameable karma models, the *karma factor* is assumed to be ``` gameable_karma = (W1 × X1) + (W2 × X2) + (W3 × X3) + ... ``` where `X = [X1 , X2 , X3 , ... ]` are *assumed* properties that affect karma, e.g. proposals initiated, proposals accepted, like count, daily engagement etc (limited engagement data), while `W = [W1 , W2 , W3 , ... ]` are relative weights of those properties. `W` is usually *assumed* using "intuition". #### How can one design ungameable models? In contrast, ungameable models should look like ``` robust_karma = (W1 × X1^E1) • (W2 × X2^E2) • (W3 × X3^E3) + ... ``` where `X` are derived from surveys and *not* assumed from available metrics, `•` are operations (*not* necessarily `+`), and `W`  & `E` are dynamically calculated by fitting the survey data to the model and *not* assumed (e.g. using non-linear regression). In this context, the surveys must be designed to produce the necessary quantifiable data as well as the variables featured in a robust karma model. **tl;dr** Ungameable and Robust models are derived from surveys with minimal assumptions, and are *dynamic* due to being community driven, which makes them ungameable. This also means that the quality of ungameable models depend entirely on the quality of surveys. ### TO DO NOW! #### What's the plan for the upcoming elections? (before June 5) - Stick to the basic gameable model for this term. It is restrictive but it should be relatively sane since a model is only gameable after it has been defined; therefore the first iteration is not gamed. Engagement data from ShowKarma.xyz [@mmurthy] - Input from serial call attenders [@BrianMillsJr] - Offset the gameable bias with a DAO-wide survey sometime during June 1--5 and publish those results in the Steward and Delegate Health Cards. [@RnDAO?] #### Post-elections and before Q2/3? (June 15-30) - ENS DAO Governance Report for Q1/2 2022 to be published by the end of June. Flipside Crypto makes significant contribution to the report [@fig]

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully