[{"data":1,"prerenderedAt":348},["ShallowReactive",2],{"api/learn-center-post-en-what-is-sui":3,"footer-en":59,"learn/cryptocurrency-guide/what-is-sui-en-seo":257,"navigation-en-learn-center":262,"api/learn-categories-en":309},{"seo":4,"locale":28,"breadcrumbs":29,"excerpt":37,"featuredImage":38,"components":41,"title":5,"formattedPublishedAt":52,"geofencings":53,"category":54,"pagination":56,"campaignExternalId":8},{"title":5,"metaTitle":6,"metaDescription":7,"keywords":8,"metaRobots":8,"structuredData":9,"metaImage":10,"metaSocial":18,"canonicalURL":8,"localizations":19},"What is Sui? (SUI)","What is Sui? (SUI) - Bitstamp Learn Center","What is the Sui blockchain? How does SUI work? Read our guide to Sui and start trading SUI on Bitstamp by Robinhood – the original crypto exchange.",null,{},{"url":11,"mime":12,"ext":13,"width":14,"height":15,"name":16,"alt":17},"bitstampImageUrl/SUI_1_2d0af6945f_3a16958d95.svg","image/svg+xml",".svg",1920,1080,"SUI_1_2d0af6945f.svg","",[],[20,23,26],{"pathname":21,"locale":22},"/en-gb/learn/cryptocurrency-guide/what-is-sui/","en-GB",{"pathname":24,"locale":25},"/es/learn/cryptocurrency-guide/what-is-sui/","es",{"pathname":27,"locale":28},"/learn/cryptocurrency-guide/what-is-sui/","en",[30,34],{"id":31,"text":32,"url":31,"asUrl":33},"/learn/cryptocurrency-guide/","Cryptocurrency guide",true,{"id":35,"text":5,"url":27,"asUrl":36},"what-is-sui",false,"\u003Cp>Sui is a platform that aims to reduce the time it takes to execute smart contracts and prioritize scalability for its decentralized applications (dapps).\u003C/p>\n",{"url":39,"mime":12,"ext":13,"width":14,"height":15,"name":40,"alt":17},"bitstampImageUrl/SUI_1_5c92994461_745b502048.svg","SUI_1_5c92994461.svg",[42],{"component":43,"props":44,"content":45,"secondaryContent":49,"ctas":50,"secondaryCtas":51,"ctasNoMarginTop":36},"section.full-text",{"centered":36,"withoutSectionContainer":36},{"text":46,"width":47,"align":48},"\u003Cp>To differentiate itself from other blockchains like \u003Ca href=\"/learn/cryptocurrency-guide/what-is-ethereum-eth/\">Ethereum\u003C/a>, \u003Ca href=\"/learn/cryptocurrency-guide/what-is-solana-sol/\">Solana\u003C/a>, and \u003Ca href=\"/learn/cryptocurrency-guide/what-is-polkadot-dot/\">Polkadot\u003C/a>, Sui introduces several architectural designs to increase its speed and scalability without sacrificing the blockchain’s security. &nbsp;These include the Sui consensus engine, parallel transaction execution and Sui’s Move \u003Ca href=\"/learn/crypto-101/what-are-smart-contracts/\">smart contract\u003C/a> programming language.\u003C/p>\n\u003Cp>Sui’s delegated proof of stake (dPoS) network allows validators to stake SUI, the platform’s native \u003Ca href=\"/learn/crypto-101/what-is-cryptocurrency/\">cryptocurrency\u003C/a>, to validate transactions. SUI also ties the platform together by being used to execute custom programs, acting as a medium of exchange, and by incentivizing users that support its development.\u003C/p>\n\u003Ch2>Who created Sui?\u003C/h2>\n\u003Cp>Sui is developed by MystenLabs, a company founded by Evan Cheng, Adeniyi Abiodun, Sam Blackshear, George Danezis and Kostas Chalkias. The founders form a collection of executives and architects that led the development of the Diem blockchain and stablecoin payment system as well as the Facebook wallet program Novi, both of which have since been discontinued.\u003C/p>\n\u003Cp>MystenLabs is also responsible for developing and maintaining the Move smart programming language that is native to several platforms. This includes Sui Move, a variation of Move that is essential to running the Sui blockchain, and essential for developers who wish to create dapps.\u003C/p>\n\u003Cp>Lastly, Sui is overseen by the Sui Foundation, an independent organization that aims to support ecosystem developers and creators through a host of grants.\u003C/p>\n\u003Ch2>How does Sui work?\u003C/h2>\n\u003Cp>The Sui network offers many features common to other blockchain platforms such as \u003Ca href=\"/learn/crypto-101/how-do-smart-contracts-work/\">smart contract processing\u003C/a> and \u003Ca href=\"/learn/crypto-101/what-are-decentralized-applications-dapps/\">dapp\u003C/a> development, transaction settlement, and token issuance. However, several features separate it from other platforms with the goal to solve for the \u003Ca href=\"/learn/blockchain/what-is-the-blockchain-trilemma/\">blockchain trilemma\u003C/a> of speed, scalability and security.\u003C/p>\n\u003Ch3>Sui Move\u003C/h3>\n\u003Cp>Sui Move is a programing language for building smart contracts and is a variation of the Move language created by Facebook for the Diem blockchain.\u003C/p>\n\u003Cp>Most blockchains, like Ethereum, design their smart contracts around “accounts”, which are addresses that can receive, hold, and send tokens native to that blockchain and interact with smart contracts.\u003C/p>\n\u003Cp>The Move language, however, is built around programmable “objects”, which are assets specific to the Sui blockchain. Developers can create custom rules for these objects (including their ability to change) and define rules on how the objects can be transferred. The use of objects makes programming assets much easier using the Move language, particularly for \u003Ca href=\"/learn/web3/what-are-nfts-non-fungible-tokens/\">non-fungible tokens (NFTs)\u003C/a> and \u003Ca href=\"/learn/web3/what-is-gamefi-and-play-to-earn-p2e/\">gaming assets\u003C/a>.\u003C/p>\n\u003Ch3>Sui’s consensus engine\u003C/h3>\n\u003Cp>Objects in Sui can be categorized in two different ways:\u003C/p>\n\u003Cul>\n\u003Cli>\u003Cstrong>Owned\u003C/strong> – Object that can be modified by its owner. Scenarios include token transfers, sending messages on dapps, and voting.\u003C/li>\n\u003Cli>\u003Cstrong>Shared\u003C/strong> – Objects that can be modified by anyone. Scenarios include interacting with public smart contracts.\u003C/li>\n\u003C/ul>\n\u003Cp>Sui is optimized for simple transactions and the platform’s ability to scale is directly related to how consensus is reached for each type of object.\u003C/p>\n\u003Cp>Owned objects, for example, do not need to reach consensus for transactions to be finalized. Instead, there are specific algorithms in place that grant almost immediate approval for their transaction, meaning that many transactions can be executed in parallel.\u003C/p>\n\u003Cp>Sui’s parallel transaction execution from single consensus mechanism transactions present in \u003Ca href=\"/learn/cryptocurrency-guide/what-is-bitcoin-btc/\">Bitcoin\u003C/a> and Ethereum (and most other blockchains). In those platforms, each transaction is required to be approved by all nodes and processed in the order in which it is received before being added to the public ledger. This typically creates a bottleneck as more people use the blockchain which affects transaction throughput.\u003C/p>\n\u003Cp>Shared objects, on the other hand, need to obtain consensus from validators for transactions to be added to the network’s ledger in a specified order.\u003C/p>\n\u003Ch2>How is the SUI token used?\u003C/h2>\n\u003Cp>The Sui blockchain’s native token, SUI, is used to maintain and operate the Sui network, specifically to pay for transaction and operational fees and as a reward to validators for securing the network.\u003C/p>\n\u003Cp>By owning and staking SUI, validators gain the ability to vote on network upgrades, with each vote being proportional to the amount of SUI tokens they stake. Sui also grants rewards to holders that delegate their tokens to validators, and thus allocating their votes to other users. Validators are incentivized to act honestly because delegators can choose to switch their allocation at the end of each epoch (defined as a 24-hour period).\u003C/p>\n\u003Ch3>Token distribution\u003C/h3>\n\u003Cp>There is a total supply 10 billion SUI tokens. Mysten Labs will allocate 20% of the tokens to early contributors, 14% to investors, 10% to its treasury, 6% to a Community Access Program and Sui app testers, and 50% to a community reserve managed by the Sui Foundation. The community reserve will be used for delegation programs, grant programs, research and development, and validator subsidies.\u003C/p>\n\u003Ch2>How to buy SUI\u003C/h2>\n\u003Cp>You can buy the Sui coin on Bitstamp by Robinhood. Sign up for a Bitstamp by Robinhood account and start trading SUI today!\u003C/p>\n\u003Cul>\n\u003Cli>\u003Ca href=\"/markets/sui/eur/\">Buy Sui (SUI) with Euro\u003C/a>\u003C/li>\n\u003Cli>\u003Ca href=\"/markets/sui/usd/\">Buy Sui (SUI) with Dollar\u003C/a>\u003C/li>\n\u003C/ul>\n\u003Cp>Disclosure: SUI is not available in the US.\u003C/p>\n","full","left",{"text":17},[],[],"May 8th, 2023",{},{"title":32,"url":31,"geofencings":55},{"geofencing-uk":33},{"previous":57,"next":58},"/learn/cryptocurrency-guide/what-is-straitsx-singapore-dollar-xsgd/","/learn/cryptocurrency-guide/what-is-sushiswap-sushi/",{"ready":33,"sections":60,"disclaimer":255,"copyright":256},[61,104,132,155,192,211],{"title":62,"content":17,"items":63},"About",[64,69,74,79,84,89,94,99],{"noFollow":33,"isExternal":36,"name":65,"value":66,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":67,"geofencings":68},"Who We Are","/about-us/",{},{},{"noFollow":33,"isExternal":33,"name":70,"value":71,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":72,"geofencings":73},"Careers","https://careers.robinhood.com/",{},{},{"noFollow":33,"isExternal":36,"name":75,"value":76,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":77,"geofencings":78},"Legal & Privacy","/legal/",{},{},{"noFollow":33,"isExternal":36,"name":80,"value":81,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":82,"geofencings":83},"Legal & Privacy - USA","/legal/terms-of-use/inc/",{},{},{"noFollow":33,"isExternal":36,"name":85,"value":86,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":87,"geofencings":88},"For Law Enforcement","/legal/guidelines-for-law-enforcement-agencies/",{},{},{"noFollow":33,"isExternal":36,"name":90,"value":91,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":92,"geofencings":93},"Disclosures and Disclaimers","/legal/disclaimers",{},{},{"noFollow":33,"isExternal":36,"name":95,"value":96,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":97,"geofencings":98},"Fee Schedule","/fee-schedule/",{},{},{"noFollow":36,"isExternal":36,"name":100,"value":101,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":102,"geofencings":103},"FAQ","/faq/",{},{},{"title":105,"content":17,"items":106},"Products",[107,112,117,122,127],{"noFollow":36,"isExternal":36,"name":108,"value":109,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":110,"geofencings":111},"Mobile App","/mobile/",{},{},{"noFollow":36,"isExternal":36,"name":113,"value":114,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":115,"geofencings":116},"Tradeview","/market/tradeview/",{},{},{"noFollow":36,"isExternal":36,"name":118,"value":119,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":120,"geofencings":121},"Earn Stake","/crypto-staking/",{},{"geofencing-uk":33},{"noFollow":36,"isExternal":36,"name":123,"value":124,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":125,"geofencings":126},"Earn Lend","/crypto-lending/",{},{"geofencing-uk":33},{"noFollow":36,"isExternal":36,"name":128,"value":129,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":130,"geofencings":131},"Derivatives","/perpetual-futures/",{},{},{"title":133,"content":17,"items":134},"Services",[135,140,145,150],{"noFollow":36,"isExternal":36,"name":136,"value":137,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":138,"geofencings":139},"Institutions & Partners","/institutional-trading/",{},{},{"noFollow":36,"isExternal":36,"name":141,"value":142,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":143,"geofencings":144},"Bitstamp as a Service","/bitstamp-as-a-service/",{},{},{"noFollow":36,"isExternal":36,"name":146,"value":147,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":148,"geofencings":149},"The Bitstamp Ecosystem","/partners/",{},{},{"noFollow":36,"isExternal":36,"name":151,"value":152,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":153,"geofencings":154},"Pro","/pro/",{},{},{"title":156,"content":17,"items":157},"Resources",[158,163,168,173,177,182,187],{"noFollow":33,"isExternal":36,"name":159,"value":160,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":36,"showOnMobile":33,"attachment":161,"geofencings":162},"HTTP API","/api/",{},{},{"noFollow":36,"isExternal":36,"name":164,"value":165,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":36,"showOnMobile":33,"attachment":166,"geofencings":167},"Websocket API v2","/websocket/v2/",{},{},{"noFollow":36,"isExternal":36,"name":169,"value":170,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":36,"showOnMobile":33,"attachment":171,"geofencings":172},"FIX v2","/fix/v2/",{},{},{"noFollow":33,"isExternal":36,"name":174,"value":160,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":36,"attachment":175,"geofencings":176},"API Documentation",{},{},{"noFollow":36,"isExternal":36,"name":178,"value":179,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":180,"geofencings":181},"PGP Key","/pgp-key/",{},{},{"noFollow":36,"isExternal":36,"name":183,"value":184,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":185,"geofencings":186},"Lightning Network","/lightning-network-node/",{},{},{"noFollow":36,"isExternal":36,"name":188,"value":189,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":190,"geofencings":191},"Market Details","/market-details/",{},{},{"title":193,"content":17,"items":194},"Address",[195,199,203,207],{"noFollow":36,"isExternal":36,"name":196,"value":17,"isEmail":36,"isPhoneNumber":36,"isText":33,"showOnDesktop":33,"showOnMobile":33,"attachment":197,"geofencings":198},"Bitstamp Ltd",{},{},{"noFollow":36,"isExternal":36,"name":200,"value":17,"isEmail":36,"isPhoneNumber":36,"isText":33,"showOnDesktop":33,"showOnMobile":33,"attachment":201,"geofencings":202},"5 New Street Square",{},{},{"noFollow":36,"isExternal":36,"name":204,"value":17,"isEmail":36,"isPhoneNumber":36,"isText":33,"showOnDesktop":33,"showOnMobile":33,"attachment":205,"geofencings":206},"London, EC4A 3TW",{},{},{"noFollow":36,"isExternal":36,"name":208,"value":17,"isEmail":36,"isPhoneNumber":36,"isText":33,"showOnDesktop":33,"showOnMobile":33,"attachment":209,"geofencings":210},"United Kingdom",{},{},{"title":212,"content":17,"items":213},"Contact",[214,219,223,227,231,235,240,245,250],{"noFollow":36,"isExternal":36,"name":215,"value":216,"isEmail":36,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":217,"geofencings":218},"Customer support","/customer-support/",{},{},{"noFollow":36,"isExternal":36,"name":220,"value":220,"isEmail":33,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":221,"geofencings":222},"info@bitstamp.net",{},{},{"noFollow":36,"isExternal":36,"name":224,"value":224,"isEmail":33,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":225,"geofencings":226},"press@bitstamp.net",{},{},{"noFollow":36,"isExternal":36,"name":228,"value":228,"isEmail":33,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":229,"geofencings":230},"support@bitstamp.net",{},{},{"noFollow":36,"isExternal":36,"name":232,"value":232,"isEmail":33,"isPhoneNumber":36,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":233,"geofencings":234},"complaints@bitstamp.net",{},{},{"noFollow":36,"isExternal":36,"name":236,"value":237,"isEmail":36,"isPhoneNumber":33,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":238,"geofencings":239},"+44 20 3868 9628","+442038689628",{},{},{"noFollow":36,"isExternal":36,"name":241,"value":242,"isEmail":36,"isPhoneNumber":33,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":243,"geofencings":244},"+1 800 712 5702","+18007125702",{},{},{"noFollow":36,"isExternal":36,"name":246,"value":247,"isEmail":36,"isPhoneNumber":33,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":248,"geofencings":249},"+352 20 88 10 96","+35220881096",{},{},{"noFollow":36,"isExternal":36,"name":251,"value":252,"isEmail":36,"isPhoneNumber":33,"isText":36,"showOnDesktop":33,"showOnMobile":33,"attachment":253,"geofencings":254},"+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":258,"twitterImage":258,"twitterSite":259,"twitterCreator":259,"twitterCard":260,"twitterTitle":6,"twitterDescription":7,"titleTemplate":261},"https://assets.bitstamp.net/msc/_ipx/enlarge_true&f_png&fit_cover&q_85&s_1200x630/bitstampImageUrl/SUI_1_2d0af6945f_3a16958d95.png","@Bitstamp","summary_large_image","%s",{"items":263,"ready":33,"platformButtonText":305,"backButtonText":306,"logInButtonText":307,"signUpButtonText":308},[264,268,271,274,277,280,283,288,291,296,301],{"headerName":265,"sidemenuName":136,"url":137,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":266,"submenu":267,"tag":17},"Institutions",{},[],{"headerName":128,"sidemenuName":128,"url":129,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":269,"submenu":270,"tag":17},{},[],{"headerName":151,"sidemenuName":151,"url":152,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":272,"submenu":273,"tag":17},{},[],{"headerName":108,"sidemenuName":108,"url":109,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":275,"submenu":276,"tag":17},{},[],{"headerName":118,"sidemenuName":118,"url":119,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":278,"submenu":279,"tag":17},{},[],{"headerName":123,"sidemenuName":123,"url":124,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":281,"submenu":282,"tag":17},{"geofencing-uk":33},[],{"headerName":284,"sidemenuName":284,"url":285,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":286,"submenu":287,"tag":17},"Markets","/markets/",{},[],{"headerName":113,"sidemenuName":113,"url":114,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":289,"submenu":290,"tag":17},{},[],{"headerName":292,"sidemenuName":292,"url":293,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":294,"submenu":295,"tag":17},"Blog","https://blog.bitstamp.net/",{},[],{"headerName":297,"sidemenuName":297,"url":298,"noFollow":36,"showInHeader":33,"showInSidemenu":33,"geofencings":299,"submenu":300,"tag":17},"Learn","/learn/",{},[],{"headerName":302,"sidemenuName":302,"url":109,"noFollow":36,"showInHeader":36,"showInSidemenu":33,"geofencings":303,"submenu":304,"tag":17},"Get Bitstamp by Robinhood app",{},[],"Go to platform","Back","Log in","Get started",[310,314,318,322,326,330,332,336,340,344],{"title":311,"url":312,"geofencings":313},"Blockchain technology","/learn/blockchain/",{},{"title":315,"url":316,"geofencings":317},"Company profiles","/learn/company-profiles/",{},{"title":319,"url":320,"geofencings":321},"Crypto 101","/learn/crypto-101/",{},{"title":323,"url":324,"geofencings":325},"Crypto definitions","/learn/crypto-definitions/",{},{"title":327,"url":328,"geofencings":329},"Crypto trading","/learn/crypto-trading/",{},{"title":32,"url":31,"geofencings":331},{"geofencing-uk":33},{"title":333,"url":334,"geofencings":335},"People profiles","/learn/people-profiles/",{},{"title":337,"url":338,"geofencings":339},"Security","/learn/security/",{},{"title":341,"url":342,"geofencings":343},"Tutorials","/learn/bitstamp-tutorials/",{},{"title":345,"url":346,"geofencings":347},"Web3","/learn/web3/",{},1773313021098]