# 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.


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
