# 介绍

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

### 欢迎来到 SNS

Solana域名服务（SNS）的目标是提供一种去中心化且可负担的方式，将域名（.sol）和链上数据连接起来。这些链上数据可以是SOL地址、 IPFS CID、图片、文本、或者任何其它的东西。

域名服务很明显的一个优势是可以对应连接到SOL地址，便于人们读取使用。本质上，就是为用户在元宇宙中创建一个个人身份ID。

你可能会问为什么这很重要？这是因为钱包地址格式冗长复杂，潜在会成为一个进入的障碍，因此拥有一个便于识别的地址可以促进支付和其效率。

但是Solana域名的广泛应用并不仅仅局限于支付，还比如储存在链上的数据可以是 IPFS CID（即IPFS网络中进行网站托管的唯一识别符）。

大多数的dApp会出现单点故障，也就是中心化和可审查的域名。链上的域名具有抗审查且不会被夺走的特性。因此，一个使用Solana域名并托管在IPFS（或Arweave）上的网站将是完全去中心化的并抗审查的。

### **声明**

为了防止诈骗者和假冒者，我们决定增添另外一个保障机制，为那些可能有被冒名顶替风险的人保留域名。

{% hint style="info" %}
**这些域名将显示为“由 SNS 保留”。**
{% endhint %}


---

# 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/chinese/sns-v2-zh/an-introduction-to-the-solana-name-service.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.
