> For the complete documentation index, see [llms.txt](https://upyy.gitbook.io/upyy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://upyy.gitbook.io/upyy/main-functions/named-account.md).

# Named Account

In the context of blockchain technology, an account or account address on UPYY is a distinctive identifier that signifies the ownership of assets such as cryptocurrency, tokens, or NFTs, and also functions as a target for transactional activities.

Commonly, blockchain systems utilize complex alphanumeric addresses (hexadecimal strings), which are often lengthy and challenging to remember, leading to potential human errors.

When creating a wallet on UPYY, the system first verifies if the chosen identifier is available within the UPYY network. If it's unique, the identifier is then coupled with the designated password to generate the blockchain's private key, public key, and the UPYY wallet address.

Subsequently, a transaction is initiated on the UPYY blockchain, linking the user’s unique identifier to the corresponding wallet address. Once this transaction is completed, users can easily share their unique identifier to receive assets from others, simplifying the transaction process.

Moreover, all transactions on the UPYY blockchain are displayed with both the user identifier and the UPYY address, providing clarity and ease in identifying the parties involved in each transaction.

Named Accounts on UPYY are exclusive to the ecosystem, ensuring no duplication of account names among users. This feature enhances user experience and accessibility on the UPYY platform, while still upholding the essential principles of security and decentralization inherent to blockchain technologies.


---

# 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://upyy.gitbook.io/upyy/main-functions/named-account.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.
