<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>The Interledger Community 🌱: Joshua Tan</title>
    <description>The latest articles on The Interledger Community 🌱 by Joshua Tan (@thelastjosh).</description>
    <link>https://community.interledger.org/thelastjosh</link>
    <image>
      <url>https://community.interledger.org/images/_UkDMOAFgrikP11w6ISGAJlLFXfbXxcxwLSxkApMtTI/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL3VzZXIv/cHJvZmlsZV9pbWFn/ZS80Ny9jYTlkNmNh/Mi00NTk1LTRjYzEt/Yjc2Ni02NWQ0NGFj/NGJlYjguanBn</url>
      <title>The Interledger Community 🌱: Joshua Tan</title>
      <link>https://community.interledger.org/thelastjosh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://community.interledger.org/feed/thelastjosh"/>
    <language>en</language>
    <item>
      <title>The Metagovernance Project — Grant Report #2</title>
      <dc:creator>Joshua Tan</dc:creator>
      <pubDate>Sun, 15 Aug 2021 20:31:03 +0000</pubDate>
      <link>https://community.interledger.org/metagov/the-metagovernance-project-grant-report-2-ml8</link>
      <guid>https://community.interledger.org/metagov/the-metagovernance-project-grant-report-2-ml8</guid>
      <description>&lt;p&gt;Hi GFTW community! I’m Josh, one of the founders of the &lt;a href="http://metagov.org"&gt;Metagovernance Project&lt;/a&gt;. We’re building a software toolkit, &lt;a href="https://docs.metagov.org"&gt;Metagov&lt;/a&gt;, that helps online communities build their own digital governance systems. Using Metagov and its various supported services, communities can spin up democracies, governance boards, reputation systems, juries, and even full-fledged economies (featuring Web Monetization!) with the click of a few buttons. &lt;/p&gt;

&lt;p&gt;A caveat: Metagov is a “governance layer” for interoperating and orchestrating a whole bunch of other governance apps and services. It doesn’t work without those apps. That’s why we’re starting by integrating projects like &lt;a href="http://loomio.org"&gt;Loomio&lt;/a&gt;, &lt;a href="http://sourcecred.io"&gt;SourceCred&lt;/a&gt;, and &lt;a href="https://opencollective.com/"&gt;Open Collective&lt;/a&gt; as Metagov modules alongside in-house modules like &lt;a href="http://policykit.org"&gt;PolicyKit&lt;/a&gt;, &lt;a href="https://communityrule.info/"&gt;CommunityRule&lt;/a&gt;, and &lt;a href="https://github.com/thelastjosh/govbase"&gt;Govbase&lt;/a&gt;, in order to pilot this experiment.&lt;/p&gt;

&lt;p&gt;Here, we wanted to report on the results of our work over the past 6 months and some further planned experiments with our Web Monetization plugin.&lt;/p&gt;

&lt;h2&gt;
  
  
  Progress on objectives
&lt;/h2&gt;

&lt;p&gt;There were three mains goals outlined in the initial proposal:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;To build a prototype that suits the needs of at least two of our diverse platform partners, creating the groundwork for what we hope will become a universal governance standard.&lt;/li&gt;
&lt;li&gt;To experiment with users in the wild and better understand how to further hone the core logic of modular governance systems. &lt;/li&gt;
&lt;li&gt;To better understand the monetization opportunities for the Metagovernance Project itself.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;We’ve completed the first and third goals (see the next sections), and are still in the middle of completing the second goal (see “What’s next”).&lt;/p&gt;

&lt;h2&gt;
  
  
  Current implementation
&lt;/h2&gt;

&lt;p&gt;The Metagov community currently uses &lt;a href="https://webmonetization.org/docs/probabilistic-rev-sharing/"&gt;Probabilistic Revenue Sharing&lt;/a&gt; to share revenue generated on the community’s &lt;a href="//discourse.metagov.org"&gt;Discourse server&lt;/a&gt;. Each time a web monetized visitor loads the page, a payment pointer is selected from a list of predefined payment pointers.The visitor pays to the chosen pointer until the page is reloaded or closed.&lt;/p&gt;

&lt;p&gt;The revshare config is governed by Metagov via PolicyKit, a governance “&lt;a href="https://docs.metagov.org/en/latest/design.html"&gt;driver&lt;/a&gt;” that ships with Metagov. We have a policy in PolicyKit that initiates a vote each time somebody requests to be added to the revshare config. That policy itself is governable by PolicyKit constitution policies. So, depending on the PolicyKit configuration, certain community members can propose changes to that policy, in order to change the way the RevShare config is governed.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tools Used
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;PolicyKit&lt;/li&gt;
&lt;li&gt;Metagov

&lt;ul&gt;
&lt;li&gt;Discourse Plugin: &lt;a href="https://prototype.metagov.org/redoc/#operation/Start%20discourse.poll"&gt;discourse.poll&lt;/a&gt;, &lt;a href="https://prototype.metagov.org/redoc/#operation/discourse.create-message"&gt;discourse.create-message&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;RevShare Plugin: &lt;a href="https://prototype.metagov.org/redoc/#operation/revshare.add-pointer"&gt;revshare.add-pointer&lt;/a&gt;, &lt;a href="https://prototype.metagov.org/redoc/#operation/revshare.pick-pointer"&gt;revshare.pick-pointer&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Discourse plugin: &lt;a href="https://github.com/metagov/discourse-web-monetization"&gt;discourse-web-monetization&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Required Setup for this Use Case
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;A community exists in PolicyKit, and it has the Discourse Plugin enabled for Metagov.&lt;/li&gt;
&lt;li&gt;The &lt;a href="https://github.com/metagov/discourse-web-monetization"&gt;discourse-web-monetization&lt;/a&gt; plugin is installed on the Discourse server.&lt;/li&gt;
&lt;li&gt;The plugin is enabled and configured in the Discourse admin panel.
&lt;img src="https://community.interledger.org/images/Gx_Ko66xEEI4iEUwmAjaeVjcVQwGuh4Y60bizJ9kR84/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3U3NDdsbzdn/NGJ2cnEwZ2ljb2pv/LnBuZw" alt="Screen Shot 2021-08-15 at 4.26.21 PM" width="828" height="260"&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;There is a &lt;a href="https://meta.discourse.org/t/how-to-create-and-configure-custom-user-fields/113192"&gt;custom user field&lt;/a&gt; called “wallet” that was created by a Discourse admin. Users can input their payment pointer on the user profile page:&lt;br&gt;
&lt;a href="https://community.interledger.org/images/mZ-jJw-ZIfx7qJ-r7aB0US8d6d0PQTmxsk9SzTcDmzw/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3M3czltbXpz/dHhuenVzY2Y1NzY3/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/mZ-jJw-ZIfx7qJ-r7aB0US8d6d0PQTmxsk9SzTcDmzw/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3M3czltbXpz/dHhuenVzY2Y1NzY3/LnBuZw" alt="Screen Shot 2021-08-15 at 4.26.32 PM" width="786" height="148"&gt;&lt;/a&gt; &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/amyxzhang/policykit/pull/395/files"&gt;This Policy&lt;/a&gt; exists in PolicyKit for the community.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Voting on RevShare changes
&lt;/h3&gt;

&lt;p&gt;This is what the PolicyKit Policy looks like in action:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Alice adds the payment pointer “$alice.wallet” to her profile page&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The Metagov bot creates a Discourse poll for people to vote on whether or not the wallet to be added. The conditions of the vote (who is allowed to vote, what the closing conditions are, what the text says, etc) is all determined in the PolicyKit policy. This enables the community to propose changes to it. With this community, each wallet always has an equal weight. That’s also defined in the policy, so the community can control it.&lt;br&gt;
&lt;a href="https://community.interledger.org/images/PCWs5j6f1MxO7tWWbGXVcqRp66sg0u6h3QvKa-H1J14/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2c4cWZqZmVm/amozd21qd2F0MzYx/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/PCWs5j6f1MxO7tWWbGXVcqRp66sg0u6h3QvKa-H1J14/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2c4cWZqZmVm/amozd21qd2F0MzYx/LnBuZw" alt="Screen Shot 2021-08-15 at 4.26.43 PM" width="624" height="350"&gt;&lt;/a&gt; &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The Metagov bot sends a message to Alice to notify her that the vote is underway.&lt;br&gt;
&lt;a href="https://community.interledger.org/images/S5gsxIJW0dR63tT9xpCuGU6uFoZHUb_fS7DSvVOBbPU/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2JsYzVuajUx/emFnZDJ3OGVoZDdl/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/S5gsxIJW0dR63tT9xpCuGU6uFoZHUb_fS7DSvVOBbPU/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2JsYzVuajUx/emFnZDJ3OGVoZDdl/LnBuZw" alt="Screen Shot 2021-08-15 at 4.26.50 PM" width="760" height="376"&gt;&lt;/a&gt; &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The PolicyKit policy decides when the closing condition of the vote has passed. Either 24h passed, OR there was at least 1 approval from a user with Trust Level 3, OR there was at least 1 disapproval from a user with TL3, OR at least 5 people voted in total.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The PolicyKit policy determines whether the vote PASSED or FAILED.&lt;/li&gt;
&lt;li&gt;If it passed, the user's payment is added to the revshare config. They will immediately start receiving revenue from visitors to the Discourse. Alice is notified.&lt;/li&gt;
&lt;li&gt;If it failed, the revshare config remains the same. Alice is notified.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Key activities
&lt;/h2&gt;

&lt;p&gt;We recently had a technical workshop in NYC that focused on the architecture of Metagov itself and the relationship between Metagov and its integrated services (e.g. modules like PolicyKit, SourceCred, Open Collective, Agreement Engine, and Web Monetization). The goal of these discussions was to understand how we can re-design Metagov in order to optimize the experience of the developers that actually use Metagov. One question that arose in these conversations: are the actual “customers” of Metagov the communities implementing governance systems or the partner services that we integrate with? A lot of our current work has been driven by the needs of these services, e.g. PolicyKit, SourceCred, and Web Monetization all need integrators in order to function across platforms. Metagov is designed to be a backend service, and if it’s working well, the end-user should never need to know that it exists.&lt;/p&gt;

&lt;p&gt;However, we also identified some major cross-service needs. For example, authoring policies that work across multiple Metagov services requires some level of identity merging / entity resolution across these services. Another requirement: monitoring, logging, and oversight of the multiple services that a community uses. Should Metagov itself be providing these functionalities, or should we integrate separate services for identity and for monitoring? And if we’re doing it ourselves, we will likely need some sort of front-facing UI so that community admins have a workflow to perform identity merging and to monitor their services. We have yet to resolve this tension.&lt;/p&gt;

&lt;p&gt;But in the meantime, we’ve produced a draft “standard voting API” that integrates a number of different voting services, so that developers can build applications and plugins on top of a generic API rather than committing to a single voting service. (This also fulfills one of the key deliverables described in our original proposal, “an interoperable standard”.) One of our next steps is to convert the “voting on RevShare” policy described above to use this standard, so that the voting which currently occurs through Discourse Polls can happen on any other supported platform (e.g. Pol.is, Loomio, or Snapshot).&lt;/p&gt;

&lt;h2&gt;
  
  
  Communications and marketing
&lt;/h2&gt;

&lt;p&gt;We hosted a hackathon! Over 100 hackers and developers participated in our &lt;a href="https://metagov.github.io/open-web-challenge/"&gt;Open Web Governance Challenge&lt;/a&gt;, co-hosted by &lt;a href="http://near.org"&gt;NEAR&lt;/a&gt;, with over $25,000 given out in prizes and awards. The Metagov Slack community also continues to grow organically through our weekly &lt;a href="http://metagov.org/seminar"&gt;seminars&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;We’re planning a public release in late November, once we have time to evaluate and iterate based on our initial partner use-cases.&lt;/p&gt;

&lt;h2&gt;
  
  
  What community support would benefit your project?
&lt;/h2&gt;

&lt;p&gt;We’ll be developing standards for identity &amp;amp; multi-platform communities over the course of the next quarter, and we would love to hear from the Web Monetization community about how standards could support the work that you folks are interested in.&lt;/p&gt;

&lt;p&gt;Stay in touch through our email list (just send a message to &lt;a href="mailto:hello@metagov.org"&gt;hello@metagov.org&lt;/a&gt;) and let us know if you know of a community or a platform that is thinking about governance. We’re always looking for beta testers!&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s next?
&lt;/h2&gt;

&lt;p&gt;The main priorities for us in the near future are (1) to continue working on our initial partner use-cases and (2) to conduct more user interviews so we can make decisions about our architecture.&lt;/p&gt;

&lt;p&gt;We also discussed a potential collaboration with &lt;a href="https://www.vividiov.com/peerkat/"&gt;PeerKat&lt;/a&gt;, another GFTW Grantee, on using Metagov for their own implementation of probabilistic revshare. However, since they are working in a smart contract, we first need to build a blockchain plugin / oracle for Metagov, which is nontrivial. Still, it's a really interesting idea and one we hope to get to at some point as we grow.&lt;/p&gt;

&lt;p&gt;Some more concrete features on our priority list:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add a UI component that displays the community’s revshare configuration transparently, and all historical changes to it. This UI could be in Discourse as part of the plugin, or in PolicyKit as a special RevShare view.&lt;/li&gt;
&lt;li&gt;Support context-aware payment pointer selection. For example, if the monetizer visitor is viewing a topic authored by thelastjosh, dynamically get a payment pointer but give 50% of the revenue share config to thelastjosh, and the remaining half to the rest of the community.

&lt;ul&gt;
&lt;li&gt;Another example: support a configuration where revenue is split equally among the topic author and the topic participants.&lt;/li&gt;
&lt;li&gt;Another example: support a configuration where revenue generated from topics tagged “dev” are distributed among the core dev team, and revenue generated from topics tagged “support” are distributed among the support team.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;A Coil wallet integrator so that different Metagov modules and policies can directly govern wallet interactions.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>grantreports</category>
    </item>
    <item>
      <title>A governance layer for the Internet — The Metagovernance Project</title>
      <dc:creator>Joshua Tan</dc:creator>
      <pubDate>Wed, 03 Mar 2021 04:18:23 +0000</pubDate>
      <link>https://community.interledger.org/thelastjosh/a-governance-layer-for-the-internet-the-metagovernance-project-35f5</link>
      <guid>https://community.interledger.org/thelastjosh/a-governance-layer-for-the-internet-the-metagovernance-project-35f5</guid>
      <description>&lt;p&gt;&lt;a href="https://community.interledger.org/images/zbT2SeD_Dy9CtgqA8vrailDQxzpDGrc5jWfB4UEKmMc/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzdwa3FqNGNn/NzMxcndvd28wODY5/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/zbT2SeD_Dy9CtgqA8vrailDQxzpDGrc5jWfB4UEKmMc/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzdwa3FqNGNn/NzMxcndvd28wODY5/LnBuZw" alt="An early UI mockup for Metagov." width="880" height="699"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Project overview
&lt;/h2&gt;

&lt;p&gt;Hi Mozfest! I’m Josh, one of the founders of the &lt;a href="https://metagov.org"&gt;Metagovernance Project&lt;/a&gt;. We’re building a software toolkit, &lt;a href="https://metagov.org/deck"&gt;Metagov&lt;/a&gt;, that helps online communities build their own digital governance systems. Using Metagov, communities can spin up democracies, governance boards, reputation systems, juries, and even full-fledged economies with the click of a few buttons. Thanks to the Grant for the Web, we're building web monetization support directly into the Metagov toolset so that community websites will be able to govern a collective wallet.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project team
&lt;/h2&gt;

&lt;p&gt;Our core team: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Miriam Ashton, Metagovernance Project&lt;/li&gt;
&lt;li&gt;Federica Carugati, Stanford University&lt;/li&gt;
&lt;li&gt;Primavera De Filippi, Harvard &amp;amp; CNRS&lt;/li&gt;
&lt;li&gt;Seth Frey, University of California, Davis&lt;/li&gt;
&lt;li&gt;Shauna Gordon-McKeon, Galaxy Rise Consulting&lt;/li&gt;
&lt;li&gt;Lawrence Lessig, Harvard Law School&lt;/li&gt;
&lt;li&gt;Ricardo Saavedra&lt;/li&gt;
&lt;li&gt;Vincent Russell, University of Colorado Boulder&lt;/li&gt;
&lt;li&gt;Nathan Schneider, University of Colorado Boulder&lt;/li&gt;
&lt;li&gt;Joshua Tan, University of Oxford&lt;/li&gt;
&lt;li&gt;Michael Zargham, Block Science &amp;amp; University of Vienna&lt;/li&gt;
&lt;li&gt;Amy Zhang, University of Washington&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And a shout out to all the awesome people in the extended Metagov community / seminar!&lt;/p&gt;

&lt;h2&gt;
  
  
  What we are doing
&lt;/h2&gt;

&lt;p&gt;Metagov itself is a &lt;a href="https://arxiv.org/abs/2005.13701"&gt;“governance layer”&lt;/a&gt; for connecting, interoperating, and orchestrating a whole bunch of other governance apps and services. It doesn’t work without those apps. That’s why we’re starting by integrating projects like &lt;a href="https://loomio.org"&gt;Loomio&lt;/a&gt;, &lt;a href="https://sourcecred.io"&gt;SourceCred&lt;/a&gt;, &lt;a href="http://opencollective.com"&gt;Open Collective&lt;/a&gt;, and the &lt;a href="https://pbstanford.org/"&gt;Stanford Participatory Budgeting Platform&lt;/a&gt; as Metagov modules alongside in-house modules like &lt;a href="http://policykit.org/"&gt;PolicyKit&lt;/a&gt;, &lt;a href="https://communityrule.info/"&gt;CommunityRule&lt;/a&gt;, and &lt;a href="https://github.com/thelastjosh/govbase"&gt;Govbase&lt;/a&gt;, in order to pilot this experiment.&lt;/p&gt;

&lt;p&gt;If you're interested in learning more, feel free to drop me a line (&lt;a href="mailto:josh@metagov.org"&gt;josh@metagov.org&lt;/a&gt;) or drop by one of our (weekly seminars)[&lt;a href="http://www.metagov.org/seminar"&gt;www.metagov.org/seminar&lt;/a&gt;] for a fun discussion.&lt;/p&gt;

&lt;h2&gt;
  
  
  What community support would benefit your project?
&lt;/h2&gt;

&lt;p&gt;Do you run an online community or an independent social platform? Let us know; we are always looking for beta testers!&lt;/p&gt;

&lt;h2&gt;
  
  
  Link Round Up!
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="http://metagov.org/"&gt;Project website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://arxiv.org/abs/2005.13701"&gt;Project whitepaper&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://thelastjosh.medium.com/introducing-govbase-97884b0ddaef"&gt;Govbase&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://policykit.org/"&gt;PolicyKit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://communityrule.info/"&gt;CommunityRule&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Our most recent &lt;a href="https://community.webmonetization.org/thelastjosh/the-metagovernance-project-grant-report-1-5dib"&gt;progress report to GftW&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Highlight other projects
&lt;/h2&gt;

&lt;p&gt;Metagov is built on top of a whole host of awesome open-source projects; in some sense, we built Metagov because we wanted to make all these projects more accessible and more interoperable. We listed a bunch of projects above already, but here are some more that we love: &lt;a href="https://civictech.guide/"&gt;Civic Tech Field Guide&lt;/a&gt;, &lt;a href="https://www.constituteproject.org/"&gt;Constitute&lt;/a&gt;, &lt;a href="http://aragon.org/"&gt;Aragon&lt;/a&gt;, &lt;a href="https://daostack.io/"&gt;DAOstack&lt;/a&gt;, &lt;a href="https://kleros.io/"&gt;Kleros&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>mozfest</category>
    </item>
    <item>
      <title>The Metagovernance Project — Grant Report #1</title>
      <dc:creator>Joshua Tan</dc:creator>
      <pubDate>Wed, 03 Mar 2021 03:46:19 +0000</pubDate>
      <link>https://community.interledger.org/thelastjosh/the-metagovernance-project-grant-report-1-5dib</link>
      <guid>https://community.interledger.org/thelastjosh/the-metagovernance-project-grant-report-1-5dib</guid>
      <description>&lt;p&gt;The Metagovernance Project — Grant Report #1&lt;/p&gt;

&lt;p&gt;Hi GFTW community! I’m Josh, one of the founders of the &lt;a href="https://metagov.org"&gt;Metagovernance Project&lt;/a&gt;. We’re building a software toolkit, &lt;a href="https://metagov.org/deck"&gt;Metagov&lt;/a&gt;, that helps online communities build their own digital governance systems. Using Metagov, communities can spin up democracies, governance boards, reputation systems, juries, and even full-fledged economies (featuring Web Monetization!) with the click of a few buttons.&lt;/p&gt;

&lt;p&gt;To clarify: Metagov itself is a “governance layer” for connecting, interoperating, and orchestrating a whole bunch of other governance apps and services. It doesn’t work without those apps. That’s why we’re starting by integrating projects like &lt;a href="https://loomio.org"&gt;Loomio&lt;/a&gt;, &lt;a href="https://sourcecred.io"&gt;SourceCred&lt;/a&gt;, &lt;a href="http://opencollective.com"&gt;Open Collective&lt;/a&gt;, and the &lt;a href="https://pbstanford.org/"&gt;Stanford Participatory Budgeting Platform&lt;/a&gt; as Metagov modules alongside in-house modules like &lt;a href="http://policykit.org/"&gt;PolicyKit&lt;/a&gt;, &lt;a href="https://communityrule.info/"&gt;CommunityRule&lt;/a&gt;, and &lt;a href="https://github.com/thelastjosh/govbase"&gt;Govbase&lt;/a&gt;, in order to pilot this experiment.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/Z_xLclyNhR216AxikM1qSCYr0zVlTlsdtwa422B8mk4/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3piZjI1N2Vj/d2w4c3E0czN3OWlw/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/Z_xLclyNhR216AxikM1qSCYr0zVlTlsdtwa422B8mk4/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3piZjI1N2Vj/d2w4c3E0czN3OWlw/LnBuZw" alt="An early mockup of the Metagov constitutional interface." width="880" height="699"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;h2&gt;
  
  
  Project Update
&lt;/h2&gt;

&lt;p&gt;In January, we brought on board Miriam Ashton as our lead research engineer. Miriam has a background in standards-based development at Spotify and Commure (e.g. working with healthcare standards like &lt;a href="https://www.hl7.org/fhir/overview.html"&gt;FHIR&lt;/a&gt;) and she’s been instrumental in helping us develop the Metagov standard for online governance. She hit the ground running and helped us commit to a bunch of initial architecture decisions around the relationship between the Metagov Core (an API service) and the Metagov Driver—currently Amy Zhang’s PolicyKit, but possibly folding in other drivers such as Shauna Gordon-McKeon’s &lt;a href="https://github.com/glizzan/concord"&gt;Concord&lt;/a&gt;—which directly enforces governance actions on a social platform. Now we’re in the middle of the first phase of prototyping: we’ve hooked up governance apps like Loomio, SoureCred, and Web Monetization, developed a Discourse integrator for our driver, built a stable of use-cases, launched a reference implementation of Metagov on Discourse, and are testing a bunch of governance policies involving the external libraries we’ve integrated. In other news, we also just got a fresh infusion of funds from Stanford's &lt;a href="https://pacscenter.stanford.edu/news/dcsl-names-practitioner-fellows-2021-22/"&gt;Digital Civil Society Lab&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/PcyROgiDypQovZOxqNBlGeRHpq1fCUFv1mrF_mrONmc/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzVjZWlqZGtn/Y2J4eGExam1oODJn/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/PcyROgiDypQovZOxqNBlGeRHpq1fCUFv1mrF_mrONmc/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzVjZWlqZGtn/Y2J4eGExam1oODJn/LnBuZw" alt="The current admin console." width="880" height="359"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  image - current policykit.metagov.org screenshot
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Web Monetization Support
&lt;/h2&gt;

&lt;p&gt;The prototype will include a module for implementing &lt;a href="https://webmonetization.org/docs/probabilistic-rev-sharing/"&gt;probabilistic revenue sharing&lt;/a&gt;, with weights based on an external reputation system such as SourceCred. Discourse will fetch this rev share so that the Discourse instance is monetized according to the external configuration, and changes to that configuration can be governed. We have spec’d out this module and will build it in March.&lt;/p&gt;

&lt;h2&gt;
  
  
  Progress on objectives
&lt;/h2&gt;

&lt;p&gt;There were three mains goals outlined in the initial proposal:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;To build a prototype that suits the needs of at least two of our diverse platform partners, creating the groundwork for what we hope will become a universal governance standard.&lt;/li&gt;
&lt;li&gt;To experiment with users in the wild and better understand how to further hone the core logic of modular governance systems. &lt;/li&gt;
&lt;li&gt;To better understand the monetization opportunities for the Metagovernance Project itself.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;We’ve made good progress on the first goal, and are in the middle of implementing the prototype. But there’s a lot more to do before we can deploy Metagov with live users on our "launch partner", &lt;a href="http://dada.art"&gt;DADA.art&lt;/a&gt;. In the meantime, we’ve built a series of architecture diagrams with DADA that explore the different kinds of institutional structures and governance systems that we might implement using Metagov and its associated tools.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/Qpp8CW66yaYcUWHufdR8euDONosJEc870rUlsq_yIfI/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2Q0bXp2bmFi/c3pydjkwbGFldGg5/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/Qpp8CW66yaYcUWHufdR8euDONosJEc870rUlsq_yIfI/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2Q0bXp2bmFi/c3pydjkwbGFldGg5/LnBuZw" alt="Example architecture diagram outlining the strategic interactions between governance modules in DADA." width="756" height="464"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Key activities
&lt;/h2&gt;

&lt;p&gt;In the proposal, we identified three key deliverables:&lt;br&gt;
An open standard that allows platforms using Metagov to be interoperable and to share common governance modules&lt;br&gt;
A software framework with which platform developers can easily implement a Metagov instance for their users&lt;br&gt;
Test deployments with existing blockchain communities, Discord, and MMOs&lt;/p&gt;

&lt;p&gt;Each of these deliverables are really just different ways of describing the core deliverable / objective: a prototype of a software framework. As mentioned above, for now we’re focusing on the test deployments of the software framework. That doesn’t mean we’ve lost sight of the two important requirements referenced in the first and second deliverables: cross-platform interoperability and ease-of-use. We’re actually just this week building our first “cross-platform” policies, namely governance policies that take data and emit actions across multiple social platforms (in this case, forum posts in Loomio and forum posts in Discourse).&lt;/p&gt;

&lt;h2&gt;
  
  
  Communications and marketing
&lt;/h2&gt;

&lt;p&gt;We recently hosted an &lt;a href="https://www.meetup.com/san-francisco-blockultural-blockchain-meetup/events/276269342/"&gt;AMA with Jazear Brooks&lt;/a&gt; of &lt;a href="https://sifchain.finance/"&gt;Sifchain&lt;/a&gt;, one of our platform partners. And look for an upcoming governance hackathon in late April that we are organizing with another one of our platform partners (announcement to go out soon!). The Metagov Slack community also continues to grow organically through our weekly &lt;a href="https://metagov.org/seminar/"&gt;seminars&lt;/a&gt;. Otherwise, we haven’t spent much time on marketing in the first half of the project.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s next?
&lt;/h2&gt;

&lt;p&gt;There’s a lot still to do! In March, we’ll be building a Coil wallet integrator so that different Metagov modules can govern wallet interactions. Our partner integrations are slated for May; in April, we plan on introducing the prototype to Metagov’s own community of platform operators and governance researchers.&lt;/p&gt;

&lt;h2&gt;
  
  
  What community support would benefit your project?
&lt;/h2&gt;

&lt;p&gt;Stay in touch through our email list (just send a message to &lt;a href="mailto:hello@metagov.org"&gt;hello@metagov.org&lt;/a&gt;) and let us know if you know of a community or a platform that is thinking about governance. We’re always looking for beta testers!&lt;/p&gt;

</description>
      <category>grantreports</category>
    </item>
  </channel>
</rss>
