Tuesday, April 2, 2019

Spring is here?

To view this email as a web page, go here.
April 2, 2019
BEGINNING BANKRUPTCY: Ernst and Young (EY), the court-appointed monitor for QuadrigaCX, is moving to place the exchange in bankruptcy. According to its latest report, published Tuesday, the exchange is unlikely to emerge after the restructuring process it is currently undergoing, and bankruptcy would be cheaper and more efficient. EY also moved to freeze assets belonging to Jennifer Robertson, the widow of Quadriga founder Gerald Cotten, and hinted that its investigation into the exchange's missing funds was coming to an end. Full Story

PAYPAL FIRST: Online payments giant PayPal has made its first-ever investment in a blockchain technology company. Announced today, PayPal has joined the extension of a Series A funding round in Cambridge Blockchain, a startup that helps financial institutions and other companies manage sensitive data using shared ledgers. Neither PayPal nor Cambridge Blockchain disclosed the investment amount, but recent filings with the SEC indicate that Cambridge Blockchain has raised a total of $3.5 million in new equity from several investors over the past nine months. Full Story

STEALTH LAUNCH: Coinbase has quietly launched a “fast and free” payments service for its users. For the service, the exchange is using XRP and the USDC stablecoin, launched last fall by Circle affiliate CENTRE. Coinbase customers will have access to the no-fee service when sending to other users of the exchange. “It’s primarily designed as an educational resource for customers to learn about the benefits of using crypto for cross-border payments,” a company representative said. Full Story

XRP ETP: An exchange-traded product (ETP) tracking the price of the XRP cryptocurrency has gone live on Switzerland’s primary stock exchange SIX. Amun AG, the provider of the product, announced the news on Tuesday, saying that the XRP ETP had started trading on the exchange under the ticker symbol AXRP. With today’s launch, Amun AG now has a total of four cryptocurrency ETP products listed on the SIX exchange. The firm said it plans to add more crypto ETPs and indices later this year. Full Story

CRYPTO BANK: A new Puerto Rico-based institution catering to traders of cryptocurrency, has just accepted its first client deposit. Licensed last month as an international financial entity in the U.S. territory, San Juan Mercantile Bank & Trust International will provide custody and settlement services for both fiat and crypto traded on the exchange. A unit of Mercantile Global Holdings, the bank is not FDIC insured, but a spokesperson told CoinDesk it will place clients’ deposits at correspondent banks that are. Full Story
MARKET SHIFT: Bitcoin jumped this morning to 4.5-month highs near $5,080, confirming a transition from a bearish to a bullish market. While positive for the bulls, the trend change would gain credence if and when prices break above the former support-turned-resistance of the 21-month EMA, currently lined up at $5,200. If signs of bullish exhaustion emerge in the next few days, though, prices will likely consolidate in the range of $4,400–$4,700. Full Story​
BEST OF THE BEST

MYSTERY WHALE: Just one mystery buyer may have triggered the frenzied buying that saw bitcoin surge to 4.5-month highs today. According to Reuters, BCB Group CEO Oliver von Landsberg-Sadie said the sudden rise to over $5,000 in a matter of an hour was likely kicked off by an algorithmic order for around $100 million divided into smaller buys at the Coinbase, Kraken and Bitstamp exchanges. “There has been a single order that has been algorithmically-managed across these three venues, of around 20,000 BTC,” he said.

THE REST

ISLAND AGENTS: Malta has approved in principle the first 14 agents that will help crypto companies set up on the island under its Virtual Financial Assets Act. The agents are planned as a “first line of defense” against financial crime and market risk, carrying out due diligence of clients, as well as helping them prepare and submit their licensing applications. The Malta Financial Services Authority said the move was an “important milestone” in its drive to build a regulatory framework that “caters for all fields of risk.”

BING BAN: Microsoft’s web search engine Bing blocked more than 5 million ads relating to cryptocurrencies last year. In a 2018 overview, Bing Ads said that, with the lack of regulatory oversight and the pseudonymous nature of bitcoin and its crypto peers, cryptocurrency investors had become a “prime target for fraudsters and scam artists” after the bull market early in the year. As a result, it took the decision to ban all crypto content from the platform.

WHO WON #CRYPTOTWITTER

Facebook
Twitter
Instagram
LinkedIn

Copyright © 2019 CoinDesk, All rights reserved. 

Our mailing address is: 
250 Park Avenue South New York, NY, 10003, US 

Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list  

 

Week 14: Komodo's Tech Tuesday. Decentralized Trustless Oracles For Market Feeds.

Share
Share
Tweet
Read Later
Forward

Tech Tuesday

If this is the first time you're reading our newsletter you can subscribe here and guarantee you don't miss out on important news.

 Week 14 

 

Decentralized Oracle, Decentralized Feeds And Prediction Markets

Komodo Lead Developer jl777 thanks Zack from Amoveo for the inspiration & debate to create a second type of oracle for the Komodo ecosystem.

The first type of blockchain oracle that jl777 created was a simple feed to make off-chain data sources available for applications and the data became part of the consensus. This new development is a decentralized oracle for trustless external data. The external data for development is the BTCUSD price. The module is called Prices.

Steve Ballmer exclaimed, "Developers, developers, developers, developers, developers" at a Microsoft conference nearly two decades ago.  What I am encouraging you to think about for any blockchain enabled application is: validation, validation, validation! 

The Prices Custom Consensus Module is used by every node in the PRICES blockchain network.  This consensus module is used to validate. Each node validates to form a network-wide consensus. It is trustless – without relying on a single node to be the trusted entry point for off-chain data.  Every node retrieves its own data and does not trust or rely on any other node for the data point requiring validation. The number of price sources is irrelevant at this stage— the more the better otherwise relying on a single price source is no better than the trusted source oracle first introduced in 2018.

This is the first implementation of decentralized oracle technology on Komodo.  The Prices Custom Consensus Module includes validation rules used by the network of participating nodes on the blockchains that implement it.  The technology is available to any project that will use the Blockchain Starter Kit by creating their own blockchains.

 

What Can You Do With Blockchain Oracles Technology?

In Nick Szabo's essay Formalizing and Securing Relationships on Public Networks, he derives some industries that were early to move to electronic records, and it is these industries that could likely benefit from decentralized oracle inputs for their operations, particularly in predictions. Pre-purchasing and purchasing, shipping, warehousing, income & expenditure can all benefit from the gathered data from numerous & validated sources.
 

How Does A Decentralized Blockchain Oracle Work?

The Komodo Prices Custom Consensus Module (the decentralized oracle) for BTC price feeds starts like this:

  • Every miner on the network queries a source for data
  • When a block is found the miner, using the Prices Custom Consensus Module, will set the data for the op_return as the price retrieved from the data source. This is the op_return of the coinbase transaction— the block reward the miner receives.
  • The price feed value will be tolerated within an acceptable range from the previously accepted value, this is the tolerance.

The data source can vary, there could be 1000 miners on the network each querying a separate data source, say there is a group of 50 data sources as this is quite realistic for a BTCUSD price feed.

The price feed tolerance can be set at 1%. What this means is the change in price from the last block (where the previous miner wrote the price in op_return) must be within a 1% range to be accepted.

Notice with this example it must fall within a range of one percent. This is a rule, to be accepted as part of the consensus. Let that sink in for a moment— a rule that creates a tolerance, for a price change from block to block needs to be followed. A rule.  What are rules used for? Validation. Remember "Validation! Validation!! Validation!!! Validation!!!! Validation!!!!!"

Let's move onto what the rest of the network is doing with this new block the miner claims to have found. The normal consensus rules need validating. This price feed blockchain application's consensus rules also need validating. This is why it is named the Prices Custom Consensus Module. It is a modular extension to the base blockchain consensus rules and peer to peer mechanics. A full node when receiving a new block will apply "Prices Custom Consensus Module", the module's rules like this:

  • Check that its transactions are valid as per normal network consensus rules
  • Receive the price feed data that was saved by the miner that found the block (in the op_return part of the coinbase transaction)
  • Query it's own sources for the current BTCUSD price
  • Check that the price it has queried falls within the rules set for price discovery (the tolerance)

If the full node cannot validate the rules for this module by independently sourcing it's own price feed data and then checking what the miner claims to be the current price, then the block is rejected by the node.

Once validated, however, this decentralized price discovery oracle will have saved the updated price in the op_return of the coinbase transaction (the block reward). Having been accepted by the network by all validating nodes, it is the new price available to all requests for the data point.

The tolerance of the price change for this example is set to one percent. Depending on how an application/network wants to use a decentralized oracle, they will set their own tolerance level. The tolerance follows a similar pattern used for the time of a block. Some nodes clocks drift, so there is some tolerance for block times. This technique is re-used for price feed changes from block to block.

So far we have described this process.


Komodo's Custom Consensus Framework introduced a new OP_CODE for bitcoin script called OP_CHECKCRYPTOCONDITION. This is the same acceptable format for any bitcoin protocol coin and its existing infrastructure.

Using the Komodo blockchain innovation of Custom Consensus framework— a data format which is a multi-algorithm and multi-language data format, applications can utilize existing crypto-coin infrastructure that has been developed over the past 10 years. So, how?

The coinbase transaction is as old as bitcoin itself. The miner reward transaction. This is in every block mined. It follows the same protocol format as every other transaction, and every transaction is reachable in lite mode, or SPV mode. Your mobile wallet uses this mode. So, too, can Komodo blockchain applications just query the op_return data fetched from the coinbase transaction from your mobile application! Like this simple diagram illustrates

The decentralized oracle code can be found in komodo_gateways.h. While still in its first 12 days of the development cycle, this new decentralized oracle CC module already works.

The power and developer efficiency of using an application framework that conforms to existing infrastructure and underlying consensus extends blockchain capabilities in ways that the newest blockchain projects are still conceptualizing and developing to take to testnet. Bitcoin protocol is a proven success. Komodo's innovations build on proven success and lower the barrier to developer adoption. This enables skilled developers to rapidly churn ideas into working prototypes within a week! Want to learn more? Ask us in the discord as we prepare for updated developer documentation.

Breaking:  10% BTC hourly volatility this morning tested even the latest test nodes that included some experimental correlation and smoothing layers.

Basically, the future of oracalized settlements does not rely only on raw data, but correlated and smoothed data over a period of time.  Other deterministic models can be used for different applications – all models can be applied as pluggable Consensus modules.

Thank you for the week of tech news! Good luck to all Notary Node Operators & Candidates in 2019.

Past Issues of Tech Tuesday
GitHub
Facebook
Medium
Reddit
Twitter
YouTube
Email
Website
Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list.