[{"data":1,"prerenderedAt":332},["ShallowReactive",2],{"api/learn-center-post-en-GB-what-is-the-ethereum-cancun-deneb-upgrade":3,"en-gb/learn/blockchain/what-is-the-ethereum-cancun-deneb-upgrade-en-GB-seo":63,"footer-en-GB":68,"navigation-en-GB-learn-center":241,"api/learn-categories-en-GB":292},{"seo":4,"locale":28,"breadcrumbs":29,"excerpt":37,"featuredImage":38,"components":45,"title":5,"formattedPublishedAt":56,"geofencings":57,"category":58,"pagination":60,"campaignExternalId":8},{"title":5,"metaTitle":6,"metaDescription":7,"keywords":8,"metaRobots":8,"structuredData":9,"metaImage":10,"metaSocial":18,"canonicalURL":8,"localizations":19},"What is the Ethereum Cancun-Deneb Upgrade?","What is the Ethereum Cancun-Deneb Upgrade? | Bitstamp by Robinhood","What is the Ethereum Cancun-Deneb Upgrade? What does it bring to Ethereum? Read our guide to Cancun-Deneb on Bitstamp by Robinhood – the original crypto exchange.",null,{},{"url":11,"mime":12,"ext":13,"width":14,"height":15,"name":16,"alt":17},"bitstampImageUrl/What_is_Bitcoin_ETF_1jpg_3a56059a3d_614c98e4a9.jpg","image/jpeg",".jpg",743,380,"What_is_Bitcoin_ETF_1jpg_3a56059a3d.jpg","",[],[20,23,26],{"pathname":21,"locale":22},"/learn/blockchain/what-is-the-ethereum-cancun-deneb-upgrade/","en",{"pathname":24,"locale":25},"/es/learn/blockchain/what-is-the-ethereum-cancun-deneb-upgrade/","es",{"pathname":27,"locale":28},"/en-gb/learn/blockchain/what-is-the-ethereum-cancun-deneb-upgrade/","en-GB",[30,34],{"id":31,"text":32,"url":31,"asUrl":33},"/learn/blockchain/","Blockchain technology",true,{"id":35,"text":5,"url":27,"asUrl":36},"what-is-the-ethereum-cancun-deneb-upgrade",false,"\u003Cp>Ethereum’s Cancun-Deneb (Dencun) upgrade is a hard fork of the blockchain that improves the network by introducing proto-danksharding and a number of other features.\u003C/p>\n",{"url":39,"mime":40,"ext":41,"width":42,"height":43,"name":44,"alt":17},"bitstampImageUrl/What_is_the_Ethereum_Cancun_upgrade_svg_d8d9382a00_d6051f338c.svg","image/svg+xml",".svg",1676,857,"What_is_the_Ethereum_Cancun_upgrade_svg_d8d9382a00.svg",[46],{"component":47,"props":48,"content":49,"secondaryContent":53,"ctas":54,"secondaryCtas":55,"ctasNoMarginTop":36},"section.full-text",{"centered":36,"withoutSectionContainer":36},{"text":50,"width":51,"align":52},"\u003Cp>Ethereum’s Cancun-Deneb (Dencun) upgrade is a hard fork of the blockchain that improves the network by introducing proto-danksharding and a number of other features.\u003C/p>\n\u003Cp>From time to time, the Ethereum network needs to introduce new features to improve its utility and move the technology forward. It does this through \u003Cstrong>hard forks\u003C/strong>, in which network participants adopt a new form of the blockchain that follows updated rules. For instance, Ethereum’s Shanghai-Capella upgrade was completed in April 2023, which introduced the ability for validators to withdraw their stakes from Ethereum’s Beacon chain.\u003C/p>\n\u003Cp>The Cancun-Deneb (Dencun) upgrade includes multiple Ethereum Improvement Proposals (EIPs), covering everything from cost effective ways of adding data to transactions to changing how specific coding commands work. Though there are many parts to Dencun, perhaps the most impactful one is the introduction of \u003Cstrong>proto-danksharding\u003C/strong>. This feature sets the stage for splitting up Ethereum’s blockchain into pieces (“shards”) designed to increase the speed of transactions and overall capacity of the network.\u003C/p>\n\u003Ch2>What are the parts that make up Cancun-Deneb?\u003C/h2>\n\u003Cp>The Dencun upgrade addresses both layers of the Ethereum network. Updates to the \u003Cstrong>execution layer\u003C/strong> (home of smart contracts and decentralized applications) are named after cities where Ethereum’s Devcon has been held. Updates to the \u003Cstrong>consensus layer\u003C/strong> (where nodes reach agreement about the state of the blockchain through a \u003Cstrong>Proof of Stake\u003C/strong> mechanism) are named after stars. This is how the name “Cancun-Deneb” was derived.\u003C/p>\n\u003Ch3>Proto-danksharding (EIP-4844)\u003C/h3>\n\u003Cp>\u003Cstrong>Sharding\u003C/strong> is a way of breaking up Ethereum’s blockchain into multiple segments that can independently handle transactions. Instead of every transaction waiting in one long line (slowing the network), this allows parallel processing of interactions. The result is magnification of Ethereum’s \u003Cstrong>transactions per second (tps)\u003C/strong>. In other words, it makes Ethereum faster.\u003C/p>\n\u003Cp>The most anticipated part of Cancun-Deneb is \u003Cstrong>proto-danksharding\u003C/strong>, detailed by EIP-4844. This is a prototype (hence “proto-“) of a sharding model designed by Ethereum researcher Dankrad Feist (hence “dank” and “sharding”). It uses a new type of transaction format called \u003Cstrong>blob-carrying transactions\u003C/strong> that make large amounts of data more available—and cheaper—for rollups used by layer 2 solutions (L2s), augmenting Ethereum’s capabilities. Although this is not actually sharding itself, it lays the foundation for sharding efforts that will come later.\u003C/p>\n\u003Cp>In summary, proto-danksharding is a step towards improving Ethereum’s scalability, setting the stage for future upgrades.\u003C/p>\n\u003Ch3>Other EIPs included in Dencun\u003C/h3>\n\u003Cp>Along with EIP-4844 (described above), there are a number of Ethereum Improvement Proposals (EIPs) included in Dencun. These EIPs make changes to both the execution and consensus layers of Ethereum. Some important highlights include:\u003C/p>\n\u003Cul>\n\u003Cli>\u003Cstrong>EIP-5656\u003C/strong> – Enables an efficient way of “memory copying,” reducing the gas it costs to move blocks of data on the Ethereum Virtual Machine (EVM).\u003C/li>\n\u003Cli>\u003Cstrong>EIP-6780\u003C/strong> – Modifies how an opcode (operation code) called SELFDESTRUCT functions. SELFDESTRUCT has long been controversial in Ethereum’s development community due to a perceived lack of utility and the potential for harmful uses.\u003C/li>\n\u003Cli>\u003Cstrong>EIP-4788\u003C/strong> – Allows communication between Ethereum’s consensus and execution layers in a way that theoretically makes third-party oracles irrelevant.\u003C/li>\n\u003Cli>\u003Cstrong>EIP-7514\u003C/strong> – Slows down the growth rate of validators to better optimize economic features of the network.\u003C/li>\n\u003Cli>\u003Cstrong>EIP-1153\u003C/strong> – Allows “transient storage” on the EVM, making some transactions more efficient (i.e., use less gas) because they can offload data after they are complete.\u003C/li>\n\u003C/ul>\n\u003Ch2>How will Dencun affect Ethereum?\u003C/h2>\n\u003Cp>The components of Dencun prioritize preparing Ethereum to scale further while also making transactions on the network cheaper and more efficient. Proto-danksharding creates a scaffold on which formal sharding will one day be possible, allowing Ethereum to increase its transaction speeds and handle more traffic. In the meantime, it helps layer 2 scaling solutions operate more cheaply.\u003C/p>\n\u003Cp>Furthermore, EIP-6780 fixes how a potentially harmful function could affect smart contracts, and changes to Ethereum’s consensus layer modify how the network grows to ensure Ethereum is economically viable in the foreseeable future. Meanwhile, EIP-4788 negates the need for trusted, centralized oracle systems, which has significant implications for platforms like liquid staking pools.\u003C/p>\n\u003Cp>In summary, Ethereum’s upgrades have gone from focusing on the transition to Proof of Stake (the “Merge”) to increasing network efficiency and capabilities (the “Surge”). This is what Dencun attempts to do—both immediately and in preparation for the future.\u003C/p>\n\u003Ch2>Conclusion\u003C/h2>\n\u003Cul>\n\u003Cli>Ethereum’s Cancun-Deneb (Dencun) upgrade includes improvements to Ethereum’s execution and consensus layers, prioritizing network scalability and the cost efficiency of transactions.\u003C/li>\n\u003Cli>The most anticipated component of Dencun is proto-danksharding, which improves the operation of rollups through a new type of Ethereum transaction.\u003C/li>\n\u003Cli>Other new features include memory copying, a modification to problematic code, an effort to strengthen Ethereum’s economics, and more.\u003C/li>\n\u003C/ul>\n","full","left",{"text":17},[],[],"July 29th, 2024",{},{"title":32,"url":31,"geofencings":59},{},{"previous":61,"next":62},"/en-gb/learn/blockchain/what-is-the-erc-404-semi-fungible-token-standard/","/en-gb/learn/blockchain/what-is-the-ethereum-virtual-machine-evm/",{"description":7,"ogDescription":7,"ogImage":64,"twitterImage":64,"twitterSite":65,"twitterCreator":65,"twitterCard":66,"twitterTitle":6,"twitterDescription":7,"titleTemplate":67},"https://assets.bitstamp.net/msc/_ipx/enlarge_true&f_png&fit_cover&q_85&s_1200x630/bitstampImageUrl/What_is_Bitcoin_ETF_1jpg_3a56059a3d_614c98e4a9.png","@Bitstamp","summary_large_image","%s",{"ready":33,"sections":69,"disclaimer":239,"copyright":240},[70,108,121,144,181,200],{"title":71,"content":17,"items":72},"About",[73,78,83,88,93,98,103],{"noFollow":33,"isExternal":36,"name":74,"value":75,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":76,"geofencings":77},"Who We Are","/about-us/",{},{},{"noFollow":33,"isExternal":33,"name":79,"value":80,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":81,"geofencings":82},"Careers","https://bitstamp.workable.com/",{},{},{"noFollow":33,"isExternal":36,"name":84,"value":85,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":86,"geofencings":87},"Legal & Privacy","/legal/",{},{},{"noFollow":33,"isExternal":36,"name":89,"value":90,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":91,"geofencings":92},"Legal & Privacy - USA","/legal/terms-of-use/inc/",{},{},{"noFollow":33,"isExternal":36,"name":94,"value":95,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":96,"geofencings":97},"For Law Enforcement","/legal/guidelines-for-law-enforcement-agencies/",{},{},{"noFollow":33,"isExternal":36,"name":99,"value":100,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":101,"geofencings":102},"Fee Schedule","/fee-schedule/",{},{},{"noFollow":36,"isExternal":36,"name":104,"value":105,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":106,"geofencings":107},"FAQ","/faq/",{},{},{"title":109,"content":17,"items":110},"Products",[111,116],{"noFollow":36,"isExternal":36,"name":112,"value":113,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":114,"geofencings":115},"Mobile Apps","/mobile/",{},{},{"noFollow":36,"isExternal":36,"name":117,"value":118,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":119,"geofencings":120},"Tradeview","/market/tradeview/",{},{},{"title":122,"content":17,"items":123},"Services",[124,129,134,139],{"noFollow":36,"isExternal":36,"name":125,"value":126,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":127,"geofencings":128},"Institutions & Partners","/institutional-trading/",{},{},{"noFollow":36,"isExternal":36,"name":130,"value":131,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":132,"geofencings":133},"Bitstamp as a Service","/bitstamp-as-a-service/",{},{},{"noFollow":36,"isExternal":36,"name":135,"value":136,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":137,"geofencings":138},"The Bitstamp Ecosystem","/partners/",{},{},{"noFollow":36,"isExternal":36,"name":140,"value":141,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":142,"geofencings":143},"Pro","/pro/",{},{},{"title":145,"content":17,"items":146},"Resources",[147,152,157,162,166,171,176],{"noFollow":33,"isExternal":36,"name":148,"value":149,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":36,"showOnMobile":33,"attachment":150,"geofencings":151},"HTTP API","/api/",{},{},{"noFollow":36,"isExternal":36,"name":153,"value":154,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":36,"showOnMobile":33,"attachment":155,"geofencings":156},"Websocket API v2","/websocket/v2/",{},{},{"noFollow":36,"isExternal":36,"name":158,"value":159,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":36,"showOnMobile":33,"attachment":160,"geofencings":161},"FIX v2","/fix/v2/",{},{},{"noFollow":33,"isExternal":36,"name":163,"value":149,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":36,"attachment":164,"geofencings":165},"API Documentation",{},{},{"noFollow":36,"isExternal":36,"name":167,"value":168,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":169,"geofencings":170},"PGP Key","/pgp-key/",{},{},{"noFollow":36,"isExternal":36,"name":172,"value":173,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":174,"geofencings":175},"Lightning Network","/lightning-network-node/",{},{},{"noFollow":36,"isExternal":36,"name":177,"value":178,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":179,"geofencings":180},"Crypto Pulse","/crypto-pulse/",{},{},{"title":182,"content":17,"items":183},"Address",[184,188,192,196],{"noFollow":36,"isExternal":36,"name":185,"value":17,"isEmail":36,"isPhoneNumber":36,"isText":33,"showOnDesktop":33,"showOnMobile":33,"attachment":186,"geofencings":187},"Bitstamp Ltd",{},{},{"noFollow":36,"isExternal":36,"name":189,"value":17,"isEmail":36,"isPhoneNumber":36,"isText":33,"showOnDesktop":33,"showOnMobile":33,"attachment":190,"geofencings":191},"5 New Street Square",{},{},{"noFollow":36,"isExternal":36,"name":193,"value":17,"isEmail":36,"isPhoneNumber":36,"isText":33,"showOnDesktop":33,"showOnMobile":33,"attachment":194,"geofencings":195},"London, EC4A 3TW",{},{},{"noFollow":36,"isExternal":36,"name":197,"value":17,"isEmail":36,"isPhoneNumber":36,"isText":33,"showOnDesktop":33,"showOnMobile":33,"attachment":198,"geofencings":199},"United Kingdom",{},{},{"title":201,"content":17,"items":202},"Contact",[203,208,212,216,220,224,229,234],{"noFollow":36,"isExternal":36,"name":204,"value":205,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":206,"geofencings":207},"Customer support","/customer-support/",{},{},{"noFollow":36,"isExternal":36,"name":209,"value":209,"isEmail":33,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":210,"geofencings":211},"info@bitstamp.net",{},{},{"noFollow":36,"isExternal":36,"name":213,"value":213,"isEmail":33,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":214,"geofencings":215},"press@bitstamp.net",{},{},{"noFollow":36,"isExternal":36,"name":217,"value":217,"isEmail":33,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":218,"geofencings":219},"support@bitstamp.net",{},{},{"noFollow":36,"isExternal":36,"name":221,"value":221,"isEmail":33,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":222,"geofencings":223},"complaints@bitstamp.net",{},{},{"noFollow":36,"isExternal":36,"name":225,"value":226,"isEmail":36,"isPhoneNumber":33,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":227,"geofencings":228},"+44 20 3868 9628","+442038689628",{},{},{"noFollow":36,"isExternal":36,"name":230,"value":231,"isEmail":36,"isPhoneNumber":33,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":232,"geofencings":233},"+1 800 712 5702","+18007125702",{},{},{"noFollow":36,"isExternal":36,"name":235,"value":236,"isEmail":36,"isPhoneNumber":33,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":237,"geofencings":238},"+352 20 88 10 96","+35220881096",{},{},"\u003Cp>Please read the general \u003Ca href=\"/legal/risk-warning/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Risk Warning\u003C/a>, and \u003Ca href=\"/legal/uk-investment-risk-warning/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Risk Summary\u003C/a> for UK residents before investing in crypto-assets. \u003C/p>\n\u003Cp>Crypto-assets services are provided by the following Bitstamp legal entities depending on client residency: (1) Bitstamp Europe S.A., which is authorized by the Commission de Surveillance du Secteur Financier (CSSF) in Luxembourg as a payment institution (licence number Z00000012) and crypto-asset service provider (licence number N00000003); Registered address: 40, avenue Monterey, L-2163 Luxembourg, Grand Duchy of Luxembourg; Registration number: B196856; (2) Bitstamp UK Ltd., which is registered with the Financial Conduct Authority (FCA) in the UK for the provision of certain cryptoassets activities under the Money Laundering Regulations (Firm Reference Number 978690); Registered address: 5 New Street Square, EC4A 3TW London, United Kingdom; Registration number: 14174243; (3) Bitstamp Ltd.with its registered address at 5 New Street Square, EC4A 3TW London, United Kingdom and registration number: 8157033; (4) Bitstamp Global Ltd., which is registered as a Virtual Asset Service Provider in the British Virgin Islands and is supervised by the British Virgin Islands Financial Services Commission (FSC); Registered address: Floor 4, Banco Popular Building, Road Town, Tortola VG1110, British Virgin Islands; Registered number: 2086429; and (5) Bitstamp Asia Pte Ltd, which is authorized by the Monetary Authority of Singapore (MAS) as a major payment institution (licence number PS20200667); Registered address: 63 Chulia Street, OCBC Centre East, #15-01, Singapore 049514; Registered number: 202016687K;\u003C/p>\n\u003Cp>Virtual currency services to US residents are provided by Bitstamp USA, Inc., which is licensed to engage in virtual currency business activity by the New York State Department of Financial Services. Licensed as a Money Transmitter by the New York State Department of Financial Services. Review a \u003Ca href=\"/legal/usa-inc/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">list of its licenses and other registrations\u003C/a> (NMLS number \u003Ca href=\"https://www.nmlsconsumeraccess.org/EntityDetails.aspx/COMPANY/1905429\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">1905429\u003C/a>) for more information; Registered address: 85 Willow Road, Menlo Park, CA 94025, United States of America; Registered number: 5481543.\u003C/p>\n\u003Cp>Investment services with regards to trading in crypto derivatives are provided by Bitstamp Financial Services Ltd., which is authorized and supervised by the Slovenian Securities Market Agency (ATVP) as a MiFiD investment firm. Trading crypto derivatives carries significant risks and may result in substantial losses. Please trade responsibly and ensure you understand the associated risks. You can find more about the risks \u003Ca href=\"/legal/financial-services/general-terms-and-conditions/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">here\u003C/a>. To help you understand the risks involved we have put together a series of \u003Ca href=\"/derivatives/key-information-documents/\" target=\"_blank\" rel=\"noopener noreferrer\">Key Information Documents (KIDs)\u003C/a> highlighting the risks and rewards related to each derivatives contract. Crypto derivatives trading is not available to customers in the US, Canada, Japan and some other countries. Bitstamp Financial Services Ltd. does not provide crypto-asset services.\u003C/p>\n\u003Cp>To find out more about which Bitstamp entity you receive services from, please check the Profile/My information in your Bitstamp account. You can read more about our legal terms, policies and disclosures \u003Ca href=\"/legal/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">here\u003C/a>.\u003C/p>\n","\u003Cp>All rights reserved © 2026 Bitstamp by Robinhood. \u003Ca href=\"https://www.nmlsconsumeraccess.org/EntityDetails.aspx/COMPANY/1905429\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">NMLS #1905429\u003C/a>\u003C/p>\n",{"items":242,"ready":33,"platformButtonText":288,"backButtonText":289,"logInButtonText":290,"signUpButtonText":291},[243,248,254,257,261,266,271,274,279,284],{"headerName":244,"sidemenuName":125,"url":245,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":246,"submenu":247,"tag":17},"Institutions","/en-gb/institutional-trading/",{},[],{"headerName":249,"sidemenuName":249,"url":250,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":251,"submenu":252,"tag":253},"Derivatives","/perpetual-futures/",{},[],"NEW",{"headerName":140,"sidemenuName":140,"url":141,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":255,"submenu":256,"tag":17},{},[],{"headerName":258,"sidemenuName":258,"url":113,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":259,"submenu":260,"tag":17},"Mobile App",{},[],{"headerName":262,"sidemenuName":262,"url":263,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":264,"submenu":265,"tag":17},"Markets","/markets/",{},[],{"headerName":267,"sidemenuName":267,"url":268,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":269,"submenu":270,"tag":17},"Earn Stake","/en-gb/crypto-staking/",{},[],{"headerName":117,"sidemenuName":117,"url":118,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":272,"submenu":273,"tag":17},{},[],{"headerName":275,"sidemenuName":275,"url":276,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":277,"submenu":278,"tag":17},"Blog","https://blog.bitstamp.net/",{},[],{"headerName":280,"sidemenuName":280,"url":281,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":282,"submenu":283,"tag":17},"Learn","/learn/",{},[],{"headerName":285,"sidemenuName":285,"url":113,"noFollow":36,"showInHeader":36,"showInSidemenu":33,"geofencings":286,"submenu":287,"tag":17},"Get Bitstamp by Robinhood app",{},[],"Go to platform","Back","Log in","Get started",[293,296,300,304,308,312,316,320,324,328],{"title":32,"url":294,"geofencings":295},"/en-gb/learn/blockchain/",{},{"title":297,"url":298,"geofencings":299},"Company profiles","/en-gb/learn/company-profiles/",{},{"title":301,"url":302,"geofencings":303},"Crypto 101","/en-gb/learn/crypto-101/",{},{"title":305,"url":306,"geofencings":307},"Crypto definitions","/en-gb/learn/crypto-definitions/",{},{"title":309,"url":310,"geofencings":311},"Crypto trading","/en-gb/learn/crypto-trading/",{},{"title":313,"url":314,"geofencings":315},"Cryptocurrency guide","/en-gb/learn/cryptocurrency-guide/",{},{"title":317,"url":318,"geofencings":319},"People profiles","/en-gb/learn/people-profiles/",{},{"title":321,"url":322,"geofencings":323},"Security","/en-gb/learn/security/",{},{"title":325,"url":326,"geofencings":327},"Tutorials","/en-gb/learn/bitstamp-tutorials/",{},{"title":329,"url":330,"geofencings":331},"Web3","/en-gb/learn/web3/",{},1777532333993]