<?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 🌱: Web Monetization for Solid based Data Spaces</title>
    <description>The latest articles on The Interledger Community 🌱 by Web Monetization for Solid based Data Spaces (@wbsbds).</description>
    <link>https://community.interledger.org/wbsbds</link>
    <image>
      <url>https://community.interledger.org/images/Zose3mWVkX2L5OYGhRLBV7XUvLiD9rvNKApvUJsIfaI/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL29yZ2Fu/aXphdGlvbi9wcm9m/aWxlX2ltYWdlLzM0/L2I0NTdmMzQ4LTI3/NzItNGZlZC1hNWQ3/LTAwYWFkZTYzM2U3/ZC5wbmc</url>
      <title>The Interledger Community 🌱: Web Monetization for Solid based Data Spaces</title>
      <link>https://community.interledger.org/wbsbds</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://community.interledger.org/feed/wbsbds"/>
    <language>en</language>
    <item>
      <title>Web Monetization for Solid based Data Spaces — Grant Report #1</title>
      <dc:creator>Joep Meindertsma</dc:creator>
      <pubDate>Fri, 30 Apr 2021 12:21:53 +0000</pubDate>
      <link>https://community.interledger.org/wbsbds/web-monetization-for-solid-based-data-spaces-grant-report-1-4fal</link>
      <guid>https://community.interledger.org/wbsbds/web-monetization-for-solid-based-data-spaces-grant-report-1-4fal</guid>
      <description>&lt;p&gt;Grantee FAQ - Web Monetization Community&lt;br&gt;
Uphold payment API does not support interledger payments&lt;br&gt;
Web Monetization for Solid based Data Spaces — Grant Report #1&lt;/p&gt;

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

&lt;p&gt;A lot of data is not being shared because there are technical or legal barriers to do so. At deXes we want to make sharing data easier while having respect for data ownership and privacy. &lt;/p&gt;

&lt;p&gt;We are working on providing data marketplaces to groups of users that want to share data. One of the marketplaces we are working on is the Amsterdam Data Exchange (AmdEX). We’re building services to help people share data &lt;em&gt;conditionally&lt;/em&gt;. This means that a data owner can set various requirements before someone gets access to and can use the data. For example, the data owner might require a valid email address, or an age check, a &lt;a href="https://www.w3.org/TR/vc-data-model/"&gt;verifiable credential&lt;/a&gt; or some payment (we’ll get to that soon enough). &lt;/p&gt;

&lt;p&gt;Facilitating a data marketplace means providing a couple of services: a secure place to  store data, a way to make conditions and agreements transparent and the findability of the data.&lt;/p&gt;

&lt;p&gt;First, data storage. One of the core values that we have is data ownership. Those who own data should retain control, and service providers (including us) should not manage or even have access to the data that individuals or organizations own. In order to accomplish such a decentralized level of data ownership, we need a high level of standardization. This is why we’ve decided to implement the Solid specification, and build a Personal Online Datastore (POD). We call this the deXPod, and we’ve &lt;a href="https://gitlab.com/ontola/dexpod/"&gt;open sourced&lt;/a&gt; it just a couple of weeks ago. The goals of this Pod is to manage data and provide identification services.&lt;/p&gt;

&lt;p&gt;The second service that we’ll provide is service to be transparent on conditions and store agreements in data deals. A Data Deal is a legal agreement between two (or more) actors about some virtual resource. Generally, a data deal describes who gets to access which resource, under what conditions. Before an Offer turns into an Agreement, the various conditions have to be met. This is where a new service comes into play: the TrustBroker. The TrustBroker is an API that validates and manages Offers and Agreements, and checks conditions and signatures. It is a trusted third party, similar to a notary.&lt;/p&gt;

&lt;p&gt;It is our goal to describe these Offers and Agreements in a standardized, interoperable and open manner. We are conforming to the &lt;a href="https://www.w3.org/TR/odrl-model/"&gt;W3C ODRL specification&lt;/a&gt;, a spec that makes legal policies machine-readable. One of the Conditions that will be described, are payments - and this is where Payment Pointers will come into play. Describing these payment requirements means specifying the shape of these Payment Requirement Conditions in RDF and JSON-LD. The protocol of how these payments will be verified will need to be compatible with the Solid ecosystem, which means compatibility with HTTP. Although &lt;a href="https://interledger.org/rfcs/0035-ilp-over-http/"&gt;ILP over HTTP&lt;/a&gt; does exist, it does not specify how requirements regarding payment resources should be described. &lt;/p&gt;

&lt;h2&gt;
  
  
  Progress on objectives for Grant for the Web
&lt;/h2&gt;

&lt;p&gt;We’re not the only ones working on integrating webmonetization with the Solid ecosystem. We’ve spoken to the other individuals and organizations working on this topic, have had meetings and discussed issues in a &lt;a href="https://github.com/solid/webmonetization"&gt;new repository&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;We’ve built and open sourced our Solid Pod server implementation, called the &lt;a href="https://gitlab.com/ontola/dexpod/"&gt;deXPod&lt;/a&gt;. This provides WebID-OIDC authentication, RDF content-type negotiation, and data management tools similar to Dropbox / Google drive.&lt;/p&gt;

&lt;p&gt;A first draft of the DataDeal spec has also &lt;a href="https://gitlab.com/dexes.eu/datadeal"&gt;been created&lt;/a&gt;, but we’re currently aiming to replace this with the already existing ODRL specification. &lt;/p&gt;

&lt;p&gt;The actual implementation of Interledger / Web monetization is where things are getting a bit more complicated. We initially aimed to use the Uphold API for transactions, since Uphold is one of the primary Wallet providers that have a powerful API and Interledger / Payment Pointer support. Unfortunately, getting the SDK to work failed, and when we ultimately got the API working, we noticed that payment pointers are not yet supported there. We got in touch with Uphold and luckily, the Uphold developers and support employees have been very helpful. Turns out there is in fact an API for interledger payments, but it wasn’t documented yet.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Spec design, research, collaboration&lt;/li&gt;
&lt;li&gt;Solid deXPod implementation&lt;/li&gt;
&lt;li&gt;Uphold API / SKD / Interledger setup&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;We’re focussing our marketing efforts primarily on the Netherlands. We’re proud to have been featured on BNR (business news radio), and a couple of newspapers. This is partly due to our collaboration with the Amsterdam Economic Board and University of Amsterdam. &lt;/p&gt;

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

&lt;p&gt;In the coming months, we’ll describe Interledger / WebMonetization transaction requirements using the aforementioned ODRL specification. We will also implement this in the aforementioned broker. We’ll also add the PaymentPointer handle form to our deXPod, using the newly created &lt;a href="https://github.com/michielbdejong/paymentpointers.org/blob/namespace-for-rdf/7-ns.md"&gt;Payment Pointer namespace&lt;/a&gt;.&lt;/p&gt;

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

&lt;p&gt;We think one of the major hurdles in adoption of webmonetization is the wallet set-up if you want to have a payment pointer. There’s a limited number of options - and setting up one takes quite a bit of time. Setting up an Uphold account means verifying my phone number, taking pictures of my drivers license and filling in a bunch of forms. I understand that these are necessary due to regulations on banking, and Uphold has done a great job at complying to these regulations with a nice UX, but still it feels like this is a bit of a sore spot. I don’t have an answer on how to improve upon the current situation, though. &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
