Sinopsis
Epicenter brings you in-depth conversations about the technical, economic and social implications of cryptocurrencies and blockchain technologies. Every week, we interview business leaders, engineers academics and entrepreneurs, and bring you a diverse spectrum of opinions and points of view. Epicenter is hosted by Sebastien Couture, Brian Fabian Crain, Meher Roy, Sunny Aggarwal, and Friederike Ernst. Since 214, episodes have been downloaded over 4 million times.
Episodios
-
Dominic Tarr: Secure Scuttlebutt – The “Localized” but Distributed Social Network
04/06/2019 Duración: 01h12minWe’re joined by Dominic Tarr, a sailor, and the Founder of Secure Scuttlebutt. This curiously named project has a fascinating approach to creating a truly distributed social network. One might even say that Secure Scuttlebutt is “localized” as it gracefully degrades to Sneakernet, something few blockchain projects can claim. In actuality, the SSB protocol isn’t a blockchain in the traditional sense – each user’s feed acts as a sort of localized chain of posts, signed by their public key, and possibly encrypted for a friend's key to decrypt. When users meet, the system syncs their local databases using a gossip protocol and replicates the data. Encrypted data is transported from peer, to peer, to peer (or friends of friends) until it reaches its intended recipient. User may also optionally rely on public servers to sync data over the internet. Topics covered in this episode: Daniels background and life living on a boat off the coast of New Zealand How being at sea gave him the idea for Secure Scuttlebutt What
-
Dan Robinson: Rainbow Network – Off-Chain Synthetics Exchange or “Multicolored Lightning”
28/05/2019 Duración: 01h12minWe’re joined by Dan Robinson, a research partner at Paradigm, and the author the “Rainbow Network” paper. The paper describes an off-chain decentralized synthetics exchange which leverages payment channels. The Rainbow Network is based on the idea that “rainbows are basically just multicolored lightning,” borrowing from the concepts used in the Lightning Network. The protocol relies on trusted oracles and allows participants to trade any type of liquid asset off-chain. All that is necessary to complete a transaction is an on-chain payment channel collateralized by a single asset. Though it is still at the idea stage and has yet to be implemented, the Rainbow Network could have applications in prediction market and as a new type of decentralized exchange. Topics covered in this episode: Dan’s background as a securities layer turned coder His trajectory from working at Chain, to spending some time at Stellar, to joining Paradigm Fund His involvement in the development of the Plasma Cash and Plasma Debit protoc
-
Jill Carlson: Open Money Initiative – Free Access to Finance as a Human Right
22/05/2019 Duración: 01h27minA common meme in the cryptocurrency space is that it has the potential to help people in countries where only the rich and powerful access to global financial markets. But ten years after the Bitcoin white paper was released, just how many “unbanked” people has cryptocurrency helped? Some see crypto as a tool to empower vulnerable populations in places where hyperinflation and strict capital controls make day-to-day survival a nearly impossible challenge. We’re joined by Jill Carlson. Previously at Chain and Tezos, Jill has been writing about the cryptocurrency industry for several years. In 2016 she published a paper titled “Cryptocurrency and Capital Controls” which observes the use of Bitcoin in Argentina. Recently, she co-founded the Open Money Initiative, a research organization which looks into how people use money in closed economies. Their initial focus is on Venezuela where years of economic downturn and strict currency controls have created a humanitarian crisis which has political repercussions wel
-
Aya Miyaguchi: The Role and Challenges of the Ethereum Foundation
16/05/2019 Duración: 51minThe Ethereum Foundation has played a crucial role in the evolution of the blockchain ecosystem. They pioneered the Swiss foundation structure and ran one of the first token sales. They played a key role in developing the second-most valuable blockchain network and still play a key role in funding research and steering the future of Ethereum. At the same time, it has been frequently criticized for a lack of transparency, being too slow in funding development and poor financial risk management. Executive Director Aya Miyaguchi joined us to discuss her journey into the space, the role of the Ethereum Foundation and their plans for the future. Topics covered in this episode: How Aya went from high school teacher to enter the crypto space Joining Kraken and building their presence in Japan The role of the Ethereum Foundation in the Ethereum ecosystem Decision making processes and governance in the Ethereum Foundation Ethereum's grant program and funding priorities The Ethereum Foundation's plans to attempt to bec
-
Mark Miller: Agoric and the Decades-Long Quest for Secure Smart Contracts
07/05/2019 Duración: 01h10minWe were joined by Mark S. Miller, Chief Scientist at Agoric. Mark is a computer scientist who has done ground-breaking work on many topics relevant to blockchain and smart contracts going back decades. We discussed his visionary 1988 Agoric papers, which explored how markets could be applied to the world of software. We also covered how his view of smart contracts, which focused on secure bilateral agreements complements and converges with blockchain. Finally, we covered his new company Agoric and their conceptualization of higher order smart contracts. Topics covered in this episode: Mark's effort to prevent the government from suppressing the discovery of public key cryptography in the 1970s The legendary project Xanadu and its attempt to create censorship-resistant web publishing Mark's Agoric papers and the vision of markets for computation Why AI hasn't changed the shortcomings of central planning The difference between his view of smart contracts and Nick Szabo's Their decade-spanning work on making Ja
-
Mike Pieciak: NASAA – A “To The Moon” Approach to Regulating Crypto
30/04/2019 Duración: 01h17minWe're joined by Mike Pieciak, President of the NASAA. Not to be confused with the space agency, the North American Securities Administrators Association brings together state, provincial, and federal securities regulators in Canada, Mexico, and the United States. This relatively unknown organization helps align the financial regulation policies of over 50 agencies across North America and coordinates enforcement action in cross-border cases. In 2018, the NASAA launched “Operation Cryptosweep” in which over 200 ICOs and cryptocurrency-related investment products were investigated for potential investor fraud. Topics covered in this episode: Mike's background as a lawyer and the Commissioner of the Vermont Department of Financial Regulation What is the NASAA, it's goals, members and jurisdiction The story of “Operation Cryptosweep” and what came out of that action Mike's thoughts on the future of blockchain regulation How regulation might apply in the context of transnational projects which are nation state-in
-
Griff Green: Giveth – Creating the New Economic Model of Giving
23/04/2019 Duración: 01h21minWe're joined by Griff Green, one of the founders at Giveth. The organization, which emerged out of the ashes of the DAO, aims to create a better model for charitable work. Operating as a Dapp, Giveth aims to bring new governance models in the nonprofit space. The goal is to create better incentives for donors and charity workers, in all types of social good projects. Topics covered in this episode: Griff's background as a gold-hodling digital nomad His time spent at Slock.it and his involvement in the aftermath of the DAO collapse How traditional charity organizations work The problems these organizations face and how funds get allocated The Giveth backstory and why the team chose to start the project Incentive alignment in the charity space The use of bonding curves and continuous organizations to fund charity projects The project's roadmap and future Episode links: Giveth website Rewriting the Story of Human Collaboration Griff's talk at EthCC Crowdfunding the Commons The Future of Giving is Crowdfunding
-
Yaniv Tal: The Graph – A Marketplace for Web3 Data Indexes Based on GraphQL
16/04/2019 Duración: 01h13minAt the core of the Web 2.0 stack lies the REST API. It's the fiber which allows frontend applications to communicate with their backend counterparts, as well as the services on which they depend. But the API model is highly constrained and inflexible. The API is divorced from the data model, which creates a number of restrictions and inefficiencies. Most blockchain clients, including Geth, Parity and Bitcoin Core, use a JSON-RPC model which suffers from similar issues. Several Ethereum DApps maintain high-availability, centralized data indexes which sit between the client and the blockchain. Thought user experience is greatly improved, the practice means most of the ecosystem relies on centralized infrastructure. We're joined by Yaniv Tal, Project Lead at The Graph. The project aims to create a scalable marketplace of robust and high-availability blockchain data indexes. Relying on the modern GraphQL data query language initially developed by Facebook, The Graph allows developers to make complex queries to a
-
Simon de la Rouviere: Bonding Curves, Curation Markets, Token Curated Registries… and Art
10/04/2019 Duración: 01h21minHuman beings have a penchant for creating lists. We make lists for things like the top music artists at any given time, the best restaurants in the world, companies which people can trust, and the most wanted criminals. Lists take many forms. They can be maintained by a single authority, or curated by a crowd. But almost always, they remain in the custody of a central party. Token Curated Lists propose a model by which a) the content of lists are decentralized, and b) contributors are incentivized to curate their content according to social consensus. We’re joined by Simon de la Rouviere, an independent researcher and blogger. Previously, Simon was one of the first employees at ConsenSys and founded Ujo Music. He also contributed to the ERC20 token specification and has written about blockchain and token economics since 2014. In recent months, Simon’s research has focused on Token Curated Registries (or TCRs), and the economics of curation markets. Topics covered in this episode: Simon’s background and inter
-
Ethan Buchman & Sunny Aggarwal: Cosmos – Launching the Internet of Blockchains
03/04/2019 Duración: 01h26minThe shipping container brought standardization to the way we move goods around the world. Similarly, TCP/IP packets normalized how information transits over computer networks. Today, blockchains remain siloed ecosystems and interoperability is practically non-existent. A new wave of third-generation blockchain protocols aims to change this. In this new paradigm, blockchains communicate natively and value moves seamlessly from one network to another. One of those projects is Cosmos. We’re joined by Ethan Buchman and Sunny Aggarwal of Cosmos. With its recent mainnet launch, we discuss how the network is running and address potential issues relating to governance and centralization of power. Disclaimers: – Cosmos (All in Bits) is a sponsor of the podcast. – Brian is a former employee of Tendermint (All in Bits) and founder of the Cosmos validator Chorus One. – Sunny, is a regular host on Epicenter and founder of the Cosmos validator Sikka. – All participants in this interview are Atom holders. Topics covered in
-
Jackson Palmer: Dogecoin – wow! so meme. such community. very charity. much story.
27/03/2019 Duración: 01h21minDogecoin was born from the association of two browser tabs: one was an article about the popularity of the doge meme, and the other, CoinMarketCap. The idea quickly gained traction on Twitter, and before long, a new cryptocurrency was born. Dogecoin gained adoption as a tipping currency, the community took part fundraising for charities and other causes, perhaps most notably sending the Jamaican bobsled team to the Sochi Winter Olympics. We’re joined by Jackson Palmer, co-creator of Dogecoin. Though he has left the project, Jackson shares the story of how he created the most popular meme cryptocurrency as a joke. Topics covered in this episode: Jackson’s background and early interest in cryptocurrency The Dogecoin origin story The uniquely charitable nature of the community and The Dogecoin Foundation How the currency became widely used for tipping The NASCAR sponsorship and Moolah exchange scam The technological choices which went into early versions of Dogecoin Dogecoin’s unique monetary policy and economi
-
Brian Hoffman & Washington Sanchez: OpenBazaar – Growing a Permissionless Marketplace
19/03/2019 Duración: 01h31minIn the early days of Bitcoin, much of the community’s focus was around payment and getting merchants to adopt cryptocurrencies. Although the technology and narratives have evolved, some projects continue to embrace that original vision of peer-to-peer business, where merchants and their customers interact directly, and if they so wish, anonymously. We’re joined by Brian Hoffman and Washington Sanchez of OpenBazaar. Since we last interviewed Brian in 2015, the project has grown to become a mature decentralized marketplace where people come together to buy and sell products and services anonymously with crypto. Its polished interface and reputation system gives users a similar experience to that of using eBay, but without fees or the risk of censorship. Topics covered in this episode: Brian and Washington’s respective backgrounds The origins of OpenBazaar as the Dark Market project The history and evolution of OpenBazaar since their last appearance on episode 67 How OpenBazaar managed to survive all these year
-
Daniel Lehnberg & Michael Cordner: Grin – Cypherpunk Mimblewimble
12/03/2019 Duración: 01h21minThree years ago, a mysterious txt file signed by a pseudonymous Tom Elvis Jedusor was dropped in the Bitcoin-Wizards IRC channel outlining a proposal called Mimblewimble. It proposed a novel way of combining many ideas from Bitcoin research in order to create a new blockchain protocol that will be highly scalable and increase privacy, while still using the same cryptographic assumptions as Bitcoin. A few months later this project was picked up by another pseudonymous individual who started working on an implementation he called Grin. Grin slowly began to draw attention from the Bitcoin community and got a lot of traction. We join Michael Cordner (Yeastplume) and Daniel Lehnberg, two of the core developers of the Grin blockchain. In this episode we discuss some topics around Grin’s cypherpunk origins, privacy and scalability features, no-premine fair start, and interesting monetary policy. Topics covered in this episode: Origins of the Mimblewimble proposal and the prior work it draws upon Andrew Poelstra’s c
-
Amaury Séchet: Bitcoin Cash – Part 2
05/03/2019 Duración: 01h10minAmaury Séchet is the lead developer of Bitcoin ABC, the largest client for the Bitcoin Cash blockchain. Amaury first got started with Bitcoin in 2010 and closely followed the Bitcoin block size debate as it progressed through the early years of Bitcoin. Predicting the eventual failure of SegWit2x, Amaury was part of the original team that helped coordinate the Bitcoin Cash hard fork, timing it with the activation of SegWit on the main Bitcoin blockchain. We discuss with Amaury the roadmap for Bitcoin Cash, especially with regards to their approach to scalability. We cover many of the novel features the Bitcoin Cash development teams are innovating on such as Canonical Transaction Ordering and Avalanche Pre-Consensus, as well as cover some of the more juicy drama that plagued the Bitcoin Cash community in late 2018, leading to split off of Bitcoin SV. Topics covered in this episode: Block Size Debates in Bitcoin Origins of Bitcoin Cash and the Fork Year 1 Technical Development of Bitcoin Cash Bitcoin ABC vs B
-
Amaury Séchet: Bitcoin Cash
28/02/2019 Duración: 01h20minAmaury Séchet is the lead developer of Bitcoin ABC, the largest client for the Bitcoin Cash blockchain. Amaury first got started with Bitcoin in 2010 and closely followed the Bitcoin block size debate as it progressed through the early years of Bitcoin. Predicting the eventual failure of SegWit2x, Amaury was part of the original team that helped coordinate the Bitcoin Cash hard fork, timing it with the activation of SegWit on the main Bitcoin blockchain. We discuss with Amaury the roadmap for Bitcoin Cash, especially with regards to their approach to scalability. We cover many of the novel features the Bitcoin Cash development teams are innovating on such as Canonical Transaction Ordering and Avalanche Pre-Consensus, as well as cover some of the more juicy drama that plagued the Bitcoin Cash community in late 2018, leading to split off of Bitcoin SV. Topics covered in this episode: Block Size Debates in Bitcoin Origins of Bitcoin Cash and the Fork Year 1 Technical Development of Bitcoin Cash Bitcoin ABC vs B
-
Ben Goertzel: SingularityNET – The Global AI Network and Marketplace
20/02/2019 Duración: 01h23minArtificial Intelligence is often misunderstood. And much like blockchain, those who fiercely stand by the technology believe it will change the world for the better. Others fear the negative repercussions it could bring it and would rather see it disappear. We’re joined by Ben Goertzel. Ben’s interest in AI and robotics date back to his childhood and he has made these his life-long passion and work. He is the CEO of SingularityNET, a company building a marketplace for AIs which leverages blockchain. He is also Chief Scientist at Hanson Robotics who has brought us the now famous Sophia robot. When he’s not building blockchains and robots, he leads the OpenCog open-source AI framework and is Chair of Humanity +, an organization which focuses on technology and ethics. Topics covered in this episode: Ben’s background as a mathematician and his lifelong passion for AI and robotics What is AI, AGI and machine learning, and how these technologies differ What is the killer application for AI The problem of data and
-
Alexey Akhunov: Ethereum 1.x – BUIDLing Things One Step at a Time
13/02/2019 Duración: 01h20minWe’re joined by Alexey Akhunov, an independent Ethereum researcher. Alexey has been working on an ambitious project called TurboGeth. As the name implies, it is a version of Geth which features a number of speed and performance optimizations. Alexey also leads the state rent working group of the Ethereum 1.x project. Ethereum 1.x came out of Devcon when core developers began to realize that the full migration to Serenity would likely take several years. The team hopes to bring progressive improvements to Ethereum in parallel to the development of Serenity. Topics covered in this episode: Alexey’s background as a computer scientist The story behind TurboGeth and how it differs from the original Geth client The speed and performance optimizations of TurboGeth, as well as its trade-offs What is Ethereum 1.x in the context of Ethereum 2.0 (Serenity) Which people and projects are part of Ethereum 1.x What is state rent and why it may be beneficial to Ethereum Implementing state rent in Ethereum 1.x and 2.0 eWASM
-
Christian Decker: Lightning Network – The Road to Scaling Bitcoin
07/02/2019 Duración: 01h21minWhen the Lightning Network (LN) was conceived in 2015, it was quickly embraced by the Bitcoin community as the way to dramatically scale Bitcoin’s capacity. There was an expectation of LN being available quickly. Instead, development proceed more slowly in the background with different teams contributing to a standard specification. That spec is now almost ready and last year interest and early activity on the LN increased dramatically. We were joined by Christian Decker, a core engineer at Blockstream, where he works on their LN client. We discussed the history and progression of the LN and what remains on the road to scaling Bitcoin. Topics covered in this episode: How Christian ended up writing the world’s first PhD on Bitcoin The vision of the Lightning Network How the Lightning Network evolved in the last 4 years Approaching the 1.0 specification The current state of the network Why centralization concerns around hubs are often misguided eltoo and the future of lightning network The case against other c
-
Jameson Lopp: On Being a Professional Cypherpunk
30/01/2019 Duración: 01h25minWe’re joined by Jameson Lopp. Jameson is the CTO of Casa, a company providing key storage solutions. Previously, he was an early engineer at BitGo. However, to most people, he is perhaps known for his Twitter presence and his excellent writing. Over the years, Jameson has written extensively about Bitcoin development, cryptocurrencies, and personal operational security. A self-proclaimed “Professional Cypherpunk,” aligns with the ideas of libertarianism and volunteerism. Topics covered in this episode: Jameson’s background and how he learned about Bitcoin His political view before and after discovering crypto What stands out for Bitcoin in 2018 His writing on the decentralized nature of Bitcoin Core development His views on how Bitcoin compares to Ethereum on the topic of development control His thoughts on the Lightning Network and smart contracts on top of Bitcoin Jameson’s approach to personal operational security The tradeoffs of having air-tight personal OpSec Casa and its vault offering Episode links:
-
Martin Köppelmann & Matan Field: How the dxDAO could become the world’s largest organization
24/01/2019 Duración: 01h29minThe concept of DAOs has been captivating to many in the crypto space for years. When “The DAO” was created in 2016, in the few weeks of its existence and despite obvious flaws, it gather tremendous momentum and amassed 14% of the entire ether supply. Since then the technology has matured and Martin and Matan argue that the time for DAOs has finally arrived. We were joined by DAOstack Founder Matan Field and Gnosis Founder Martin Köppelmann. We talked about the decentralized exchange protocol DutchX. We also talked about how the two projects together created the dxDAO, which will manage the DutchX protocol, but could go onto its own path. A path that could even lead to being the DAO for all of DeFi. Topics covered in this episode: The unifying vision behind the various Gnosis projects Why Gnosis decided to build decentralized exchange protocol DutchX DutchX’s usage of batch auctions to provide good prices and liquidity for any market Incentivizing market makers with the Magnolia token Why the DutchX needs a D