Epicenter - Learn About Blockchain, Ethereum, Bitcoin And Distributed Technologies

  • Autor: Vários
  • Narrador: Vários
  • Editor: Podcast
  • Duración: 741:38:37
  • Mas informaciones

Informações:

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

  • Monad: The EVM-Compatible 10,000 TPS L1 Blockchain - Keone Hon

    18/12/2024 Duración: 01h10min

    The status quo for developers choosing an ecosystem for their blockchain usually revolves around trade-offs: do they go for Ethereum’s network effect, liquidity and decentralisation, or sacrifice some features in favour of a higher throughput. Monad aims to combine the best of both worlds, while not being limited by excessive hardware requirements. Monad built an EVM-compatible L1 from the ground up, completely rethinking execution and consensus, in order to achieve the infamous 10,000 TPS. This extreme scalability is made possible through Monad’s optimistic parallel execution which is asynchronous from consensus. The latter has also been optimized in order to achieve single-slot finality. Monad’s proprietary database architecture allows for states to be stored on SSDs instead of RAM, which ensures that consumer-grade hardware can run a Monad node, further increasing decentralisation.Topics covered in this episode:Keone’s backgroundTradFi vs. DeFi and how Monad was foundedEVM’s network effect vs. other VMsHow

  • Succinct: Every Rollup Will Be a ZK Rollup! - Uma Roy

    11/12/2024 Duración: 49min

    Polynomials are quintessential in machine learning for establishing relationships between outputs and inputs. However, there is also a field in cryptography which could not be made possible without polynomials - zero-knowledge technology. In zero-knowledge proof systems, computations are often represented as arithmetic circuits, and these circuits are translated into polynomials. This process is crucial for generating proofs that can demonstrate the correctness of computations without revealing the underlying data. The involved complexity explains the massive adoption hurdle for zk rollups compared to optimistic ones. Succinct aims to simplify the use of zero-knowledge proofs by providing a zkVM (SP1) that allows code written in languages like Rust to be proven in a privacy-preserving way. By doing so, it aims to lower the barrier to implementing zk-rollups and increase their adoption.Topics covered in this episode:Uma’s background and her interest in zero knowledge techHow Succinct’s story beganZK light clie

  • Bitcoin OS: Bitcoin Block 853626 Changed Everything For BTC Smart Contracts - Edan Yago

    03/12/2024 Duración: 01h10min

    Bitcoin’s Taproot update paved the way for a new & exciting era for Bitcoin, as it expanded its use case far beyond that of an immutable ledger. However, Ordinals, BRC-20 tokens and, more recently, Runes, have limited functionality compared to what DeFi is capable of, on other smart contract blockchains. BitcoinOS envisions a revolutionary Bitcoin economy that stems from truly programmable tokens, unlocking staking, governance and many other use cases. Using BitSNARK and Grail, BitcoinOS enables Bitcoin “rollups”, which act as execution environments that use BTC as gas fee and inherit security from the L1. The missing link was always a trustless bridge between Bitcoin L1 and any potential L2. And Grail Bridge achieved just that - using zero knowledge cryptography, BTC could be transferred to other chains without relying on other custodians’ trust assumptions. In that sense, Bitcoin block #853626 is historically meaningful as it contains the first-ever onchain verification of a zero knowledge proof, on Bit

  • Symbiotic: Scaling Shared Security Through Restaking - Misha Putiatin

    26/11/2024 Duración: 01h05min

    Bootstrapping and maintaining a validator set can be a challenging endeavour, especially for projects that are in search of a product market fit. However, this does not mean one should abandon the ethos of decentralisation in favour of a more streamlined centralised approach. The notion of shared security had been previously explored in the Cosmos ecosystem, but Symbiotic takes it a step further, making it readily available for any project, regardless of its native blockchain, through restaking. Symbiotic is a modular coordination layer that sources node operators and economic security in a maximally capital-efficient manner.Topics covered in this episode:Misha’s backgroundSymbiotic’s origin storyHow Symbiotic tackles decentralisationThe role of restaking in proof-of-stake modelsThe economics of restakingThe architecture of SymbioticLiquid restaking tokens (LRT)Expanding restaking beyond EthereumSlashingSymbiotic smart contract immutability and future updatesEcosystem developmentEpisode links:Misha Putiatin o

  • Ari Juels: Can AI Weaponize Blockchain Smart Contracts? - Chainlink

    19/11/2024 Duración: 01h04min

    A smart contract’s rigid rule system represents a double-edged sword. ‘The Code is Law’, but what happens when rogue large language models or AI agents bend the Law? Can smart contracts be weaponised to serve a criminal agenda? In his ‘Oracle’ novel, Ari Juels explores this thesis and issues an eery warning regarding the blockchain x AI intersection. In this imminent future, oracles play a crucial role, allowing LLMs to push data on-chain or smart contracts to pull off-chain data.Topics covered in this episode:Criminal Smart ContractsOracle x LLM convergencePreventing malicious intents through oracle systemsAI x crypto use casesDAOsEntropy in voting behavioursDark DAOsTEEs & private smart contractsMEV & proofs of transaction orderingFuture blockchain researchEpisode links:Ari Juels on Twitter'The Oracle: A Novel' by Ari JuelsChainlink on TwitterSponsors:Gnosis: Gnosis builds decentralized infrastructure for the Ethereum ecosystem, since 2015. This year marks the launch of Gnosis Pay— the world's first

  • Citrea: Modular Rollup Framework on Bitcoin - Orkun Mahir Kilic

    12/11/2024 Duración: 44min

    Bitcoin’s lack of native programmability, coupled with advancements in zero knowledge cryptography, has led to rollups being explored as a substitute for an execution layer. Citrea’s approach involves using Bitcoin as a data availability & settlement layer for their zero knowledge rollup. These rollups not only lower transaction costs, but they also enable smart contracts to use Bitcoin’s L1 security and further incentivise miners to secure the chain despite halving rewards. In order to inherit Bitcoin’s security, zk proofs are inscribed in Bitcoin blocks.Topics covered in this episode:Orkun’s backgroundInscriptions, BitVM and zk rollups on BitcoinOptimistic bridgingSequencerProgrammability solutions on BitcoinBitVM developmentCitrea ecosystem developmentcBTC vs. custodial wrapped BTCThere is no second best!PoW, halving block rewards and how rollups incentivise minersCitrea’s efficiency & fee reductionBitcoin as an inflation hedgeEpisode links:Orkun Mahir Kilic on TwitterCitrea on TwitterBitVMSponsors

  • Anoma: Solving Cross-Chain Interoperability Through Intents - Adrian Brink

    04/11/2024 Duración: 01h05min

    Inspired by Cosmos’ IBC ethos, Anoma takes interoperability a step further, from VM (virtual machine) to IM (intent machine). While traditional dApps that run on virtual machines require step-by-step instructions to achieve a desired outcome, Anoma’s universal intent machine design allows users to simply define their end-results which are then aggregated and an optimal combination of intents is selected - cross-chain, simple, elegant. Moreover, intents also enable on-chain privacy, a concept explored by Namada.Topics covered in this episode:The vision behind AnomaOS for decentralised applicationsWhat is Anoma?Building dApps with AnomaNative generalised intentsAnoma’s L1 blockchainThe importance of decentralisationOn-chain privacyNamadaThe collapse of the banking systemRoadmapEpisode links:Adrian Brink on TwitterAnoma on TwitterNamada on TwitterSponsors:Gnosis: Gnosis builds decentralized infrastructure for the Ethereum ecosystem, since 2015. This year marks the launch of Gnosis Pay— the world's first Decentra

  • Dappnode: Plug-n-Play Decentralization - Eduardo Antuña, Pol Lanski

    28/10/2024 Duración: 01h18min

    In a world where everyone chases every basis point of marginal return, core values are often overlooked. The emergence of liquid staking protocols made stake delegation a norm rather than an exception. The hassles of running their own node and dealing with slashing risks were often too much of a burden for regular users. Dappnode offers both hardware and open-source software solutions for home stakers which are as facile to implement as a plug-n-play device. Their newly released Dappnode Smooth aims to offer the advantages of staking pools (via smart contracts), without centralisation risks.Topics covered in this episode:Eduardo’s and Pol’s backgroundsFounding DappnodeDappnode userbaseSupported networksDappnode’s tech stackSetting up DappnodeDappstoreUpdating nodesDappnode hardware usage percentageDappnode SmoothSolo staking vs. liquid stakingDistributed validator technology (DVT)RestakingETH issuanceFuture roadmap for DappnodeEpisode links:Eduardo Antuna on TwitterPol Lanski on TwitterDappnode on TwitterSpon

  • Dan Held: Bitcoin DeFi Will Change Everything! - Asymmetric

    21/10/2024 Duración: 58min

    One of the best known educators in the space and OG Bitcoin maxi, Dan Held joined us to discuss his crypto journey from entrepreneur to marketing & growth specialist and why he decided to start the Asymmetric Bitcoin DeFi Fund. Although initially a contentious topic, the emergence of Ordinals revealed Bitcoin’s untapped potential, sparking tremendous interest for Bitcoin L2s and DeFi on the ‘mother chain’. Apart from bringing new utility to the highest liquidity blockchain, the new-found demand for blockspace significantly increased fees, thus incentivising miners to further secure the chain despite halving rewards.Topics covered in this episode:Dan’s backgroundZeroBlockIncreasing marketing reachZeroBlock acquisition & marketing at KrakenAsymmetric Bitcoin DeFi FundBitcoin’s history: NFT & DeFi emergenceOP_CAT & trustless bridgingBitcoin ‘governance’, forks & BIPsUsecases for DeFi on BitcoinBitcoin block reward subsidy and long-term securityEpisode links:Asymmetric on TwitterDan Held on Tw

  • Blockworks: The Future of Crypto = AI, Memecoins and DePIN - Jason Yanowitz Live @Permissionless

    14/10/2024 Duración: 59min

    From a cross-platform media company, to launching their own conference and, more recently, an advisory branch, Blockworks has seen and done it all. We couldn’t miss Permissionless III, one of the largest crypto conferences in the US, where we sat down with Jason Yanowitz to discuss emerging trends in the industry and where the attention might shift over the coming months.Topics covered in this episode:Blockworks’ evolutionThe crypto conference landscapeBlockworks advisoryApps & infrastructureRegulationsZK & AIStablecoinsPodcastingEpisode links:Jason Yanowitz on TwitterBlockworks on TwitterPermissionless on TwitterEmpire Podcast on TwitterSponsors:Gnosis: Gnosis builds decentralized infrastructure for the Ethereum ecosystem, since 2015. This year marks the launch of Gnosis Pay— the world's first Decentralized Payment Network. Get started today at - gnosis.ioChorus One: Chorus One is one of the largest node operators worldwide, supporting more than 100,000 delegators, across 45 networks. The recently la

  • Konstantin Lomashuk: '#bitcoin is like a #memecoin' - cyber·Fund

    07/10/2024 Duración: 01h06min

    Outside of BTC’s cypherpunk movement, the early days of crypto were more or less barren in terms of innovation. However, this presented a huge opportunity for visionaries and angel investors to either launch or back bold projects, recognizing the potential of crypto stretching far beyond than just payments. One of them was Konstantin Lomashuk, co-founder of cyber•Fund which was a key actor in bootstrapping the cybernetic economy. Apart from early investments in Ethereum, Polkadot, Cosmos, Solana and many others, Konstantin recognized the potential threats to the core ethos of decentralisation and also co-founded Lido DAO in order to stave off Ethereum’s centralization risks.Topics covered in this episode:Konstantin’s backgroundcyber·Fund & cybernetic economyEntrepreneurship vs. angel investingDelegating tasks and scaling businessesLido’s origin storyLido DAO proposals and improvementsSolana vs. EthereumThe evolution of Ethereum’s economyKonstantin’s other areas of interestAI’s risk of centralizationThe im

  • Celestia: 1Gb Blocks, Rollup Interoperability & Lazy Bridging. Ismail Khoffi & Mustafa Al-Bassam

    30/09/2024 Duración: 01h03min

    As Ethereum’s roadmap shifted to a rollup-centric approach, a plethora of rollups have been launched, to the point where L3s have been conceptualized. Celestia sits at the forefront of modularity as it aims to replace the monolithic blockchain architecture with specialized layers that are more suited for scalability and customization. As a result, Celestia strictly focuses on data availability to accommodate the recent rollup expansion, as data storage represents the largest portion of fees on L2s. The Lemongrass upgrade lays the foundation for further use cases being enabled through Celestia, mainly revolving around interoperability and zk proof enabled ‘lazy bridging’. Topics covered in this episode:The vision behind CelestiaRollup architectureCentralised sequencers and the role of fraud proofsCelestia’s market shareRollkit & sovereign rollupsGovernance & light clientsThe importance of decentralisation: L1s vs. rollupsCelestia’s data availability capacityLatency & Celestia block timesInteroperab

  • Numerai & Predictoor: How AI Changed Crypto Prediction Markets - Trent McConaghy & Richard Craib

    20/09/2024 Duración: 01h20min

    Prediction markets were one of the first use cases of smart contracts, yet their popularity only recently spiked, following Polymarket’s social media spread. However, while prediction markets are generally zero-sum games, the rise of AI models trained on large datasets led to AI-powered prediction feeds and hedge funds. Crypto offers a unique array of use cases as it allows data scientists to not only share their data sets and models with complete privacy, but also access decentralised computing and model training. While Predictoor employs Ocean’s data infrastructure to run AI-powered prediction bots on lower timeframes, Numerai developed its own AI hedge fund for stocks, that recently also expanded to crypto (Numerai does not trade cryptocurrencies, and Numerai’s Hedge Fund(s) have no relation to Numerai Crypto).Topics covered in this episode:Predictoor & Numerai overviewPrediction marketsPrediction feedsPrediction markets in TradFi and other use casesImplementation of Ocean’s tech in PredictoorPredictio

  • Skip Protocol: The API for Seamless Cross-Chain Experiences on Cosmos & Beyond - Sam Hart

    13/09/2024 Duración: 58min

    Interoperability is the holy grail for a multi-chain future or the ‘internet of blockchains’. However, while IBC (inter-blockchain communication protocol) revolutionised permissionless cross-chain transfers, it was Skip Protocol’s Go API that took advantage of Cosmos’ infrastructure (and its numerous messaging protocols), to create an end-to-end interoperability platform, allowing developers to design seamless cross-chain user experiences.We were joined by Sam Hart, head of product at Skip Protocol, to discuss the challenges of interoperability across Cosmos & Ethereum, and how Skip:Go API & Skip:Connect push the crosschain boundaries towards end user adoption.Topics covered in this episode:Sam’s backgroundThe Other InternetSkip Protocol: bringing seamless interoperability to CosmosMonetization for Skip:Connect & Skip:GoThe Skip:Connect oracle and how Cosmos chains pull dataCross-chain MEVMEV blockersEthereum vs. Cosmos ecosystem development and activityEthereum bridges vs. Cosmos IBCCross-chain i

  • Arcium: Parallelized Confidential Computing Network - Yannik Schrade

    06/09/2024 Duración: 01h02min

    In this day and age, privacy and confidentiality are more important than ever. Advancements in the cryptographic research of zero knowledge proofs (ZKPs), fully homomorphic encryption (FHE) and multi-party computation (MPC) paved the way for computational integrity and confidential computing. While FHE allows for computation to be performed on encrypted data without the need for prior decryption, it is MPC that enables compliance with regulations (e.g. AML). Arcium aims to build a global super computer for parallelised confidential computing, powered by custom MXEs (multi-party computation execution environments).Topics covered in this episode:Yannik’s backgroundConfidentiality & decentralised complianceConfidential computingTEEs (trusted execution environments) & side-channel attacksZKP vs. MPC vs. FHEArcium’s global super computer architectureHow Arcium differentiates itself from other privacy protocolsUse casesCensorship risksEcosystem developmentEpisode links:Yannik Schrade on TwitterArcium on Twi

  • Polymer: A New Era for Interoperability...on Ethereum! - Bo Du

    02/09/2024 Duración: 01h02min

    The future is multi-chain, scalable and modular. However, while Cosmos’ IBC set the standard for interoperability, Ethereum’s L2 shift revealed a huge problem of liquidity fragmentation across the many rollups fighting for market share. Polymer aims to bridge the two ecosystems and bring the best of both worlds: Ethereum’s native liquidity and Cosmos’ interoperability, through a modular framework using the OP-stack and IBC.Topics covered in this episode:Bo’s background and the evolution of PolymerScaling limits of L1s vs. L2sThe ‘endgame’ for rollup frameworksIBCInteroperability & network topology: 70’s/80’s vs. blockchainsPolymer hubMonomer frameworkPre-confirmation & finality trade-offsCross-rollup interoperabilityBuilding appchains with MonomerModularityEpisode links:Bo Du on TwitterPolymer Labs on TwitterSponsors:Gnosis: Gnosis builds decentralized infrastructure for the Ethereum ecosystem, since 2015. This year marks the launch of Gnosis Pay— the world's first Decentralized Payment Network. Get s

  • Zeal: The Day-to-Day Crypto Wallet for EVM Chains - Hannes Graah

    23/08/2024 Duración: 55min

    Self-custodial wallets often represent the first point of contact for crypto users that venture away from centralised exchanges. As a result, their security and user experience should be paramount. This often explained Metamask’s first mover advantage and the users’ reluctance to change. However, as infrastructure evolves, new wallets are equipped from the get-go with features that are designed for normie adoption, such as: account abstraction, gas fee abstraction, easier on- and off-ramp, etc. Zeal was envisioned as a day-to-day wallet solution, allowing users true freedom to transact, both on-chain, as well as off-chain (i.e. real world spendings).Topics covered in this episode:Hannes’ backgroundExisting wallet solutions and Zeal’s userbaseWallet UX, account abstraction and passkeysSecurity assumptions and passkey recoverySmart contract interactionsZeal’s mobile-first focusIBAN & Gnosis Pay integrationsCapturing market shareBanking the unbankedGas feesCross-chain interoperabilityDeFi & stakingMoneti

  • Alkimiya: Blockspace, the Digital Real Estate - Leo Zhang

    17/08/2024 Duración: 53min

    As the crypto industry matures, more sophisticated market participants become involved. As a result, risk management and hedging will evolve to levels seen in TradFi. However, regardless of the preferred market activity, when interacting with a blockchain, every actor competes for the same limited blockspace. Based on demand levels, the cost for securing that blockspace can fluctuate (in the form of miner fees for Bitcoin transactions, or gas fees for PoS blockchains). Therefore, a particular niche of power users could lower these costs by reserving blockspace in advance of elevated demand levels. Alkimiya set out to build just that - a marketplace for blockspace.Topics covered in this episode:Leo’s backgroundThe vision behind AlkimiaMarket participants for blockspaceHedging costsUse cases on EthereumProposer-Builder Separation and preconfirmationsReserving blockspacePolkadot’s blockspace allocationCurrent market sentiment. ETH vs. SOLEpisode links:Leo Zhang on TwitterAlkimiya on TwitterSponsors:Gnosis: Gnosi

  • Nansen: AI & Blockchain Analytics - Alex Svanevik

    09/08/2024 Duración: 58min

    The saying goes that knowledge is power, and this perfectly applies to blockchains due to their innate transparency and immutability. However, raw data could seem, at first, unusable. This is where analytics companies, such as Nansen, play a major role in demystifying blockchain data by labelling it. In turn, curated data holds value as it can give an edge to traders, by tracking ‘smart money’ wallets. In the age of AI, most of the heavy lifting of data analysis is performed by LLMs, but human input is equally valuable for discerning nuances and fine tuning the process.Topics covered in this episode:Alex’s background, from AI to cryptoNansen’s valuesQuerying blockchain dataSupported chainsEnsuring data accuracyGenerating wallet labelsThe role of LLMs and AIData privacy and monetisationOn-chain transparency, privacy and ethicsRoadmap and further enhancementsEpisode links:Alex Svanevik on TwitterNansen on TwitterSponsors:Gnosis: Gnosis builds decentralized infrastructure for the Ethereum ecosystem, since 2015.

  • MultiversX: Blockchain Sharding 101 - Lucian Mincu

    02/08/2024 Duración: 01h08min

    In 2017, Vitalik Buterin defined the ‘Scalability Trilemma’ which consisted of 3 attributes that every blockchain had to balance depending on its intended use cases: decentralisation, scalability and security. While Ethereum sacrificed scalability in favour of security and decentralisation, others prioritised throughput over the other two. However, a solution was proposed, inspired from Web2 computer science - sharding. Despite the fact that Ethereum’s ossification and significant progress in zero knowledge research led to a shift in Ethereum’s roadmap away from execution sharding towards L2 rollups, there were other L1s that were designed from the get-go as sharded blockchains. One such example was Elrond, who implemented the beacon chain PoS consensus alongside a sharded execution layer. Their recent rebranding to MultiversX alludes to a multi-chain, interoperable ecosystem, in which sovereign chains can communicate in a similar manner to cross-shard transaction routing.Topics covered in this episode:Lucian

página 3 de 33