> For the complete documentation index, see [llms.txt](https://docs.klaytn.domains/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klaytn.domains/domain/domain.md).

# .kaia 도메인

'.kaia' 최상위 도메인은 스마트 컨트랙트에 의해 소유되며 'kns.kaia'같은 하위 도메인은 해당 컨트랙트와 상호작용하여 누구나 허가 없이 등록할 수 있습니다.

도메인은 1년 단위로 등록이 가능하며 도메인의 글자 수에 따른 가격 정책을 가지고 있습니다. [비용 페이지](/domain/price.md)에서 정확한 가격을 확인하실 수 있습니다.

등록 가능한 도메인은 3글자 이상 255글자 이하의 알파벳 소문자 또는 숫자로 구성된 문자열로 제한됩니다. IDN homograph attack (유사한 형태의 다른 글자로 이루어진 문자열로 사용자를 혼동시키는 공격)을 방지하기 위해 사용 가능한 문자를 제한하였습니다.


---

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

```
GET https://docs.klaytn.domains/domain/domain.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.
