> For the complete documentation index, see [llms.txt](https://docs.cakewallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cakewallet.com/cryptos/nano.md).

# Nano

Official Website: [nano.org](https://nano.org/)

Nano (XNO), formerly known as RaiBlocks, is a cryptocurrency designed for fast, feeless transactions. Launched in 2015, Nano uses a unique block-lattice architecture where each account has its own blockchain, allowing for instant transaction confirmations. This setup eliminates the need for mining, reducing energy consumption and transaction fees, making it ideal for microtransactions and direct peer-to-peer payments. The consensus mechanism, Open Representative Voting (ORV), ensures security and prevents double-spending without the need for traditional mining or staking processes.

## Addresses

In Cake Wallet's Nano wallet, there is only one address per wallet, which is standard for the Nano ecosystem. Keep in mind that this will have lesser privacy compared to some other assets, where new addresses are automatically generated.

Your Nano address will start with `nano_` followed by a series of alphanumeric characters.

![Nano receive screen in Cake Wallet](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/nano_01_receive.png)

## Seed Format

Cake Wallet uses a 12-word BIP39 seed for new Nano wallets by default. When creating or restoring a wallet, you can use this seed phrase.

Under `Advanced Settings` on the wallet creation screen, the `Seedtype` option lets you pick between:

* **BIP39** — the default. With BIP39 selected you can also set a `Seed phrase length` of **12** (default) or **24** words.
* **Nano** — the standard Nano seed format, for compatibility with other Nano wallets.

{% hint style="info" %}
Your BIP39 seed can be shared with your other Cake Wallet currencies as part of a [wallet group](https://docs.cakewallet.com/features/managing-your-wallet/wallet-groups). A wallet created with the **Nano** seed type cannot join a wallet group.
{% endhint %}

## Fees

Nano transactions are feeless — there is no network fee to send XNO, so you don't need to hold anything extra to cover fees.

Because of this, Nano is the only wallet type in Cake Wallet where the send screen shows no `Fees` row at all.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cakewallet.com/cryptos/nano.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
