# 소개

Kaia Name Service(KNS)는 [Ethereum Name Service](https://ens.domains)로부터 영감을 받은 Kaia 블록체인 위에서 탈중앙화된 방식으로 동작하는 네임 서비스입니다.

KNS의 기능은 'kns.kaia'와 같이 사람이 읽을 수 있는 도메인을 Kaia 주소 및 그와 관련된 메타데이터에 매핑하는 것입니다. 또 대표 도메인 기능을 통해 Kaia 주소를 도메인으로 매핑할 수도 있습니다.

KNS는 KIP-17 표준의 NFT이며 [Opensea.io](https://opensea.io/)에서 2차 거래가 가능합니다.

KNS는 Web3의 모든 유저가 온체인 아이덴티티를 갖고 있는 미래를 지향합니다. Klip, Kaia 지갑을 소유한 사용자는 3글자 이상의 다른 사용자가 소유하고 있지 않은 어떤 문자열의 도메인이든 신규로 등록할 수 있습니다.


---

# 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.klaytn.domains/readme.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.
