Blockchain
Three (non-pointless) permissioned blockchains in production
Solving real problems in infrastructure, finance and e-commerce It’s exactly two years since we published “Avoiding the pointless blockchain project“, a checklist of questions to ask when assessing permissioned blockchain use cases. The post obviously struck a nerve and continues to attract thousands of monthly readers on our site and others. People are still hungry… Read more »
Solving real problems in infrastructure, finance and e-commerce
It’s exactly two years since we published “Avoiding the pointless blockchain project“, a checklist of questions to ask when assessing permissioned blockchain use cases. The post obviously struck a nerve and continues to attract thousands of monthly readers on our site and others. People are still hungry for content that goes beyond the blockchain hype to assess this technology objectively.
The good news is that, judging by our incoming inquiries, the market’s understanding of blockchains has greatly improved over the last two years. I would estimate that 60% of the blockchain use cases we now hear are commercially and technically sound. Nonetheless there is still plenty of confusion – companies determined to use a blockchain when a regular database would fit better, startups using “blockchains” in their branding but nowhere else, and widely reported but pointless blockchain projects which use a single node or a group of nodes under a single party’s control.
To recap what I’ve written before, the core value of a blockchain is to enable a database or ledger to be directly shared across boundaries of trust, without putting any single party in charge. A blockchain lets a group of actors achieve real-time reconciliation of validated, authenticated and timestamped transactions, without the cost, hassle and risk of relying on a trusted intermediary. The chain provides meaningful value when it’s maintained by consensus between multiple nodes, each of which is controlled by a party with different interests. This protects against individual participants (or small groups thereof) from corrupting or deleting past transactions.
MultiChain 1.0 was released a few months ago, and we’re delighted to now share the details of some of the early MultiChain-powered blockchains in production. Each application described below was independently built by a third party using the regular MultiChain software and APIs. All are running in a network of four nodes or more, with multiple active validators. Most importantly, in each case the blockchain is addressing a real business problem that could not be solved by a regular database.
Workflow management for infrastructure projects
Construtivo is a Brazilian software company which builds solutions for the design and construction phase of large infrastructure projects. For the past 15 years, Construtivo’s general approach has been to deliver software-as-a-service (SaaS), in which the company acts as the central trusted intermediary for managing project data. This is the traditional approach to ensuring that all stakeholders maintain a consistent view of a project’s status and progress.
To satisfy their customers’ desire for greater transparency and auditability, Construtivo have now integrated MultiChain into their solution, providing the option of storing crucial project data on a blockchain alongside Construtivo’s database. Several infrastructure projects in South America are already making use of this option. Each project has its own chain, with nodes run by both Construtivo and stakeholders such as contractors and engineering companies. Depending on the project’s requirements, the chain can record plans, contracts, and other workflow-related information, and can be browsed through a web-based interface.
The typical MultiChain network for an infrastructure project has 4 nodes, with an average transaction size of 15K. All nodes in each chain participate in the validation process, with control over user permissions remaining in Construtivo’s hands. As with most of our users, Construtivo researched a number of blockchain platforms to find a suitable fit. When asked why they settled on MultiChain, Rodrigo Trindade, systems analyst at Construtivo, cited its speed, simplicity and ease of integration with their application.
Shared ledger for a catastrophe bond
Solidum Partners is an investment advisory company which specializes in creating catastrophe bonds. These are financial instruments which pay investors a high rate of yield compared to regular commercial bonds, but have a risk of partial or no repayment if a particular event occurs. In essence, purchasers of catastrophe bonds are acting like insurance companies, providing the capital to cover unlikely losses and making a tidy profit so long as those losses don’t materialize.
In order to be easy to trade, non-physical securities like catastrophe bonds are traditionally held by a trusted intermediary on their owners’ behalf. Trades in the security are “settled” virtually via an update of the intermediary’s records. For Solidum, the intermediary of choice had been Euroclear, which holds over $30 trillion in financial assets on behalf of investors, or more than 10% of the world’s total. Naturally, with around 4,000 employees at 15 offices around the world, Euroclear doesn’t provide this service for free.
Due to recent changes at a banking partner, Solidum lost access to Euroclear and had to seek another way. So they issued a new $15 million catastrophe bond directly onto a MultiChain blockchain, along with dollar denominated tokens that could be used for transacting. If you like, they performed two private placement Initial Coin Offerings (ICOs), but with real underlying assets instead of a white paper and the hope of future value.
The blockchain enables safe “delivery-vs-payment” transactions, in which two users exchange dollars and bond units in a single step – a feat which traditionally requires help from a trusted intermediary. Aside from avoiding this middleman’s fees, using a permissioned blockchain gave Solidum easy and direct control over who can participate in the system, without triggering the same heavy regulation as Euroclear and its peers.
Each participant in the network has their own MultiChain node, giving them direct control over their on-chain assets. While a trustee knows the real-world identity behind each address on the blockchain, participants do not know each other’s. (Unlike many financial use cases, the level of activity is not high enough for this veil of confidentiality to be broken.) After completing AML and KYC checks, users are given access to the chain by Solidum and can then transact with each other directly. The network currently has around 10 nodes, 4 of which are permanently online and participate in the consensus process.
When asked why they chose MultiChain, Cedric Edmonds, partner at Solidum, cited its simple built-in support for delivery-vs-payment exchange transactions, as well as its general stability and ease of use.
Transaction notarization for e-commerce
Cryptologic, a blockchain consultancy based in Rosario, Argentina, have built and deployed a system for notarizing e-commerce transactions, in order to help resolve disputes between buyers and sellers. Their first customer is MercadoLibre, Latin America’s most popular e-commerce site, which has almost $1 billion in annual revenues.
Under usual circumstances, when a customer makes a purchase from an online merchant, they have to trust that merchant to record the transaction securely and permanently. But in practice, nothing stops employees of the merchant from deleting or modifying transaction records, and this can serve as a back door for delayed delivery or goods to end up in the wrong hands. By contrast, if each transaction is recorded on a blockchain whose contents are publicly visible, and whose control is spread among a number of different parties, then this record becomes far more difficult to retroactively change.
To preserve confidentiality, transaction data is hashed before being embedded in the chain. The hashes provide a mechanism for timestamping and notarization, and are sufficient to settle later disputes if either party reveals the unhashed transaction. The network currently contains 7 permanent nodes, spread between Cryptologic, various government offices, and a partner abroad. Since transactions contain hashes only, they are fairly small, and the network has seen a peak rate of 50 transactions per second (still well below MultiChain’s maximum throughput).
When asked why they chose MultiChain, Maximiliano Cañellas, CTO at Cryptologic, said they found it really easy to use, with great features like streams, and that the product is very stable, having run for 10 months without interruption.
General lessons learned
These are some early examples of permissioned blockchains in production. The networks are still small, with modest transaction volumes that are far from the limits of products like MultiChain. So it’s important not to extrapolate too much.
Nonetheless, it’s interesting to note what these applications have in common. First and most importantly, they all derive from a genuine desire for decentralization, rather than using a blockchain for a blockchain’s sake. In all three cases, there were clear reasons to choose a blockchain architecture over messaging or a centralized database.
Second, none of the chains have yet transitioned to a decentralized model for governance. All still rely on a single administrator, who onboards new users and grants them permission to transact. It remains to be seen how often decentralized governance (as supported by MultiChain’s admin consensus model) is viable or necessary in practice. Perhaps it is sufficient for the blockchain to provide a transparent view of all administrator activity, while leaving control of this activity with a single party.
Finally, the nature of these applications confirms our view that blockchains are a general purpose technology for shared databases, and not restricted to particular industries or verticals. The lion’s share of media coverage might be received by specific use cases, such as interbank settlement, supply chain finance and shared identity. But in reality, blockchains can be applied whenever we seek to avoid centralized control over a digital system of record. It’s time to think more broadly about the types of problems that this technology can solve.
Please post any comments on LinkedIn.
Source: https://www.multichain.com/blog/2017/11/three-non-pointless-blockchains-production/
Blockchain
TA: Ethereum Steadies Above $1,280, Why ETH Could Restart Its Rally
Ethereum corrected lower and tested the $1,250 support zone against the US Dollar. ETH price is consolidating above $1,280 and it looks set for a fresh increase in the near term.
- Ethereum is holding gains above the $1,250 and $1,280 support levels.
- The price is currently correcting lower from $1,385, but it is above the 100 hourly simple moving average.
- There is a crucial contracting triangle forming with support near $1,275 on the hourly chart of ETH/USD (data feed via Kraken).
- The pair could correct again, but it is likely to remain well bid above the $1,250 and $1,275 support levels.
Ethereum Price is Holding Key Support
Yesterday, we saw a downside correction in Ethereum below the $1,350 and $1,300 support levels. ETH price even spiked below the $1,280 support level and the 100 hourly simple moving average.
It tested the $1,250 support zone and recovered steadily above $1,300. There was a break above the $1,350 resistance and a close above the 100 hourly simple moving average. However, ether price failed to surpass the $1,400 resistance zone.
A high was formed near $1,388 and the price is currently correcting lower. It is testing the 50% Fib retracement level of the upward wave from the $1,251 swing low to $1,388 high. There is also a crucial contracting triangle forming with support near $1,275 on the hourly chart of ETH/USD.
Source: ETHUSD on TradingView.com
The triangle support is close to the 76.4% Fib retracement level of the upward wave from the $1,251 swing low to $1,388 high. On the upside, the triangle resistance is near the $1,360 and $1,365 levels.
The main resistance is near the $1,385 and $1,400 levels. A successful close above the $1,400 resistance could open the doors for a fresh surge towards the $1,450 and $1,480 levels.
Dips Supported in ETH?
If ethereum struggles to remains stable above $1,300, it could correct further. An initial support on the downside is near the $1,280 level and the triangle trend line.
The main support is now forming near the $1,250 level. If ether fails to stay above the $1,250 support, it could decline further towards the $1,180 and $1,165 support levels.
Technical Indicators
Hourly MACD – The MACD for ETH/USD is slowly moving in the bullish zone.
Hourly RSI – The RSI for ETH/USD is currently close to the 50 level.
Major Support Level – $1,280
Major Resistance Level – $1,380
Source: https://www.newsbtc.com/analysis/eth/ethereum-steadies-above-1280/
Blockchain
Kraken Daily Market Report for January 20 2021
Overview
- Total spot trading volume at $1.68 billion, 8% higher than the 30-day average of $1.55 billion.
- Total futures notional at $750.6 million.
- The top 5 traded coins were, respectively, Bitcoin, Ethereum, Tether, Polkadot, and Cardano.
- Strong returns today from Curve Dao (+17%) and Mana (+8.9%).
January 20, 2021 $1684.5M traded across all markets today Crypto, EUR, USD, JPY, CAD, GBP, CHF, AUD |
||||
---|---|---|---|---|
XBT $34827. ↓2.8% $693.8M |
ETH $1320.9 ↓3.3% $547.8M |
USDT $1.0004 ↓0.01% $168.2M |
DOT $17.561 ↑7.3% $98.1M |
ADA $0.3645 ↓0.6% $37.9M |
XRP $0.2925 ↓0.7% $30.6M |
LINK $21.131 ↑2.8% $30.5M |
USDC $0.9999 ↑0.0% $24.9M |
LTC $147.10 ↓3.0% $23.5M |
XLM $0.2894 ↓2.8% $11.8M |
BCH $493.17 ↓2.5% $11.0M |
XTZ $2.8637 ↓0.24% $6.62M |
ATOM $8.6476 ↓2.4% $5.85M |
GRT $0.5118 ↓4.9% $5.32M |
REP $23.266 ↑5.5% $5.13M |
DAI $0.9998 ↓0.02% $4.99M |
FIL $22.405 ↓1.2% $4.5M |
UNI $8.7212 ↑1.8% $4.4M |
YFI $33270. ↓3.3% $4.4M |
KSM $106.22 ↑4.3% $4.38M |
XMR $151.54 ↓3.6% $3.86M |
AAVE $189.44 ↑1.6% $3.78M |
WAVES $7.0911 ↑0.08% $3.46M |
CRV $1.5485 ↑17% $3.39M |
EOS $2.7554 ↓1.1% $3.25M |
DASH $120.02 ↓3.4% $3.11M |
ALGO $0.5353 ↑2.8% $2.49M |
ZEC $98.494 ↓3.6% $2.29M |
NANO $3.3128 ↓5.5% $2.28M |
OMG $3.7666 ↓2.3% $2.21M |
SNX $15.334 ↑1.2% $1.92M |
TRX $0.0302 ↓1.3% $1.89M |
KAVA $2.1977 ↓1.1% $1.54M |
QTUM $3.1710 ↑0.12% $1.25M |
ICX $0.7395 ↑6.3% $1.13M |
COMP $208.88 ↓1.3% $1.11M |
BAT $0.2737 ↑1.8% $1.11M |
XDG $0.0089 ↓0.8% $1.07M |
MANA $0.1321 ↑8.9% $1.02M |
KEEP $0.3149 ↓2.9% $863K |
SC $0.0050 ↑1.5% $812K |
ETC $7.7530 ↓0.4% $695K |
KNC $1.2653 ↑0.16% $684K |
MLN $40.959 ↓4.8% $649K |
LSK $1.4740 ↑6.9% $536K |
REPV2 $21.115 ↓2.8% $521K |
OXT $0.2914 ↓0.23% $483K |
PAXG $1880.9 ↑1.6% $406K |
BAL $21.470 ↓2.7% $244K |
GNO $115.89 ↓4.0% $223K |
ANT $3.9536 ↓1.3% $217K |
STORJ $0.3956 ↓3.5% $191K |
TBTC $36825. ↑1.6% $76.9K |
#####################. Trading Volume by Asset. ##########################################
Trading Volume by Asset
The figures below break down the trading volume of the largest, mid-size, and smallest assets. Cryptos are in purple, fiats are in blue. For each asset, the chart contains the daily trading volume in USD, and the percentage of the total trading volume. The percentages for fiats and cryptos are treated separately, so that they both add up to 100%.
Figure 1: Largest trading assets: trading volume (measured in USD) and its percentage of the total trading volume (January 20 2021)
Figure 2: Mid-size trading assets: (measured in USD) (January 20 2021)
Figure 3: Smallest trading assets: (measured in USD) (January 20 2021)
#####################. Spread %. ##########################################
Spread %
Spread percentage is the width of the bid/ask spread divided by the bid/ask midpoint. The values are generated by taking the median spread percentage over each minute, then the average of the medians over the day.
Figure 4: Average spread % by pair (January 20 2021)
.
#########. Returns and Volume ############################################
Returns and Volume
Figure 5: Returns of the four highest volume pairs (January 20 2021)
Figure 6: Volume of the major currencies and an average line that fits the data to a sinusoidal curve to show the daily volume highs and lows (January 20 2021)
###########. Daily Returns. #################################################
Daily Returns %
Figure 7: Returns over USD and XBT. Relative volume and return size is indicated by the size of the font. (January 20 2021)
###########. Disclaimer #################################################
The values generated in this report are from public market data distributed from Kraken WebSockets api. The total volumes and returns are calculated over the reporting day using UTC time.
Source: https://blog.kraken.com/post/7516/kraken-daily-market-report-for-january-20-2021/
Blockchain
83% of cryptocurrencies that peaked in 2018 are still down by 90%

Data published by crypto market data aggregator Messari shows that 83% of crypto assets that tagged all-time highs in January 2018 are still down by at least 90%.
The data was spotted by CMT Digital analyst Matt Casto, who tweeted data showing the average return-on-investment, or ROI, of crypto assets sorted by the year in which they posted record price highs.
Holding assets that hit high marks +3 years ago is proving to be a massive lost opportunity cost for deploying capital.
There’s a reason 83% of assets that hit a high price in January 2018 are trading +90% below their ATHs.
ATH/Cycle Low data is from @MessariCrypto API pic.twitter.com/Kfzfq69ZMp
— Matt Casto (@mcasto_) January 21, 2021
The data set included 410 assets that posted record prices during 2017 or later, with 2018’s 157 star coins performing the worst with an average of -90.71% since the previous ATH.
2017’s top crypto’s have since crashed by 82% on average, while 2019’s crop is down 72%, and 2020’s standouts have shed 53%.
The data may help support the ‘great repricing’ concept, that the capital that once flowed into the “ghost-chain” layer-one blockchains that dominated the sector in 2017 and 2018 is now being redirected towards the nascent DeFi sector.
The concept is even a trading strategy for some, with dHedge pool manager Wangarian describing his strategy as longing “tokens that obtain direct value accrual (DeFi)” while shorting “dogs**t L1s that have no value accrual whatsoever.”
However, despite the poor performances of many altcoins from yesteryear when compared to their record highs, many older altcoins have still produced enormous percentage gains since bottoming out.
Since finding local lows during the “Black Thursday” crash of March 2020, Cardano (ADA) has increased nearly 1,700%, Zilliqa (ZIL) is up 2,670%, and Decred (DCR) has gained 14,130% from their respective price floors.
-
Blockchain1 week ago
Ethereum Whale Addresses With Over 10,000 ETH Continue to Grow In Numbers, Price Holds Above $1000
-
Blockchain5 days ago
Will exchanges run out of Ethereum?
-
Blockchain1 week ago
As Bitcoin Regains Lost Ground, Options Traders Bet on $52K Move By Late January
-
Blockchain1 week ago
‘Crypto is exactly like dot com bubble; Bitcoin, Ethereum can survive it’
-
Blockchain1 week ago
Ethereum Price Analysis: 12 January
-
Blockchain1 week ago
Shanghai Government Invests $5M in Blockchain Startup Conflux
-
Blockchain1 week ago
Coinbase Custody Lists DeFi Project BarnBridge
-
Blockchain1 week ago
Brian Brooks, Crypto-Friendly OCC Leader, Steps Down