Bank Automation News

No products in the cart.

Subscribe
  • News
  • Data
  • Transactions
  • Events
    • Bank Automation Summit
    • Apply to Speak
    • Apply to Demo
  • Podcast
  • WEBINARS
    • On-Demand Webinar: Emerging fintechs: New technologies you need to know now
    • Webinar Library
Log In
No Result
View All Result
  • AI
  • Business Banking
  • Core
  • Cloud
  • Payments
  • Retail Banking
  • Risk & Security
Bank Automation News
  • News
  • Data
  • Transactions
  • Events
    • Bank Automation Summit
    • Apply to Speak
    • Apply to Demo
  • Podcast
  • WEBINARS
    • On-Demand Webinar: Emerging fintechs: New technologies you need to know now
    • Webinar Library
BAN PLUS
Log In
No Result
View All Result
Bank Automation News
No Result
View All Result

Learning to Fly with the Internet of Value

Josep CasalsbyJosep Casals
December 5, 2016
in Archive
Reading Time: 9 mins read
0
Share on Facebook

The Internet of Value will remove the need for intermediaries in banking, insurance, housing, media, and all sorts of other industries. It…

will eliminate financial exclusion and make us free by handing control of our identity back to ourselves. It will provide true democracy and a new kind of truly decentralised organisation. It is one of the biggest technological revolutions in our lifetime and yet, we still haven’t developed the tools that will make it possible. We’re like the early pioneers of flight who knew it should be possible to build heavier than air flying machines but didn’t know exactly how they would look.

This post contains a basic explanation of what we know and what we don’t.


The Internet of Value (or the Internet of Money) is a new kind of Internet where it’s possible to exchange value in the form of crypto currencies, contracts, stocks, shares, intellectual property and ownership of valuable things in general.

Valuable things are already exchanged in the Internet using payment systems like PayPal. However, there’s a significant difference between paying for something using PayPal and paying for something using for example, Bitcoin. Using PayPal requires the payment to go through a number of private networks such as credit cards and banks while a payment using Bitcoin has no intermediaries. It goes directly from the buyer to the seller.

In this aspect, the Internet of Value is a powerful idea because it promises a future where everyone has access to free disintermediated universal transfers of value.

Disintermediation could have a huge impact in the efficiency of the financial transactions. Intermediaries add cost and time to transaction processing. Time is not an issue, one could argue, because an Internet payment feels pretty quick but in reality, settlement between the parties takes time and the seller can receive chargebacks many months after the payment was made. So, in a sense, an internet payment takes months to be final, whereas a Bitcoin payment is final with astronomical probability after some minutes.

Having a universal public network also promises to eliminate banking exclusion because it would bring to the economy parties not profitable enough to justify the IT costs of current banking systems. It would also increase the global amount of value exchanged thanks to the network effects of having one universal value network.

Amazing inventions will make the IoV possible. Public-key cryptography, public blockchains that allow consensus between competing parties and smarts contracts make it possible to exchange value in a disintermediated way.

However, they still present some technological challenges like speed and confidentiality that we haven’t solved. We know our technology can transfer value but it’s not yet ready to go mainstream.


Public-key cryptography is the most basic enabler of the IoV. This development from the 70’s allows a user to sign a message with a private key in a way that anyone knowing this user’s public key can verify the authenticity of this signature. This applied to transactions means that a number of parties can sign an online document representing a transaction and thus commit to the consequences of said transaction. If this transaction represents a payment, then we can get the equivalent of an online cheque by using digital signatures. We wouldn’t, however, know where to cash this cheque unless we specify a bank and a currency. In the IoV the bank to cash the cheque is a blockchain such as Bitcoin.


Blockchains are a kind of ledger that consist in grouping blocks of transactions and adding a pointer to the previous block. This pointer is special. It is called a hash pointer and it includes a hash of the previous block. A hash is a string derived from a block of information using a hashing function. What makes hashing functions special is that it’s impossible to find another block of information that would have the same hash. The result of this is that it’s impossible to alter the information of any transaction in the ledger without having to alter all the blocks occurring afterwards. This makes it tamper resistant.

An additional feature of these blocks is that data is organised in such a way that it’s quick to verify its contents are correct. The structure of data inside blocks is called a Merkle Tree.

Merkle Tree

However, tamper resistant ledgers wouldn’t be useful if there wasn’t a public consensus about the transactions included in the ledger and the order of these transactions. In order to have the same version of the ledger shared in a large number of places we need a way to achieve consensus between these places. The way to achieve this consensus is called mining and can be implemented in different ways. Bitcoin was the first cryptocurrency to achieve this consensus successfully by having each node solve a puzzle which changes depending on the transactions included in each block.

Blockchain mining

The node that successfully solves a puzzle gets to add a block to the chain and also gets rewarded by being assigned a certain amount of crypto currency. Afterwards, other nodes start to mine blocks on top of this block. If two nodes mine a block it results in a fork in the chain. These kinds of forks don’t last long because nodes quickly pick the longest chain out of fear of wasting their mining efforts in a short non-winning chain.

Mining is the key invention that makes the IoV possiblebecause it achieves an equilibrium where all players have an incentive to play by the rules. Many will disagree with this statement since there are many blockchain initiatives that don’t include mining or tokens. That’s why I’m going to discuss the consequences of mining a little bit more in detail.


John Forbes Nash Jr.

Mining is seen as a way of achieving a distributed consensus in the sense of distributed data systems and because of this it has been analysed many times as a computer engineering problem. In my opinion, this is the wrong approach. Mining allows for a consensus in a computer environment which is different from distributed database applications where all nodes in a cluster are cooperative. In blockchain networks, nodes are competitors. The common approach to consensus assimilated this to a Byzantine fault toleranceproblem where some nodes collaborate and others are adversarial is n0t applicable here because in a public blockchain network there are not two armies, there are as many armies as nodes.

Nodes in a public blockchain network don’t collaborate, they compete and for that it’s more useful to see blockchain networks under the light of Game Theory rather than computer science. The technological breakthrough of mining is that it gives incentives to players to reach a Nash equilibrium. It is in the interest of all nodes to continue playing by the rules unless it convinces a majority of other nodes to subvert the rules.

Blockchain Mining Games from Kiayias et al. -> when the computational power of each miner is relatively small, their best response matches the expected behavior of the bitcoin designer. However, when the computational power of a miner is large, he deviates from the expected behavior, and other Nash equilibria arise.


Smart Contracts are the final missing piece. They extend blockchains so that more complex rules than just validating a transaction can be executed. This is extremely powerful because it actually creates a world distributed computer that can handle value but also run arbitrary code and create all sorts of decentralised organisations ranging from democracies to autonomous organisations, or decentralised finance.

Ethereum is the best example of this and I encourage anyone not familiar with it to visit its page and check all the amazing decentralised applications possible.


However, there are still important obstacles to the adoption of IoV technologies. Regulation is an important one but from a technical perspective, scalability is the most important.

Achieving consensus through mining is expensive and currently the throughput of a whole blockchain network is the same as that of one node. This currently stands at a maximum of 7 transactions per second in Bitcoin and 15 transactions p.s in Ethereum. This is clearly not enough to allow the world economy to transition given the throughput necessary for some applications which ranges from tens of thousands of transactions per second in banking or millions of operations per second in Internet of Things.

In summary:

  • The Internet of Value will lead a fairer, disintermediated society.
  • The technology underpinning this revolution is revolutionary because it allows adversarial nodes to cooperate as opposed to Internet previous collaborative environments.
  • We’re still at the beginning and the technology can’t still be applied massively.

In my next two posts, I’m going to explain what solutions could allow us to scale the IoV to the required capacity and the possible applications of blockchain including the grey area of consortiums.


Josep Casals is an Anthemis fellow and technologist specialising in data systems, IT architecture and The Internet of Things.

Tags: BitcoinBlockchainEthereumInformation Technology
Previous Post

Top 3 Fintech Rounds:, Lemonade, MoneyLion, KKday

Next Post

Google Gets Festive with #ShopTapReward in UK

Related Posts

Image by CanStock
Archive

Blend Labs integrates acquisition’s mortgage automation process

August 20, 2021
Photo by CanStock
Archive

Chilean fintech looks for slice of giant money transfers market

August 5, 2021
Image by CanStock
Risk & Security

Listen: How banks can protect themselves against cybersecurity risks

August 3, 2021
Next Post

Google Gets Festive with #ShopTapReward in UK

Please login to join discussion

Stay Informed with Our Newsletters

EMERGING FINTECH DIRECTORY

Emerging Fintech Directory

The Buzz Podcast

RETAIL BANKING

Huntington Bank’s new branch in Spartanburg

Huntington Bank resolves outage

May 7, 2025
bank

Barclays, Banco Santander, Lloyds plan product expansion

May 5, 2025
satisfactiin

Online banks lead FIs in customer satisfaction

May 2, 2025

SPONSORED

Just Released! 2025 Strategy Benchmark

May 1, 2025

Leverage Treasury Management to Turn Fraud Prevention Into a Strategic, Revenue-Generating Opportunity

April 1, 2025

A growth mindset in banking requires AI

March 27, 2025
  • About Us
  • Help Center
  • Contact Us
  • Privacy Terms
  • ADA Compliance
  • Advertise

 Manage Cookie Consent

Connect

twitter linkedin podcast podcast podcast
© 2025 Royal Media
No Result
View All Result
  • NEWS
    • All News
    • AI
    • Business Banking
    • Core
    • Cloud
    • Payments
    • Retail Banking
    • Risk & Security
  • DATA
  • TRANSACTIONS
  • EVENTS
    • Bank Automation Summit
  • PODCAST
  • WEBINARS
    • Upcoming Webinar
    • Webinar Library
  • SUBSCRIBE
  • Log In / Account

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • NEWS
    • All News
    • AI
    • Business Banking
    • Core
    • Cloud
    • Payments
    • Retail Banking
    • Risk & Security
  • DATA
  • TRANSACTIONS
  • EVENTS
    • Bank Automation Summit
  • PODCAST
  • WEBINARS
    • Upcoming Webinar
    • Webinar Library
  • SUBSCRIBE
  • Log In / Account

THIS WEBSITE USES COOKIES

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “I CONSENT”, you consent to the use of ALL the cookies.

Cookie settingsI CONSENT

Review our Cookie Policies
.
Manage Cookie Consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
__cfruidsessionCloudflare sets this cookie to identify trusted web traffic.
__RequestVerificationTokensessionThis cookie is set by web application built in ASP.NET MVC Technologies. This is an anti-forgery cookie used for preventing cross site request forgery attacks.
_abck1 yearThis cookie is used to detect and defend when a client attempt to replay a cookie.This cookie manages the interaction with online bots and takes the appropriate actions.
34f6831605sessionGeneral purpose platform session cookie, used by sites written in JSP. Usually used to maintain an anonymous user session by the server.
a64cedc0bfsessionGeneral purpose platform session cookie, used by sites written in JSP. Usually used to maintain an anonymous user session by the server.
ak_bmsc2 hoursThis cookie is used by Akamai to optimize site security by distinguishing between humans and bots
ARRAffinitysessionARRAffinity cookie is set by Azure app service, and allows the service to choose the right instance established by a user to deliver subsequent requests made by that user.
ARRAffinitySameSitesessionThis cookie is set by Windows Azure cloud, and is used for load balancing to make sure the visitor page requests are routed to the same server in any browsing session.
AWSELBsessionAssociated with Amazon Web Services and created by Elastic Load Balancing, AWSELB cookie is used to manage sticky sessions across production servers.
bm_sz4 hoursThis cookie is set by the provider Akamai Bot Manager. This cookie is used to manage the interaction with the online bots. It also helps in fraud preventions
cf_ob_infopastThe cf_ob_info cookie is set by Cloudflare to provide information on HTTP Status Code returned by the origin web server, the Ray ID of the original failed request and the data center serving the traffic.
cf_use_obpastCloudflare sets this cookie to improve page load times and to disallow any security restrictions based on the visitor's IP address.
CONCRETE5sessionThis cookie is set by the provider Concrete5 web content management system. This is a necessary cookie used for maintaining the user session between pages.
connect.sid1 monthThis cookie is used for authentication and for secure log-in. It registers the log-in information.
cookielawinfo-checkbox-advertisement1 yearSet by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Advertisement" category .
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
cookiesession11 yearThis cookie is set by the Fortinet firewall. This cookie is used for protecting the website from abuse.
crmcsrsessionGeneral purpose platform session cookie, used by sites written in JSP. Usually used to maintain an anonymous user session by the server.
ep20130 minutesThis cookie is set by Wufoo for load balancing, site traffic and preventing site abuse.
JSESSIONIDsessionThe JSESSIONID cookie is used by New Relic to store a session identifier so that New Relic can monitor session counts for an application.
LS_CSRF_TOKENsessionCloudflare sets this cookie to track users’ activities across multiple websites. It expires once the browser is closed.
PHPSESSIDsessionThis cookie is native to PHP applications. The cookie is used to store and identify a users' unique session ID for the purpose of managing user session on the website. The cookie is a session cookies and is deleted when all the browser windows are closed.
sxa_sitesessionThis cookie is used to identify the webiste visitor's session state across page requests on server.
ts3 yearsPayPal sets this cookie to enable secure transactions through PayPal.
ts_c3 yearsPayPal sets this cookie to make safe payments through PayPal.
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
wordpress_test_cookiesessionThis cookie is used to check if the cookies are enabled on the users' browser.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
CookieDurationDescription
__cf_bm30 minutesThis cookie, set by Cloudflare, is used to support Cloudflare Bot Management.
_zcsr_tmpsessionZoho sets this cookie for the login function on the website.
663a60c55dsessionThis cookie is related to Zoho (Customer Service) Chatbox
bcookie2 yearsLinkedIn sets this cookie from LinkedIn share buttons and ad tags to recognize browser ID.
bscookie2 yearsLinkedIn sets this cookie to store performed actions on the website.
e188bc05fesessionThis cookie is set in relation to Zoho Campaigns
geosessionThis cookie is used for identifying the geographical location by country of the user.
iamcsrsessionZoho (Customer Support) sets this cookie and is used for tracking visitors (for performance purposes)
langsessionLinkedIn sets this cookie to remember a user's language setting.
languagesessionThis cookie is used to store the language preference of the user.
lidc1 dayLinkedIn sets the lidc cookie to facilitate data center selection.
optimizelyEndUserId1 yearOptimizely uses this cookie to store a visitor's unique identifier which is a combination of a timestamp and a random number. Different variations of web parts are shown to users that optimizes the website's user experience.
tableau_localesessionTableau uses this cookie to determine the preferred language and country-setting of the visitor - This allows the website to show content most relevant to that region and language.
UserMatchHistory1 monthLinkedIn sets this cookie for LinkedIn Ads ID syncing.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
CookieDurationDescription
AWSELBCORS20 minutesThis cookie is used by Elastic Load Balancing from Amazon Web Services to effectively balance load on the servers.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
CookieDurationDescription
__gads1 year 24 daysThe __gads cookie, set by Google, is stored under DoubleClick domain and tracks the number of times users see an advert, measures the success of the campaign and calculates its revenue. This cookie can only be read from the domain they are set on and will not track any data while browsing through other sites.
_ga2 yearsThe _ga cookie, installed by Google Analytics, calculates visitor, session and campaign data and also keeps track of site usage for the site's analytics report. The cookie stores information anonymously and assigns a randomly generated number to recognize unique visitors.
_gcl_au3 monthsProvided by Google Tag Manager to experiment advertisement efficiency of websites using their services.
_gid1 dayInstalled by Google Analytics, _gid cookie stores information on how visitors use a website, while also creating an analytics report of the website's performance. Some of the data that are collected include the number of visitors, their source, and the pages they visit anonymously.
ajs_anonymous_idneverThis cookie is set by Segment to count the number of people who visit a certain site by tracking if they have visited before.
ajs_group_idneverThis cookie is set by Segment to track visitor usage and events within the website.
ajs_user_idneverThis cookie is set by Segment to help track visitor usage, events, target marketing, and also measure application performance and stability.
browser_id5 yearsThis cookie is used for identifying the visitor browser on re-visit to the website.
CONSENT2 yearsYouTube sets this cookie via embedded youtube-videos and registers anonymous statistical data.
sid1 yearThe sid cookie contains digitally signed and encrypted records of a user’s Google account ID and most recent sign-in time.
uid1 yearThis is a Google UserID cookie that tracks users across various website segments.
vuid2 yearsVimeo installs this cookie to collect tracking information by setting a unique ID to embed videos to the website.
WMF-Last-Access1 month 21 hours 5 minutesThis cookie is used to calculate unique devices accessing the website.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
CookieDurationDescription
_dc_gtm_UA-1038974-41 minuteUsed to help identify the visitors by either age, gender, or interests by DoubleClick - Google Tag Manager.
_fbp3 monthsThis cookie is set by Facebook to display advertisements when either on Facebook or on a digital platform powered by Facebook advertising, after visiting the website.
_pxhdpastUsed by Zoominfo to enhance customer data.
fr3 monthsFacebook sets this cookie to show relevant advertisements to users by tracking user behaviour across the web, on sites that have Facebook pixel or Facebook social plugin.
IDE1 year 24 daysGoogle DoubleClick IDE cookies are used to store information about how the user uses the website to present them with relevant ads and according to the user profile.
test_cookie15 minutesThe test_cookie is set by doubleclick.net and is used to determine if the user's browser supports cookies.
VISITOR_INFO1_LIVE5 months 27 daysA cookie set by YouTube to measure bandwidth that determines whether the user gets the new or old player interface.
YSCsessionYSC cookie is set by Youtube and is used to track the views of embedded videos on Youtube pages.
yt-remote-connected-devicesneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt-remote-device-idneverYouTube sets this cookie to store the video preferences of the user using embedded YouTube video.
yt.innertube::nextIdneverThis cookie, set by YouTube, registers a unique ID to store data on what videos from YouTube the user has seen.
yt.innertube::requestsneverThis cookie, set by YouTube, registers a unique ID to store data on what videos from YouTube the user has seen.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
CookieDurationDescription
049fc2ef5beb27056b07d9e4c4d13fd3sessionNo description
akaalb_http_misc_subssessionNo description
AnalyticsSyncHistory1 monthNo description
BIGipServermsocu-web-2-rr.webfarm.ms.com.10882sessionNo description
bm_misessionNo description available.
CX_4061522881 yearNo description
DCID20 minutesNo description
debugneverNo description available.
DrupalVisitorMobilesessionNo description available.
ep2033 monthsNo description available.
frbatlanta#langsessionNo description
geo_info1 yearNo description available.
GoogleAdServingTestsessionNo description
li_gc2 yearsNo description
loglevelneverNo description available.
loom_anon_commentsessionNo description available.
loom_referral_videosessionNo description
mkjs_group_idneverNo description available.
mkjs_user_idneverNo description available.
MorganStanley.ClientServ.Common.IPZipAccess.IPZipCookie.DEFAULT_COOKIE_NAMEpastNo description
NSC_us_nbsl-83+63+21+25-91sessionNo description
nyt-a1 yearThis cookie is set by the provider New York Times. This cookie is used for saving the user preferences. It is used in context with video and audio content.
nyt-gdpr6 hoursNo description available.
nyt-purr1 yearNo description available.
OCC_Encrypted_CookiesessionNo description
polleverywhere_session_id14 daysNo description
ppnet_2020sessionNo description available.
ppnet_2777sessionNo description available.
reuters-geosessionNo description
shell#langsessionNo description
smcx_0_last_shown_atsessionNo description available.
tableau_public_negotiated_localesessionNo description available.
vary1 monthNo description
www#langsessionNo description
X-Vive-CountrysessionNo description
xn_uuid1 monthNo description
Save & Accept
Powered by CookieYes Logo