CoinYQ

What is Nano?

Nano (ticker: XNO) is a digital payment protocol focused on fast, feeless, lightweight transfers. The Nano Foundation's documentation describes it as a secure, green and decentralized network designed for everyday payments, while nano.org positions it as digital currency without fees.

Rather than using one global chain, Nano uses a block-lattice ledger: every account controls its own blockchain (account-chain). A Nano block represents one transaction and records the account state, including balance and representative. This structure lets account chains be updated independently and asynchronously instead of waiting for a global block producer.

Nano launched under the name RaiBlocks; the original whitepaper dates to November 2017, but the documentation warns that portions are no longer accurate and points readers to the actively maintained Living Whitepaper. The current node implementation is open source and written in C++.

Nano's monetary design has a fixed upper bound: the genesis account contained the maximum quantity and no new supply can be created. The official glossary lists post-burn circulating supply as 133,248,297.920938463463374607431768211455 Nano, while noting that lost keys and additional burn addresses make actual spendable circulation lower.

What problem does Nano solve?

Nano targets payment shortcomings associated with conventional cryptocurrencies: transaction fees that make small payments impractical, confirmation delays, scaling bottlenecks created by global blocks, and high energy use from mining-based consensus. Its stated use cases include remittances, microtransactions, online and in-store payments, foreign exchange and trading, and banking infrastructure.

The protocol is designed to transfer the full value directly to the recipient without a network fee. It avoids traditional mining and global block production; a small amount of user-generated work is retained as an anti-spam quality-of-service mechanism rather than as the security or consensus engine. Trade-offs include dependence on representative voting, the need for recipients to publish receive blocks before spending incoming funds, and the operational complexity of running reliable nodes.

How does Nano work?

A transfer is split into two account-chain actions. The sender publishes a send/state block that debits its own account and links the funds to the recipient. The recipient can be offline; later it publishes a receive block that credits its own account. The send becomes an irreversible receivable once confirmed, but the funds cannot be spent by the recipient until its receive block is confirmed.

Consensus uses Open Representative Voting (ORV). Each account may delegate its balance as voting weight to a representative, change that delegation at any time, and continue spending its funds; delegation is not staking. Representatives vote on block validity, and principal representatives (accounts with at least 0.1% of online voting weight, per the glossary) rebroadcast votes. Nodes tally votes until quorum, defined in the glossary as a delta greater than 67% of online voting weight, is reached.

Blocks are lightweight stateful records containing account, previous block, representative, balance, link, signature and work fields. Nano's work is a small Proof-of-Work value calculated by the user or a work peer; documentation says it generally takes a few seconds on a modern desktop CPU and is intended to raise the cost of spam. Because each account chain can progress independently and blocks are small, the official overview says confirmation is often under a couple of seconds, subject to network conditions.

Key facts

  • Ticker: XNO; former project name: RaiBlocks.
  • Block-lattice ledger: each account controls its own blockchain/account-chain.
  • Open Representative Voting (ORV) provides balance-weighted delegated consensus; delegation does not lock or stake funds.
  • Transfers use separate send and receive blocks; a confirmed send becomes a receivable until the recipient publishes a receive block.
  • No transaction fees; Nano's official site markets it for instant, feeless payments.
  • No mining or traditional consensus Proof-of-Work; per-block work is an anti-spam QoS mechanism.
  • Official glossary-listed post-burn circulating supply: 133,248,297.920938463463374607431768211455 Nano; actual spendable supply may be lower due to lost keys and burns.
  • Principal Representative threshold: at least 0.1% of online voting weight; quorum: greater than 67% of online voting weight.
  • Official node implementation is nanocurrency/nano-node, with RPC and CLI interfaces for operators and integrators.

Official links

Categories

Related coins

Compare

Frequently asked questions

Does Nano charge transaction fees?

No. Nano is designed to be feeless: the protocol transfers value without a network fee. Users may still encounter fees charged by exchanges, custodians or other third-party services.

Is Nano Proof-of-Work?

Nano does not use traditional mining Proof-of-Work for consensus. Each block includes a small work value used mainly to make spam more costly and prioritize service; representatives reach consensus through ORV.

How can Nano confirm quickly if a transfer has two blocks?

The sender's block and recipient's receive block are separate account-chain operations. The send can be confirmed while the recipient is offline and remains receivable; the recipient's receive is needed before those funds can be spent again.

What is Open Representative Voting?

ORV lets account holders delegate voting weight to representatives. Representatives vote on block validity, and votes are shared and tallied until quorum. Delegation can be changed freely and does not prevent the delegating account from spending its balance.

Can Nano's supply increase?

No. Nano's genesis balance established a fixed upper bound; the ledger cannot create more than the initial genesis quantity. Burns and inaccessible keys can reduce the amount practically circulating.

Where can developers learn the protocol or run a node?

The official Nano Documentation covers node setup, integration, RPC/CLI, protocol design and the Living Whitepaper. The nanocurrency/nano-node repository contains the C++ node implementation and contribution information.

External trackers

Choose a tracking site for Nano: