# Sign up

The process outlined represents a secure and efficient method for user registration and management in a blockchain environment, designed to cater to both blockchain experts and novices alike. It begins with robust data security measures during registration, where user passwords are encrypted to ensure privacy and protection. Subsequently, users are equipped with custodial Algorand wallets, secured through advanced encryption methods, facilitating safe and seamless transactions. This meticulous approach ensures that every step, from initial registration to post-verification access, is both secure and user-centric, enabling a trustworthy and efficient user experience for all proficiency levels.&#x20;

After verification, users are automatically logged into their profile on the TokNox Dashboard, marking the completion of the registration process.

### Now, let's see how this works in a practical scenario

{% content-ref url="/pages/NwE6zqLr1wUEtYMz697J" %}
[Sign up](/toknox.docs/how-to/sign-up/sign-up.md)
{% endcontent-ref %}


---

# 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://toknox.gitbook.io/toknox.docs/how-to/sign-up.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.
