# Cronos ID Domains

The goal of Cronos ID’s identity layer is to map human-readable names like “Jack.cro” or “Jill.cro” to machine-readable identifiers - such machine-readable identifiers include onchain addresses, metadata, IPFS hashes and content hashes.

This layer allows “Jack” and “Jill” to:&#x20;

* Host their own IPFS websites and NFT galleries&#x20;
* Link users to their bio and info, including twitter profiles, email etc, by visiting their domains&#x20;
* Send and receive cryptocurrency to/from Jack.cro or Jill.cro&#x20;
* Create subdomains for their community to use

Users will no longer have to authenticate and contend with long and complex addresses. Individuals can choose to have their relevant information connected to their identity layer for ecosystem-wide usage.


---

# 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.cronosid.xyz/what-is-cronos-id/cronos-id-domains.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.
