[{"data":1,"prerenderedAt":344},["ShallowReactive",2],{"api/learn-center-post-en-what-is-data-availability-in-blockchain-ensuring-secure-and-accessible-on-chain-data":3,"footer-en":54,"learn/blockchain/what-is-data-availability-in-blockchain-ensuring-secure-and-accessible-on-chain-data-en-seo":252,"navigation-en-learn-center":257,"api/learn-categories-en":305},{"seo":4,"locale":21,"breadcrumbs":22,"excerpt":30,"featuredImage":31,"components":36,"title":5,"formattedPublishedAt":47,"geofencings":48,"category":49,"pagination":51,"campaignExternalId":7},{"title":5,"metaTitle":5,"metaDescription":6,"keywords":7,"metaRobots":7,"structuredData":8,"metaImage":9,"metaSocial":17,"canonicalURL":7,"localizations":18},"What Is Data Availability in Blockchain? Ensuring Secure and Accessible On-chain Data","Data availability is a key concept in blockchain that ensures all necessary data for transactions is accessible and secure. ",null,{},{"url":10,"mime":11,"ext":12,"width":13,"height":14,"name":15,"alt":16},"bitstampImageUrl/what_is_data_availability_in_blockchain_ensuring_secure_and_accessible_data_1_43df08e0f7_775f097424.png","image/png",".png",900,451,"what_is_data_availability_in_blockchain_ensuring_secure_and_accessible_data_1_43df08e0f7.png","",[],[19],{"pathname":20,"locale":21},"/learn/blockchain/what-is-data-availability-in-blockchain-ensuring-secure-and-accessible-on-chain-data/","en",[23,27],{"id":24,"text":25,"url":24,"asUrl":26},"/learn/blockchain/","Blockchain technology",true,{"id":28,"text":5,"url":20,"asUrl":29},"what-is-data-availability-in-blockchain-ensuring-secure-and-accessible-on-chain-data",false,"\u003Cp>Data availability is a key concept in blockchain that ensures all necessary data for transactions is accessible and secure.  \u003C/p>\n",{"url":32,"mime":11,"ext":12,"width":33,"height":34,"name":35,"alt":16},"bitstampImageUrl/what_is_data_availability_in_blockchain_ensuring_secure_and_accessible_data_75fa2a6e35_a957cc16af.png",1920,1080,"what_is_data_availability_in_blockchain_ensuring_secure_and_accessible_data_75fa2a6e35.png",[37],{"component":38,"props":39,"content":40,"secondaryContent":44,"ctas":45,"secondaryCtas":46,"ctasNoMarginTop":29},"section.full-text",{"centered":29,"withoutSectionContainer":29},{"text":41,"width":42,"align":43},"\u003Ch2>What is data availability in blockchain?\u003C/h2>\n\u003Cp>Blockchain data availability refers to the ability of any given network node to access historical data on the ledger.  \u003C/p>\n\u003Cp>Blockchains like \u003Ca href=\"https://www.bitstamp.net/learn/cryptocurrency-guide/what-is-bitcoin-btc/\">Bitcoin\u003C/a> or \u003Ca href=\"https://www.bitstamp.net/learn/cryptocurrency-guide/what-is-ethereum-eth/\">Ethereum\u003C/a> operate as a ledger of transactions. Each transaction comprises a set of data, such as sending and receiving addresses, the amount, or the timestamp. Transactions are organized into blocks, each of which undergoes validation by the network using a \u003Ca href=\"https://www.bitstamp.net/learn/security/what-are-blockchain-consensus-rules/\">consensus\u003C/a> protocol such as \u003Ca href=\"https://www.bitstamp.net/learn/crypto-101/what-is-proof-of-work-pow/\">proof of work\u003C/a> or \u003Ca href=\"https://www.bitstamp.net/learn/crypto-101/what-is-proof-of-stake-pos/\">proof of stake\u003C/a>.  \u003C/p>\n\u003Cp>Each block is linked cryptographically to its predecessor, which enables the nodes to validate transaction data. With the entire ledger history available, each transaction in each block can be traced back to its predecessor. \u003C/p>\n\u003Cp>As decentralized networks with no trusted authority, blockchains are designed based on the principle of “don’t trust, verify.” Therefore, access to historical blockchain data is a prerequisite for the secure validation of a block.  \u003C/p>\n\u003Cp>Such access is known as data availability (DA), and it plays a critical role in the security and transparency of blockchain networks. If the availability of data cannot be guaranteed at all times to all network participants, the integrity of block data may be compromised. Furthermore, no participant should be able to affect the availability of data by withholding or changing it. This would be considered a malicious act.  \u003C/p>\n\u003Cp>The key challenge is that over time, the amount of data on the ledger invariably increases, making it more difficult to ensure full data availability. Data storage is expensive, so the financial barriers to becoming a node operator increase, in turn increasing the risk of centralization. It also takes time to download a full copy of the current blockchain state, slowing down consensus. This challenge is known as blockchain bloat.  \u003C/p>\n\u003Cp>While \u003Ca href=\"https://www.bitstamp.net/learn/blockchain/what-are-layer-2-solutions/\">Layer 2\u003C/a> platforms can help alleviate the traffic on the network, they still rely heavily on the base layer for validation and settlement of bundled transactions and overall security. Therefore, the proliferation of Layer 2 platforms over recent years has also added to Ethereum’s challenges in ensuring data availability.  \u003C/p>\n\u003Ch2>Solutions for blockchain data availability\u003C/h2>\n\u003Cp>Blockchain developers have devised various data availability solutions that aim to overcome the challenges of blockchain bloat without making unacceptable compromises on security or decentralization.  \u003C/p>\n\u003Ch3>Data availability sampling\u003C/h3>\n\u003Cp>Data sampling involves nodes downloading random samples of ledger data to verify availability. By eliminating the need to download the entire ledger, sampling aims to maintain or increase throughput.  \u003C/p>\n\u003Cp>However, sampling doesn’t necessarily guarantee that all data is available at all times. It also risks introducing so-called withholding attacks, where data ends up missing from blocks.  \u003C/p>\n\u003Cp>One way around this is to deploy erasure coding. Erasure coding is redundant information added to each block that allows transaction data to be identified in the event that any is found to be missing from the ledger.  \u003C/p>\n\u003Cp>Data availability sampling is featured on Ethereum’s \u003Ca href=\"https://www.bitstamp.net/learn/blockchain/what-is-blockchain-scaling/\">scalability\u003C/a> roadmap. It is also currently in operation on the data availability layer Celestia.  \u003C/p>\n\u003Ch3>Data availability committees\u003C/h3>\n\u003Cp>Data availability committees (DACs) are off-chain groups of nodes or entities that are trusted to store data on behalf of the blockchain network, making it available as and when required. The DAC receives data about the state of the blockchain from network nodes and, in turn, publishes attestations that act as proof of data availability.  \u003C/p>\n\u003Cp>DACs are potentially more secure than sampling since the availability of all data should be guaranteed by the DAC. However, they are typically permissioned committees, meaning that participants must be trusted. StarkEx and Arbitrum are both examples of solutions that rely on data availability committees. Infura, the Ethereum node infrastructure provider operated by \u003Ca href=\"https://www.bitstamp.net/learn/company-profiles/consensys/\">ConsenSys\u003C/a>, is a participant on these DACs.  \u003C/p>\n\u003Ch3>Data availability protocols\u003C/h3>\n\u003Cp>Several projects have been developed as blockchain layers that can address the challenges of data availability.  \u003C/p>\n\u003Cp>Data availability protocols operate similarly to DACs in that they offload data entirely from the main chain. However, DA protocols generally operate their own chain using a proof of stake consensus or similar. Network participants are responsible for storing data and guaranteeing its availability by \u003Ca href=\"https://www.bitstamp.net/learn/blockchain/what-is-staking/\">staking\u003C/a> tokens in the network.  \u003C/p>\n\u003Cp>Should the data not be available on demand, the relevant participants will have their stake slashed. In this way, participants are incentivized to ensure data is available at all times.  \u003C/p>\n\u003Cp>DA layers may also deploy the methods outlined above, using data availability sampling or a committee approach to allow further scaling of data capacity.  \u003C/p>\n\u003Cp>Examples of data availability protocols include \u003Ca href=\"https://www.bitstamp.net/learn/cryptocurrency-guide/what-is-near-protocol-near/\">NEAR\u003C/a>, Celestia, and EigenDA.  \u003C/p>\n\u003Ch2>Data availability essentials\u003C/h2>\n\u003Cul>\n\u003Cli>Data availability refers to the availability of historical blockchain data to the miners, validators, or node operators in the blockchain network.  \u003C/li>\n\u003Cli>Data availability is critical to the security of a blockchain since historical data is necessary for verifying that transactions are legitimate.  \u003C/li>\n\u003Cli>As the amount of ledger data increases, blockchains rely on solutions such as sampling, committees, or data availability protocols to overcome the challenges of maintaining availability.\u003C/li>\n\u003C/ul>\n","full","left",{"text":16},[],[],"January 6th, 2025",{},{"title":25,"url":24,"geofencings":50},{},{"previous":52,"next":53},"/learn/blockchain/what-is-byzantine-fault-tolerance-bft/","/learn/blockchain/what-is-decentralized-science-desci-the-future-of-scientific-research-on-the-blockchain/",{"ready":26,"sections":55,"disclaimer":250,"copyright":251},[56,99,127,150,187,206],{"title":57,"content":16,"items":58},"About",[59,64,69,74,79,84,89,94],{"noFollow":26,"isExternal":29,"name":60,"value":61,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":62,"geofencings":63},"Who We Are","/about-us/",{},{},{"noFollow":26,"isExternal":26,"name":65,"value":66,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":67,"geofencings":68},"Careers","https://careers.robinhood.com/",{},{},{"noFollow":26,"isExternal":29,"name":70,"value":71,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":72,"geofencings":73},"Legal & Privacy","/legal/",{},{},{"noFollow":26,"isExternal":29,"name":75,"value":76,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":77,"geofencings":78},"Legal & Privacy - USA","/legal/terms-of-use/inc/",{},{},{"noFollow":26,"isExternal":29,"name":80,"value":81,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":82,"geofencings":83},"For Law Enforcement","/legal/guidelines-for-law-enforcement-agencies/",{},{},{"noFollow":26,"isExternal":29,"name":85,"value":86,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":87,"geofencings":88},"Disclosures and Disclaimers","/legal/disclaimers",{},{},{"noFollow":26,"isExternal":29,"name":90,"value":91,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":92,"geofencings":93},"Fee Schedule","/fee-schedule/",{},{},{"noFollow":29,"isExternal":29,"name":95,"value":96,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":97,"geofencings":98},"FAQ","/faq/",{},{},{"title":100,"content":16,"items":101},"Products",[102,107,112,117,122],{"noFollow":29,"isExternal":29,"name":103,"value":104,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":105,"geofencings":106},"Mobile App","/mobile/",{},{},{"noFollow":29,"isExternal":29,"name":108,"value":109,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":110,"geofencings":111},"Tradeview","/market/tradeview/",{},{},{"noFollow":29,"isExternal":29,"name":113,"value":114,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":115,"geofencings":116},"Earn Stake","/crypto-staking/",{},{"geofencing-uk":26},{"noFollow":29,"isExternal":29,"name":118,"value":119,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":120,"geofencings":121},"Earn Lend","/crypto-lending/",{},{"geofencing-uk":26},{"noFollow":29,"isExternal":29,"name":123,"value":124,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":125,"geofencings":126},"Derivatives","/perpetual-futures/",{},{},{"title":128,"content":16,"items":129},"Services",[130,135,140,145],{"noFollow":29,"isExternal":29,"name":131,"value":132,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":133,"geofencings":134},"Institutions & Partners","/institutional-trading/",{},{},{"noFollow":29,"isExternal":29,"name":136,"value":137,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":138,"geofencings":139},"Bitstamp as a Service","/bitstamp-as-a-service/",{},{},{"noFollow":29,"isExternal":29,"name":141,"value":142,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":143,"geofencings":144},"The Bitstamp Ecosystem","/partners/",{},{},{"noFollow":29,"isExternal":29,"name":146,"value":147,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":148,"geofencings":149},"Pro","/pro/",{},{},{"title":151,"content":16,"items":152},"Resources",[153,158,163,168,172,177,182],{"noFollow":26,"isExternal":29,"name":154,"value":155,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":29,"showOnMobile":26,"attachment":156,"geofencings":157},"HTTP API","/api/",{},{},{"noFollow":29,"isExternal":29,"name":159,"value":160,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":29,"showOnMobile":26,"attachment":161,"geofencings":162},"Websocket API v2","/websocket/v2/",{},{},{"noFollow":29,"isExternal":29,"name":164,"value":165,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":29,"showOnMobile":26,"attachment":166,"geofencings":167},"FIX v2","/fix/v2/",{},{},{"noFollow":26,"isExternal":29,"name":169,"value":155,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":29,"attachment":170,"geofencings":171},"API Documentation",{},{},{"noFollow":29,"isExternal":29,"name":173,"value":174,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":175,"geofencings":176},"PGP Key","/pgp-key/",{},{},{"noFollow":29,"isExternal":29,"name":178,"value":179,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":180,"geofencings":181},"Lightning Network","/lightning-network-node/",{},{},{"noFollow":29,"isExternal":29,"name":183,"value":184,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":185,"geofencings":186},"Market Details","/market-details/",{},{},{"title":188,"content":16,"items":189},"Address",[190,194,198,202],{"noFollow":29,"isExternal":29,"name":191,"value":16,"isEmail":29,"isPhoneNumber":29,"isText":26,"showOnDesktop":26,"showOnMobile":26,"attachment":192,"geofencings":193},"Bitstamp Ltd",{},{},{"noFollow":29,"isExternal":29,"name":195,"value":16,"isEmail":29,"isPhoneNumber":29,"isText":26,"showOnDesktop":26,"showOnMobile":26,"attachment":196,"geofencings":197},"5 New Street Square",{},{},{"noFollow":29,"isExternal":29,"name":199,"value":16,"isEmail":29,"isPhoneNumber":29,"isText":26,"showOnDesktop":26,"showOnMobile":26,"attachment":200,"geofencings":201},"London, EC4A 3TW",{},{},{"noFollow":29,"isExternal":29,"name":203,"value":16,"isEmail":29,"isPhoneNumber":29,"isText":26,"showOnDesktop":26,"showOnMobile":26,"attachment":204,"geofencings":205},"United Kingdom",{},{},{"title":207,"content":16,"items":208},"Contact",[209,214,218,222,226,230,235,240,245],{"noFollow":29,"isExternal":29,"name":210,"value":211,"isEmail":29,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":212,"geofencings":213},"Customer support","/customer-support/",{},{},{"noFollow":29,"isExternal":29,"name":215,"value":215,"isEmail":26,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":216,"geofencings":217},"info@bitstamp.net",{},{},{"noFollow":29,"isExternal":29,"name":219,"value":219,"isEmail":26,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":220,"geofencings":221},"press@bitstamp.net",{},{},{"noFollow":29,"isExternal":29,"name":223,"value":223,"isEmail":26,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":224,"geofencings":225},"support@bitstamp.net",{},{},{"noFollow":29,"isExternal":29,"name":227,"value":227,"isEmail":26,"isPhoneNumber":29,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":228,"geofencings":229},"complaints@bitstamp.net",{},{},{"noFollow":29,"isExternal":29,"name":231,"value":232,"isEmail":29,"isPhoneNumber":26,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":233,"geofencings":234},"+44 20 3868 9628","+442038689628",{},{},{"noFollow":29,"isExternal":29,"name":236,"value":237,"isEmail":29,"isPhoneNumber":26,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":238,"geofencings":239},"+1 800 712 5702","+18007125702",{},{},{"noFollow":29,"isExternal":29,"name":241,"value":242,"isEmail":29,"isPhoneNumber":26,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":243,"geofencings":244},"+352 20 88 10 96","+35220881096",{},{},{"noFollow":29,"isExternal":29,"name":246,"value":247,"isEmail":29,"isPhoneNumber":26,"isText":29,"showOnDesktop":26,"showOnMobile":26,"attachment":248,"geofencings":249},"+65 3105 1676","+6531051676",{},{},"\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",{"description":6,"ogDescription":6,"ogImage":253,"twitterImage":253,"twitterSite":254,"twitterCreator":254,"twitterCard":255,"twitterTitle":5,"twitterDescription":6,"titleTemplate":256},"https://assets.bitstamp.net/msc/_ipx/enlarge_true&f_png&fit_cover&q_85&s_1200x630/bitstampImageUrl/what_is_data_availability_in_blockchain_ensuring_secure_and_accessible_data_1_43df08e0f7_775f097424.png","@Bitstamp","summary_large_image","%s",{"items":258,"ready":26,"platformButtonText":301,"backButtonText":302,"logInButtonText":303,"signUpButtonText":304},[259,263,267,270,273,276,279,284,287,292,297],{"headerName":260,"sidemenuName":131,"url":132,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":261,"submenu":262,"tag":16},"Institutions",{},[],{"headerName":123,"sidemenuName":123,"url":124,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":264,"submenu":265,"tag":266},{},[],"NEW",{"headerName":146,"sidemenuName":146,"url":147,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":268,"submenu":269,"tag":16},{},[],{"headerName":103,"sidemenuName":103,"url":104,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":271,"submenu":272,"tag":16},{},[],{"headerName":113,"sidemenuName":113,"url":114,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":274,"submenu":275,"tag":16},{},[],{"headerName":118,"sidemenuName":118,"url":119,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":277,"submenu":278,"tag":16},{"geofencing-uk":26},[],{"headerName":280,"sidemenuName":280,"url":281,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":282,"submenu":283,"tag":16},"Markets","/markets/",{},[],{"headerName":108,"sidemenuName":108,"url":109,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":285,"submenu":286,"tag":16},{},[],{"headerName":288,"sidemenuName":288,"url":289,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":290,"submenu":291,"tag":16},"Blog","https://blog.bitstamp.net/",{},[],{"headerName":293,"sidemenuName":293,"url":294,"noFollow":29,"showInHeader":26,"showInSidemenu":26,"geofencings":295,"submenu":296,"tag":16},"Learn","/learn/",{},[],{"headerName":298,"sidemenuName":298,"url":104,"noFollow":29,"showInHeader":29,"showInSidemenu":26,"geofencings":299,"submenu":300,"tag":16},"Get Bitstamp by Robinhood app",{},[],"Go to platform","Back","Log in","Get started",[306,308,312,316,320,324,328,332,336,340],{"title":25,"url":24,"geofencings":307},{},{"title":309,"url":310,"geofencings":311},"Company profiles","/learn/company-profiles/",{},{"title":313,"url":314,"geofencings":315},"Crypto 101","/learn/crypto-101/",{},{"title":317,"url":318,"geofencings":319},"Crypto definitions","/learn/crypto-definitions/",{},{"title":321,"url":322,"geofencings":323},"Crypto trading","/learn/crypto-trading/",{},{"title":325,"url":326,"geofencings":327},"Cryptocurrency guide","/learn/cryptocurrency-guide/",{"geofencing-uk":26},{"title":329,"url":330,"geofencings":331},"People profiles","/learn/people-profiles/",{},{"title":333,"url":334,"geofencings":335},"Security","/learn/security/",{},{"title":337,"url":338,"geofencings":339},"Tutorials","/learn/bitstamp-tutorials/",{},{"title":341,"url":342,"geofencings":343},"Web3","/learn/web3/",{},1777532319696]