Gabriel Alfour
    • 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
      • No invitee
    • Publish Note

      Publish Note

      Everyone on the web can find and read all notes of this public team.
      Once published, notes can be searched and viewed by anyone online.
      See published notes
      Please check the box to agree to the Community Guidelines.
    • 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
No invitee
Publish Note

Publish Note

Everyone on the web can find and read all notes of this public team.
Once published, notes can be searched and viewed by anyone online.
See published notes
Please check the box to agree to the Community Guidelines.
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
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
--- tags: fun slideOptions: center: false # spotlight: # enabled: true theme: white transition: 'fade' # parallaxBackgroundImage: 'https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/rm21-background-teddy-100.jpg?w=800&dpr=1&fit=default&crop=default&q=65&vib=3&con=3&usm=15&bg=F4F4F3&ixlib=js-2.2.1&s=360cc82c5cdd556320d0d93d32721b62' --- <style type="text/css" scoped> * { text-align: left; } .reveal h1 { font-size: 1.5em } .slides { width : auto } </style> # Tezos Governance A working, real-life, example of on-chain governance. ---- # Tezos Tezos is a Proof-of-Stake, self-amending blockchain with on-chain governance and a strong emphasis on formal verification: - Proof-of-Stake: no wasted compute/energy - Self-Amending: can seamlessly change its code - On-Chain Governance: changes are decided by stakers - Formal Verification: automated safety ---- # Self-Amendment Examples - Various performance optimizations and QoL improvements - Inflation Funding: Creating money on amendments - Tickets: Adding linear resources to Tezos (Diem like) - Sapling: Adding private transactions to Tezos (Z-Cash like) --- # Table of Content 1. Technological Layer - Soft Forks vs Hard Forks - What is a Blockchain? - Voting Schedule 2. Social Layer - Not everything is technological! - Coordinating Core Teams - Coordinating _everyone_ 3. Future of Tezos Governance - Commons Market - Futarchy everywhere! - Full Integration --- # Technological Layer 1. Soft Forks vs Hard Forks 2. What is a Blockchain? 3. Voting Schedule ---- # Soft Forks vs Hard Forks - Soft Fork = backward compatible change. Anyone can make the change, and still be included in the network. Example: Restrincting set of operations that can be emitted. - Hard Fork = breaking change. Making the change excludes one from the network. Example: Adding a new operation, or changing the state. Problem: Most interesting changes are breaking changes. Adding ZK transactions, moving from PoW to PoS, etc. Solution: Self-amendments through on-chain governance. ---- # What is a Blockchain? 1/2 In Tezos, the swappable part of the blockchain is _the code of the protocol_. Idea is that this code contains most defining features of Tezos: - Consensus - Cryptoeconomics - Smart-contract virtual machine - Currency management (transfer & inflation) ---- # What is a Blockchain? 2/2 Code is data! As such, the blockchain (defined as _the code of the protocol_) is just data like any other. It can be hashed, stored onchain, and mentioned by the protocol itself. And that's exactly what we do: we post the next competing protocols on chain, and we vote on them. ---- # Voting Schedule Each period lasts 2 weeks. 1. Proposal: Core teams submit the protocol proposals. Bakers vote on the one they prefer the most. 2. Exploration: Bakers learn more about the proposals. Q&As, etc. They then revote on it until a super-majority (~80%) is reached. 3. Testing: A testnet is spun. 4. Promotion: Bakers vote a final time to validate the protocol, if nothing went bad during the Testing period. 5. Adoption: Nothing happens for two weeks, but everyone knows that the protocol will be integrated. This is meant to leave time for tool developers to do the final modifications to integrate everything. This is the result of many iterations! --- # Technological Layer: Conclusion The technological problem is not trivial. It took a lot of development effort to solve, but we got there! Others still are not. (_mention others_) However, as we will see, we still have major hurdles to solve. --- # Social Layer 1. Not everything is technological! 2. Coordinating Core Teams 3. Coordinating _everyone_ ---- # Not everything is technlogical! - Decentralization: of stake, core, tools, funding - Strategy in a rapidly changing world - Remote coordination across the world with a number of actors > Dunbar number - Processes to maintain an evolving codebase that integrates the state-of-the-art of many fields ---- # Coordinating Core Teams 1/3 Core is the most critical part, contains the Protocol and the Shell. But many people work on this: - Nomadic Labs: Historical core team of Tezos, ~50 people. Based in Paris. Worked there for 1 year. - Marigold: New team, ~10 people. 100% remote with people all around the world. Founded on November 2020. - Other smaller teams, ~10 people. ---- # Coordinating Core Teams 2/3 Lots of cultural differences: - NL office based vs Marigold fully remote - NL academic vs Marigold technical - NL French culture vs Marigold world culture - NL process oriented vs Marigold results oriented - OCaml x OPAM vs ReasonML x esy ---- # Coordinating Core Teams 3/3 Anecdotes: - People moving across teams = exploiting comparative advantage - Diversity = covering each other's blindspots - Cooperation **and** competition. Consensus first ---- # Coordinating _everyone_ 1/2 Communication costs are quadratic, but a blockchain necessarily has a lot of different actors: - Core teams - Tools - Stakers - DApp builders - Users - Foundation ---- # Coordinating _everyone_ 2/2 **Lots** of small technical teams: - Information is siloed - Managers are usually tech lead, rather than actual managers Suboptimal tools: - Slack & Tezos Agora. Central places for conversations. - TZIPs. In the vein of EIPs. - Regular meetings between key actors. A lot of boring work. Taking all suggestions! --- # Social Layer: Conclusion - I am not good at this! - Trade-offs between short-term and long-term (_example of programming langs_) - Place where we can improve things the most --- # Future of Tezos Governance 1. Commons Market 2. Governance everywhere! 3. Full Integration ---- # Commons Market - Prediction Markets to rank existing proposals - Inflation Funding to fund development team so that they capture the value of what they bring - Commons Market! Now, incentive to increase the value of the token as much you can, as you can capture a part of it ---- # Futarchy Everywhere - Prediction Markets/Contests to rank grant requests - Stake-weighted votes to identify priorities - Perpetuitez to get a fully on-chain indicator of trust in the chain ---- # Full Integration - Goal: Knowing when anything breaks on protocol changes - Solution: Complete integration from the protocol to the dapp, as well as tools - Already exists in OCaml and Coq! OPAM CI and Coq scripts on breaking changes --- # Future of Tezos Governance: Conclusion Lot of crazy things left to do. All of them have tremendous potential, in various directions. If you are interested in working on this, feel free to reach out at gabriel.alfour@gmail.com :)

Import from clipboard

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 is not available.
Upgrade
All
  • All
  • Team
No template found.

Create custom 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

How to use Slide mode

API Docs

Edit in VSCode

Install browser extension

Get in Touch

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
Upgrade to Prime Plan

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

No updates to save
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

      Upgrade

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Upgrade

      Danger Zone

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

      Syncing

      Push failed

      Push successfully