# 등록

{% hint style="info" %}
**등록되지 않은 도메인**이란, 지금까지 누구도 소유하지 않았던 도메인을 의미합니다.
{% endhint %}

도메인을 등록하려면, 원하는 지갑을 웹사이트에 연결한 뒤 등록하고자 하는 도메인 이름을 검색하세요.\
예를 들어, 아래 예시에서는 `registersol.sol`을 사용했으며, 이 도메인은 아직 등록되지 않은 상태로 표시됩니다.

<figure><img src="/files/NOhSQk4RNbcjLoFKuq0N" alt=""><figcaption></figcaption></figure>

**Register** 버튼을 클릭하면 결제 단계로 이동합니다.

결제 페이지에서는 결제 방식을 선택하라는 메시지가 표시됩니다.\
암호화폐(**Crypto**)로 결제하는 경우 다음 단계를 진행해야 합니다:

1. 결제에 사용할 토큰을 선택합니다.
2. 할인 코드가 있다면 입력합니다.
3. 이 도메인을 기본(primary) 도메인으로 설정할지 토글을 이용해 선택합니다.
4. 모든 결제 정보가 올바른지 확인합니다.

<figure><img src="/files/LVxHeuJksx1Se7PtddWh" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**$SNS 토큰으로 등록한 도메인은 구매 시 5% 할인 혜택을 받을 수 있습니다.**
{% endhint %}

또한 **신용카드 (한국에서는 불가)** 로 결제할 수도 있으며, 이 경우 Coinflow를 통해 결제가 진행됩니다.

<figure><img src="/files/0KwM3BivtWE0sjq9Qdql" alt=""><figcaption></figcaption></figure>

**Confirm** 버튼을 클릭한 뒤, 지갑에서 거래를 승인하면 도메인이 바로 내 것이 됩니다.

<figure><img src="/files/mDxYTDyTwL0kckkx60OI" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
&#x20;하나의 지갑 주소에 무제한으로 도메인을 등록할 수 있습니다.
{% endhint %}

{% hint style="info" %}
도메인 등록 비용은 1회성으로, 등록 후에는 추가 결제가 필요하지 않습니다.\
즉시 등록 가능한 도메인의 가격은 다음과 같습니다:

* 1자 도메인: 750달러 (USD)
* 2자 도메인: 700달러 (USD)
* 3자 도메인: 640달러 (USD)
* 4자 도메인: 160달러 (USD)
* 5자 이상 도메인: 20달러 (USD)
  {% endhint %}

{% hint style="info" %}
위 요금은 선택한 결제 토큰의 **달러 환산 금액**으로 적용됩니다.
{% endhint %}

{% hint style="info" %}
도메인은 거래를 서명(sign)한 **지갑 주소에 자동으로 연결되므로**, 구매 후 즉시 사용을 시작할 수 있습니다.
{% endhint %}

Solana Agent Kit으로 등록하기

또한 **Solana Agent Kit**을 사용하여 .sol 도메인을 등록하거나, 지갑 주소를 조회하고 AI 에이전트를 Solana와 연결할 수 있습니다.\
Solana Agent Kit은 **AI 에이전트와 Solana를 연결하기 위한 오픈소스 툴킷**입니다.\
자세한 내용은 [여기서  확인하세요](https://docs.solanaagentkit.xyz/v0/features/defi-integration/sns#core-features).


---

# 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.sns.id/collection/korean/sns-v2/undefined.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.
