[{"data":1,"prerenderedAt":347},["ShallowReactive",2],{"api/learn-center-post-en-what-is-sha-256":3,"footer-en":57,"learn/blockchain/what-is-sha-256-en-seo":255,"navigation-en-learn-center":260,"api/learn-categories-en":308},{"seo":4,"locale":22,"breadcrumbs":23,"excerpt":31,"featuredImage":32,"components":39,"title":5,"formattedPublishedAt":50,"geofencings":51,"category":52,"pagination":54,"campaignExternalId":8},{"title":5,"metaTitle":6,"metaDescription":7,"keywords":8,"metaRobots":8,"structuredData":9,"metaImage":10,"metaSocial":18,"canonicalURL":8,"localizations":19},"What is SHA-256?  ","What is SHA-256? - Blockchain Technology","SHA-256 is a cryptographic hash function that securely converts data into a fixed 256-bit output, widely used in blockchain and data encryption.",null,{},{"url":11,"mime":12,"ext":13,"width":14,"height":15,"name":16,"alt":17},"bitstampImageUrl/what_is_sha_256_a504918704_aece89b844.png","image/png",".png",900,451,"what_is_sha_256_a504918704.png","",[],[20],{"pathname":21,"locale":22},"/learn/blockchain/what-is-sha-256/","en",[24,28],{"id":25,"text":26,"url":25,"asUrl":27},"/learn/blockchain/","Blockchain technology",true,{"id":29,"text":5,"url":21,"asUrl":30},"what-is-sha-256",false,"\u003Cp>SHA-256 is a secure hashing algorithm widely used in information security settings, such as passwords, digital signatures, and public blockchains.   \u003C/p>\n",{"url":33,"mime":34,"ext":35,"width":36,"height":37,"name":38,"alt":17},"bitstampImageUrl/what_is_sha_256_549424f539_e8040418c4.svg","image/svg+xml",".svg",1920,1080,"what_is_sha_256_549424f539.svg",[40],{"component":41,"props":42,"content":43,"secondaryContent":47,"ctas":48,"secondaryCtas":49,"ctasNoMarginTop":30},"section.full-text",{"centered":30,"withoutSectionContainer":30},{"text":44,"width":45,"align":46},"\u003Cp>Cryptographic \u003Ca href=\"https://www.bitstamp.net/learn/blockchain/how-does-hashing-work/\">hash functions\u003C/a> are used to transform alphanumeric data into a compressed value that represents the original data. They can be considered as a type of one-way cipher, used to encode information but in a way that cannot be decoded, so it remains secure even in case of a breach.  \u003C/p>\n\u003Cp>In this way, hashing differs from encryption, which allows for data to be decrypted.  \u003C/p>\n\u003Cp>The security of a given hash function depends on how difficult it is to reverse-engineer the original information from the hashed output using brute-force attack tactics. Currently, SHA-256 represents the gold standard of secure cryptographic hashing, and as such, it’s widely applied in a range of information security scenarios.  \u003C/p>\n\u003Ch2>What does SHA-256 mean?\u003C/h2>\n\u003Cp>SHA-256 derives its name from its origins and the size of the hash output it produces.  \u003C/p>\n\u003Cp>SHA stands for Secure Hash Algorithm, the name given to a group of cryptographic hashing functions developed and patented by the United States National Security Agency (NSA) and licensed royalty-free for public use.  \u003C/p>\n\u003Cp>256 refers to the fact that the hash output is 256 bits long, consisting of eight blocks of 32 bits each. \u003C/p>\n\u003Ch2>Features of SHA-256\u003C/h2>\n\u003Cp>SHA-256 is part of a set of SHAs known as SHA-2. The SHA-2 algorithms were developed as a more secure successor to their predecessors, the SHA-1 family, which generated smaller and less complex hash outputs. The SHA-2 set came about due to advancements in computing, which made brute-force attacks on the SHA-1 set more feasible.  \u003C/p>\n\u003Cp>In addition to being computationally infeasible to reverse-engineer, SHA-256 also meets other criteria required for a hashing algorithm to be useful. It is highly collision-resistant, meaning that it’s extremely unlikely that two different sets of data could ever generate the same hash.  \u003C/p>\n\u003Cp>It also generates two completely unrelated hashes from similar (but not the same) input data, so it’s impossible to use hashed outputs to trace patterns in inputs.  \u003C/p>\n\u003Ch2>How is SHA-256 used?\u003C/h2>\n\u003Cp>The characteristics of SHA-256 lend themselves to various information security applications.  \u003C/p>\n\u003Ch3>Password protection\u003C/h3>\n\u003Cp>A key feature of secure hashing algorithms is that the same input will always generate the same output. Therefore, they can be used to verify passwords in a way that doesn’t reveal the password itself.  \u003C/p>\n\u003Cp>For instance, a company can store the hashed versions of passwords, and when the user enters their password, the system creates a hash from it and verifies it against the hash it has stored. In the event of a cyberattack, only the hashes are revealed, and there is no way of reverse-engineering the passwords themselves.  \u003C/p>\n\u003Ch3>Digital signatures\u003C/h3>\n\u003Cp>SHA-256 is also used in digital signatures to authenticate and secure data like documents or messages. If someone wants to send a secure version of a document that can be authenticated as the original, they can generate a hash from it and encrypt the hash using a private key.  \u003C/p>\n\u003Cp> The recipient of the document can then decrypt the hash and verify the version of the document by confirming the hash is a match.  \u003C/p>\n\u003Ch2>What is the significance of SHA-256 in cryptocurrency?\u003C/h2>\n\u003Cp>SHA-256 is a fundamental component of several \u003Ca href=\"https://www.bitstamp.net/learn/crypto-101/what-is-cryptocurrency/\">cryptocurrencies\u003C/a>, including \u003Ca href=\"https://www.bitstamp.net/learn/cryptocurrency-guide/what-is-bitcoin-btc/\">Bitcoin\u003C/a> itself, and forks including \u003Ca href=\"https://www.bitstamp.net/learn/cryptocurrency-guide/what-is-bitcoin-cash-bch/\">Bitcoin Cash\u003C/a>. In the process of Bitcoin \u003Ca href=\"https://www.bitstamp.net/learn/crypto-101/what-are-blocks-in-the-blockchain/\">block production\u003C/a>, each block has a header that contains a specific set of information, including a hash of the previous block header.  \u003C/p>\n\u003Cp>In this way, Bitcoin produces a chain of blocks where each is linked to its predecessor via the hash in the block header. Any change in a single block would result in the creation of an entirely new hash, altering the hashes of any subsequent block. As such, SHA-256 underpins the \u003Ca href=\"https://www.bitstamp.net/learn/security/what-is-blockchain-immutability/\">immutability\u003C/a> of the Bitcoin \u003Ca href=\"https://www.bitstamp.net/learn/blockchain/what-is-a-blockchain/\">blockchain\u003C/a> and is a key component in its security.  \u003C/p>\n\u003Cp>SHA-256 is also used in the production of the nonce (or “number used only once”), the value of which Bitcoin \u003Ca href=\"https://www.bitstamp.net/learn/crypto-101/what-is-crypto-mining/\">miners\u003C/a> must find to successfully mine the next block.  \u003C/p>\n\u003Cp>Finally, SHA-256, along with other cryptographic algorithms, is also a component in creating Bitcoin \u003Ca href=\"https://www.bitstamp.net/learn/security/what-are-private-and-public-keys/\">public keys\u003C/a>. \u003C/p>\n\u003Ch2>The future of SHA-256\u003C/h2>\n\u003Cp>SHA-256 has proven resilient enough to protect against brute-force attacks by modern computers. However, developments in quantum computing have brought speculation that an unprecedented advance in processing speed could compromise the security of SHA-256. Effectively, the time taken to launch a brute-force attack could be greatly reduced to the point of feasibility.  \u003C/p>\n\u003Cp>However, this doesn’t necessarily mean that SHA-256 or Bitcoin are under any immediate threat from quantum computing. The technology is still too underdeveloped and expensive to deploy, while researchers are already developing algorithms that demonstrate quantum resistance.  \u003C/p>\n\u003Cp>Therefore, SHA-256 remains secure enough to protect the world’s passwords, digital signatures, and the world’s largest cryptocurrency by \u003Ca href=\"https://www.bitstamp.net/learn/crypto-trading/what-is-market-cap/\">market cap\u003C/a>, BTC.  \u003C/p>\n\u003Ch2>SHA-256 essentials\u003C/h2>\n\u003Cul>\n\u003Cli>SHA-256 is a widely adopted secure hashing algorithm developed by the US National Security Agency. \u003C/li>\n\u003Cli>It’s used globally in applications that include password protection and digital signatures.  \u003C/li>\n\u003Cli>SHA-256 also underpins the security of the Bitcoin network by generating a unique hash for each block header, which are used to create an immutable chain.\u003C/li>\n\u003C/ul>\n","full","left",{"text":17},[],[],"January 16th, 2025",{},{"title":26,"url":25,"geofencings":53},{},{"previous":55,"next":56},"/learn/blockchain/what-is-segregated-witness-segwit/","/learn/blockchain/what-is-sharding-on-ethereum/",{"ready":27,"sections":58,"disclaimer":253,"copyright":254},[59,102,130,153,190,209],{"title":60,"content":17,"items":61},"About",[62,67,72,77,82,87,92,97],{"noFollow":27,"isExternal":30,"name":63,"value":64,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":65,"geofencings":66},"Who We Are","/about-us/",{},{},{"noFollow":27,"isExternal":27,"name":68,"value":69,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":70,"geofencings":71},"Careers","https://careers.robinhood.com/",{},{},{"noFollow":27,"isExternal":30,"name":73,"value":74,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":75,"geofencings":76},"Legal & Privacy","/legal/",{},{},{"noFollow":27,"isExternal":30,"name":78,"value":79,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":80,"geofencings":81},"Legal & Privacy - USA","/legal/terms-of-use/inc/",{},{},{"noFollow":27,"isExternal":30,"name":83,"value":84,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":85,"geofencings":86},"For Law Enforcement","/legal/guidelines-for-law-enforcement-agencies/",{},{},{"noFollow":27,"isExternal":30,"name":88,"value":89,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":90,"geofencings":91},"Disclosures and Disclaimers","/legal/disclaimers",{},{},{"noFollow":27,"isExternal":30,"name":93,"value":94,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":95,"geofencings":96},"Fee Schedule","/fee-schedule/",{},{},{"noFollow":30,"isExternal":30,"name":98,"value":99,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":100,"geofencings":101},"FAQ","/faq/",{},{},{"title":103,"content":17,"items":104},"Products",[105,110,115,120,125],{"noFollow":30,"isExternal":30,"name":106,"value":107,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":108,"geofencings":109},"Mobile App","/mobile/",{},{},{"noFollow":30,"isExternal":30,"name":111,"value":112,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":113,"geofencings":114},"Tradeview","/market/tradeview/",{},{},{"noFollow":30,"isExternal":30,"name":116,"value":117,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":118,"geofencings":119},"Earn Stake","/crypto-staking/",{},{"geofencing-uk":27},{"noFollow":30,"isExternal":30,"name":121,"value":122,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":123,"geofencings":124},"Earn Lend","/crypto-lending/",{},{"geofencing-uk":27},{"noFollow":30,"isExternal":30,"name":126,"value":127,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":128,"geofencings":129},"Derivatives","/perpetual-futures/",{},{},{"title":131,"content":17,"items":132},"Services",[133,138,143,148],{"noFollow":30,"isExternal":30,"name":134,"value":135,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":136,"geofencings":137},"Institutions & Partners","/institutional-trading/",{},{},{"noFollow":30,"isExternal":30,"name":139,"value":140,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":141,"geofencings":142},"Bitstamp as a Service","/bitstamp-as-a-service/",{},{},{"noFollow":30,"isExternal":30,"name":144,"value":145,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":146,"geofencings":147},"The Bitstamp Ecosystem","/partners/",{},{},{"noFollow":30,"isExternal":30,"name":149,"value":150,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":151,"geofencings":152},"Pro","/pro/",{},{},{"title":154,"content":17,"items":155},"Resources",[156,161,166,171,175,180,185],{"noFollow":27,"isExternal":30,"name":157,"value":158,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":30,"showOnMobile":27,"attachment":159,"geofencings":160},"HTTP API","/api/",{},{},{"noFollow":30,"isExternal":30,"name":162,"value":163,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":30,"showOnMobile":27,"attachment":164,"geofencings":165},"Websocket API v2","/websocket/v2/",{},{},{"noFollow":30,"isExternal":30,"name":167,"value":168,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":30,"showOnMobile":27,"attachment":169,"geofencings":170},"FIX v2","/fix/v2/",{},{},{"noFollow":27,"isExternal":30,"name":172,"value":158,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":30,"attachment":173,"geofencings":174},"API Documentation",{},{},{"noFollow":30,"isExternal":30,"name":176,"value":177,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":178,"geofencings":179},"PGP Key","/pgp-key/",{},{},{"noFollow":30,"isExternal":30,"name":181,"value":182,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":183,"geofencings":184},"Lightning Network","/lightning-network-node/",{},{},{"noFollow":30,"isExternal":30,"name":186,"value":187,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":188,"geofencings":189},"Market Details","/market-details/",{},{},{"title":191,"content":17,"items":192},"Address",[193,197,201,205],{"noFollow":30,"isExternal":30,"name":194,"value":17,"isEmail":30,"isPhoneNumber":30,"isText":27,"showOnDesktop":27,"showOnMobile":27,"attachment":195,"geofencings":196},"Bitstamp Ltd",{},{},{"noFollow":30,"isExternal":30,"name":198,"value":17,"isEmail":30,"isPhoneNumber":30,"isText":27,"showOnDesktop":27,"showOnMobile":27,"attachment":199,"geofencings":200},"5 New Street Square",{},{},{"noFollow":30,"isExternal":30,"name":202,"value":17,"isEmail":30,"isPhoneNumber":30,"isText":27,"showOnDesktop":27,"showOnMobile":27,"attachment":203,"geofencings":204},"London, EC4A 3TW",{},{},{"noFollow":30,"isExternal":30,"name":206,"value":17,"isEmail":30,"isPhoneNumber":30,"isText":27,"showOnDesktop":27,"showOnMobile":27,"attachment":207,"geofencings":208},"United Kingdom",{},{},{"title":210,"content":17,"items":211},"Contact",[212,217,221,225,229,233,238,243,248],{"noFollow":30,"isExternal":30,"name":213,"value":214,"isEmail":30,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":215,"geofencings":216},"Customer support","/customer-support/",{},{},{"noFollow":30,"isExternal":30,"name":218,"value":218,"isEmail":27,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":219,"geofencings":220},"info@bitstamp.net",{},{},{"noFollow":30,"isExternal":30,"name":222,"value":222,"isEmail":27,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":223,"geofencings":224},"press@bitstamp.net",{},{},{"noFollow":30,"isExternal":30,"name":226,"value":226,"isEmail":27,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":227,"geofencings":228},"support@bitstamp.net",{},{},{"noFollow":30,"isExternal":30,"name":230,"value":230,"isEmail":27,"isPhoneNumber":30,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":231,"geofencings":232},"complaints@bitstamp.net",{},{},{"noFollow":30,"isExternal":30,"name":234,"value":235,"isEmail":30,"isPhoneNumber":27,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":236,"geofencings":237},"+44 20 3868 9628","+442038689628",{},{},{"noFollow":30,"isExternal":30,"name":239,"value":240,"isEmail":30,"isPhoneNumber":27,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":241,"geofencings":242},"+1 800 712 5702","+18007125702",{},{},{"noFollow":30,"isExternal":30,"name":244,"value":245,"isEmail":30,"isPhoneNumber":27,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":246,"geofencings":247},"+352 20 88 10 96","+35220881096",{},{},{"noFollow":30,"isExternal":30,"name":249,"value":250,"isEmail":30,"isPhoneNumber":27,"isText":30,"showOnDesktop":27,"showOnMobile":27,"attachment":251,"geofencings":252},"+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":7,"ogDescription":7,"ogImage":256,"twitterImage":256,"twitterSite":257,"twitterCreator":257,"twitterCard":258,"twitterTitle":6,"twitterDescription":7,"titleTemplate":259},"https://assets.bitstamp.net/msc/_ipx/enlarge_true&f_png&fit_cover&q_85&s_1200x630/bitstampImageUrl/what_is_sha_256_a504918704_aece89b844.png","@Bitstamp","summary_large_image","%s",{"items":261,"ready":27,"platformButtonText":304,"backButtonText":305,"logInButtonText":306,"signUpButtonText":307},[262,266,270,273,276,279,282,287,290,295,300],{"headerName":263,"sidemenuName":134,"url":135,"noFollow":30,"showInHeader":27,"showInSidemenu":27,"geofencings":264,"submenu":265,"tag":17},"Institutions",{},[],{"headerName":126,"sidemenuName":126,"url":127,"noFollow":30,"showInHeader":27,"showInSidemenu":27,"geofencings":267,"submenu":268,"tag":269},{},[],"NEW",{"headerName":149,"sidemenuName":149,"url":150,"noFollow":30,"showInHeader":27,"showInSidemenu":27,"geofencings":271,"submenu":272,"tag":17},{},[],{"headerName":106,"sidemenuName":106,"url":107,"noFollow":30,"showInHeader":27,"showInSidemenu":27,"geofencings":274,"submenu":275,"tag":17},{},[],{"headerName":116,"sidemenuName":116,"url":117,"noFollow":30,"showInHeader":27,"showInSidemenu":27,"geofencings":277,"submenu":278,"tag":17},{},[],{"headerName":121,"sidemenuName":121,"url":122,"noFollow":30,"showInHeader":27,"showInSidemenu":27,"geofencings":280,"submenu":281,"tag":17},{"geofencing-uk":27},[],{"headerName":283,"sidemenuName":283,"url":284,"noFollow":30,"showInHeader":27,"showInSidemenu":27,"geofencings":285,"submenu":286,"tag":17},"Markets","/markets/",{},[],{"headerName":111,"sidemenuName":111,"url":112,"noFollow":30,"showInHeader":27,"showInSidemenu":27,"geofencings":288,"submenu":289,"tag":17},{},[],{"headerName":291,"sidemenuName":291,"url":292,"noFollow":30,"showInHeader":27,"showInSidemenu":27,"geofencings":293,"submenu":294,"tag":17},"Blog","https://blog.bitstamp.net/",{},[],{"headerName":296,"sidemenuName":296,"url":297,"noFollow":30,"showInHeader":27,"showInSidemenu":27,"geofencings":298,"submenu":299,"tag":17},"Learn","/learn/",{},[],{"headerName":301,"sidemenuName":301,"url":107,"noFollow":30,"showInHeader":30,"showInSidemenu":27,"geofencings":302,"submenu":303,"tag":17},"Get Bitstamp by Robinhood app",{},[],"Go to platform","Back","Log in","Get started",[309,311,315,319,323,327,331,335,339,343],{"title":26,"url":25,"geofencings":310},{},{"title":312,"url":313,"geofencings":314},"Company profiles","/learn/company-profiles/",{},{"title":316,"url":317,"geofencings":318},"Crypto 101","/learn/crypto-101/",{},{"title":320,"url":321,"geofencings":322},"Crypto definitions","/learn/crypto-definitions/",{},{"title":324,"url":325,"geofencings":326},"Crypto trading","/learn/crypto-trading/",{},{"title":328,"url":329,"geofencings":330},"Cryptocurrency guide","/learn/cryptocurrency-guide/",{"geofencing-uk":27},{"title":332,"url":333,"geofencings":334},"People profiles","/learn/people-profiles/",{},{"title":336,"url":337,"geofencings":338},"Security","/learn/security/",{},{"title":340,"url":341,"geofencings":342},"Tutorials","/learn/bitstamp-tutorials/",{},{"title":344,"url":345,"geofencings":346},"Web3","/learn/web3/",{},1776943633236]