# Register an Alias (DIONS)

After downloading and installing your wallet and setting up a password you can register an alias, also known as a DION. Before we explain how to register a DION we’ll explain what it is and what you can do with it. *Alias* and *DION* can be used interchangeably.

## **What is DIONS?** <a href="#what-is-dions" id="what-is-dions"></a>

DIONS stands for Decentralized Input Output Names Server and it is a feature that does something similar to what DNS (Domain Name System) does. Like a website address (e.g. [https://www.iocoin.io](https://www.iocoin.io/)) is another name (an alias) for an IP address where the website is hosted, a DION is another name for an I/O Coin address. This is very handy in situations where you want to send IOC to a friend for example because you don’t have to remember their whole 34-digit public address, only their DION.

## **What else can you do with DIONS?** <a href="#what-else-can-you-do-with-dions" id="what-else-can-you-do-with-dions"></a>

Besides the above-mentioned example you can also use your alias to store any document up to 1MB on the blockchain and if you wish you can also transfer the ownership of this alias to someone else and therefore transfer the document to this person. All of this is secured with an AES256 encryption. You can read more about storing and transferring documents [here](/ioc/store-and-transfer-documents.md). A third use for aliases is that you can use them to chat with a friend via an AES256 encrypted tunnel so noone can spy on your private conversations. How do I chat with a friend you may ask? Read all about it [here](/ioc/send-encrypted-messages.md).

## **So how do you create a DION?** <a href="#so-how-do-you-create-a-dion" id="so-how-do-you-create-a-dion"></a>

Open your wallet, unlock it and do either one of the following: - Go to the **DIONS** tab, then choose **Create DION** at the top-right corner, or; - Go click **Create DION** in your wallet overview. Now you are on the Create DION page, click the **Choose an alias** button, choose an alias you like and hit **Enter**. If your preferred DION is still available you will get an overview like shown below, if your chosen DION is already in use you will be informed of that.

![](https://gblobscdn.gitbook.com/assets%2F-LxvhEh51NB3pjHXcc44%2F-LyJ91lDrTG5Iv17vfp6%2F-LyJAMzi39P-gJl1mrld%2FHow%20to%20Register%20an%20Alias%C2%A0\(DIONS\)%20-%20Screenshot%201.jpg?alt=media\&token=95ace709-3262-4405-a2a9-45e0763e9231)

Note: DIONS only accepts alphanumerical characters (a-z, 0-9).

Now, check the **Everything looks good** box and then click **Create**. Done! You have registered your own DION!

A newly created DION is encrypted by default but you can choose to decrypt it by clicking the **Decrypt** button in your DIONS overview. Encrypted DIONS can be used for file storage and transfer whereas decrypted aliases (also known as public aliases) can be used for receiving payments and chatting.

![](https://gblobscdn.gitbook.com/assets%2F-LxvhEh51NB3pjHXcc44%2F-LyJ91lDrTG5Iv17vfp6%2F-LyJAMzj9MkMSBLkxuVS%2FHow%20to%20Register%20an%20Alias%C2%A0\(DIONS\)%20-%20Screenshot%202.jpg?alt=media\&token=dbe31622-c866-4a31-8d0a-def4794a3583)

Do you want more information about what you can do with DIONS? - [How to Send IOC to an Alias](/ioc/send-ioc-to-an-alias.md) - [How to Send Messages](/ioc/send-encrypted-messages.md) - [How to Store & Transfer Documents](/ioc/store-and-transfer-documents.md)​

## Video Tutorial <a href="#video-tutorial" id="video-tutorial"></a>

You can also watch below video on how to register a private alias.

{% embed url="<https://youtu.be/9II-EObV0qo>" %}


---

# 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://i-o-digital-foundation.gitbook.io/ioc/register-an-alias-dions.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.
