![]() | |
Denominations | |
---|---|
Symbol | U+04FE Ӿ [a] |
Code | XNO[b] (formerly NANO, XRB) |
Previous names | RaiBlocks[1] |
Precision | 10−30 (raw) |
Development | |
Original author(s) | Colin LeMahieu |
White paper | "Nano – Digital money for the modern world" |
Initial release | 4 October 2015 |
Latest release | V25.1 "Daric" / 2 June 2023 |
Code repository | github |
Development status | Active |
Written in | C++ |
Developer(s) | Nano Foundation |
License | FreeBSD |
Ledger | |
Timestamping scheme | "Open Representative Voting", a form of proof-of-stake |
Hash function | Blake2 |
Issuance schedule | Captcha faucet (ended 20 October 2017 | )
Supply limit | 133,248,297 |
Website | |
Website | nano |
Nano (Abbreviation: XNO; sign: Ӿ) is a cryptocurrency characterized by a directed acyclic graph data structure and distributed ledger, making it possible for Nano to work without intermediaries. To agree on what transactions to commit (i.e. achieving consensus), it uses a voting system with weight based on the amount of currency an account holds.[2][3]
Nano was launched in October 2015 by Colin LeMahieu to address the Bitcoin scalability problem and was created with the intention to reduce confirmation times and fees.[4] The currency implements no-fee transactions and achieves confirmation in under one second.[5]
Colin LeMahieu started the development of Nano in 2014 under the name "RaiBlocks".[1][6] A year later, RaiBlocks was distributed for free through a captcha-secured faucet.[7] In 2017, after 126,248,289 RaiBlocks were distributed, the faucet shut down. This fixed the total supply to 133,248,297 RaiBlocks, after an addition of a 7,000,000 RaiBlocks developer fund. RaiBlocks was later[when?] rebranded to Nano.[8]
On February 9, 2018, an Italian cryptocurrency exchange BitGrail announced its hack and eventual shutdown.[9] Users were prevented from accessing assets stored on the platform, which was collectively worth 17 million Nano.[10] The victims then launched a class-action lawsuit against BitGrail owner Francesco Firano for recoupment, inside the Florence Courthouse. The exchange was ruled to be found guilty in January 2019, as it was found to fail at implementing safeguards and reporting losses.[11] The Italian police branch Network Operations Command (Italy) alleged the Bitgrail founder had conducted fraud.[12] Nano prices had been around $10 prior to the hack and after the hack fell to $0.10.[13]
Nano uses a block-lattice data structure, where every account has its own blockchain for storing transactions.[14][15] It is the first cryptocurrency to use a directed acyclic graph data structure,[16] by having a "block" consisting of only one transaction and the account's current balance.[17][14]
Consensus is reached through an algorithm similar to proof of stake.[18] In this system, the voting weight is distributed to accounts based on the amount of Nano they hold; accounts then freely delegate this weight to a peer (node) of their choice.[19]
If two contradictory transactions are broadcast to the network, indicating a double-spend attempt, nodes will then vote for either the transactions. Afterwards, they broadcast their vote to the other nodes for strictly informational purposes. The first to reach 67% of the total voting weight is confirmed, while the other transaction is discarded.[20][non-primary source needed]