# Register

{% hint style="info" %}
**An unregistered domain is one that has never been owned by anyone before.**
{% endhint %}

To register a domain, connect your favorite wallet to the website and search for the domain name you want. In this example we have used **registersol.sol** and this domain appears to be unregistered.

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

Click on the <kbd>Register</kbd> button to proceed to the checkout.

At checkout, you will be prompted to select a payment method. If you choose to pay with <kbd>Crypto</kbd>, you will need to:

1. Select the token which you want to pay with.
2. Use a discount method if you have one.
3. Use the toggle to set this domain as primary.
4. Review that all your purchase details are in order.

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

{% hint style="info" %}
**Domains registered with $FIDA will get a 5% discount on their purchase.**
{% endhint %}

Alternatively, you can choose to pay with a <kbd>Credit Card</kbd>, in which case you will proceed to checkout via Coinflow.

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

After selecting <kbd>Confirm</kbd>, approve the transaction(s) through your wallet, and voilà, the domain is yours.

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

{% hint style="success" %}
&#x20;**You can have an infinite amount of domains registered to one wallet address.**
{% endhint %}

{% hint style="info" %}
**Charges for domain names are once-off, that is, you will have NO further payments to keep your domain. The once-off charges for immediate domain name registration are as follows:**

* 1 character .sol names: $750 USD&#x20;
* 2 character .sol names: $700 USD&#x20;
* 3 character .sol names: $640 USD&#x20;
* 4 character .sol names: $160 USD&#x20;
* 5+ character .sol names: $20 USD&#x20;
  {% endhint %}

{% hint style="info" %}
**The charges above will be the USD equivalent of your token of choice.**
{% endhint %}

{% hint style="info" %}
**The domain name will automatically be linked to the wallet address signing the transaction. Thus, you can immediately start using your domain after purchase.**
{% endhint %}

## Register with Solana Agent Kit

You can also register a .sol domain name, resolve wallet addresses and perform lookups using the Solana Agent Kit — an open-source toolkit designed to connect AI agents to Solana. Explore the documentation [here](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/sns-v2/register.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.
