# 등록

아직 누구도 소유하지 않은 도메인을 **미등록 도메인(unregistered domain)** 이라고 합니다.

원하는 도메인 이름을 검색하세요.\
예시로 **"snsavailable.sol"** 을 사용했습니다.\
이 도메인은 아직 등록되지 않은 상태로 보입니다.

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

“Add to cart”를 클릭하세요. 구매하고자 하는 도메인이 모두 장바구니에 담겼다면\
\&#xNAN;**“Continue to cart”** 를 눌러 다음 단계로 이동합니다.

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

{% hint style="info" %}
원한다면 여러 개의 도메인을 한 번에 장바구니에 추가해 일괄 구매할 수 있습니다.
{% endhint %}

장바구니에 도메인이 하나만 있을 경우, **“Checkout”** 을 선택해 결제를 진행할 수 있습니다.

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

{% hint style="info" %}
**$FIDA** 로 등록된 도메인은 **5% 할인**이 적용됩니다.
{% endhint %}

원한다면 **“Edit”** 을 눌러 도메인의 **저장 용량(Storage Size)** 을 변경할 수 있습니다.

<figure><img src="/files/9BMqpJcqcdCjxNeufqsv" alt=""><figcaption></figcaption></figure>

### 도메인 용량

{% hint style="info" %}
도메인 저장 용량은 **해당 도메인에 저장할 수 있는 데이터의 최대 크기**를 결정합니다.

{% hint style="info" %}
Solana 계정에 저장되는 데이터에는 **단어, 이미지, IPFS CID, Arweave 해시 등**이 포함됩니다.
{% endhint %}

{% hint style="info" %}
**1kb** → 일반 사용자에게 적합 (.sol 도메인을 거래용으로 사용하는 경우)
{% endhint %}

{% hint style="info" %}
**10kb** → 고급 사용자에게 권장 (IPFS 기반 웹사이트 연결 등)
{% endhint %}

{% hint style="info" %}
용량별 비용은 변동 가능하며, 다이얼로그에 실시간으로 표시됩니다. Solana 공식 문서에서 자세히 보기: <https://docs.solana.com/implemented-proposals/rent>
{% endhint %}
{% endhint %}

결제 시, 다음 세 단계를 진행합니다:

1. 사용할 **지갑 선택 (favorite wallet)**
2. 결제할 **토큰 선택**
3. 결제 세부 정보를 확인

<div><figure><img src="/files/5VoLF2NQVzdHqMNZ9L6Z" alt=""><figcaption></figcaption></figure> <figure><img src="/files/2JSvmEi3k9Ak03ihi4Hh" alt=""><figcaption></figcaption></figure></div>

모든 정보를 확인한 뒤 **“Complete Purchase”** 를 클릭하고\
지갑에서 트랜잭션을 승인하면 등록이 완료됩니다.

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

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

{% hint style="info" %}
도메인 등록은 **1회성 결제**입니다.\
즉, 한 번 등록하면 유지비나 갱신비가 없습니다.

* | 1자    | $750 USD |
  | ----- | -------- |
  | 2자    | $700 USD |
  | 3자    | $640 USD |
  | 4자    | $160 USD |
  | 5자 이상 | $20 USD  |

{% endhint %}

{% hint style="info" %}
모든 요금은 결제 시 선택한 토큰의 **USD 환산가**로 자동 계산됩니다.
{% endhint %}

{% hint style="info" %}
구매가 완료되면 **트랜잭션을 서명한 지갑 주소와 도메인이 자동으로 연결**됩니다.\
즉시 해당 도메인을 사용할 수 있습니다.
{% endhint %}

## Solana Agent Kit으로 등록

Solana Agent Kit을 사용하여 .sol 도메인을 등록할 수도 있습니다.\
이 오픈소스 툴킷은 **Solana 네트워크와 AI 에이전트를 연결**하도록 설계되었습니다. 자세한 내용은 [여기](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-v1/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.
