# 名字服务

聪是我们整个协议生态的基础，其序数可以看作是聪的索引。但是，序数是一个64位的整数，太长，不容易记住。为了更快索引到每一个聪，我们有必要发展一套基于聪的名字服务，供用户记住每个对他来说意义重大的聪。序数跟名字的关系，和IP地址和域名的关系类似。SAT20的名字服务，是一种完全去中心化的，基于BTC的名字服务，每个人都可以公平使用，不受任何第三方控制。

名字服务的核心，是每个名字都是唯一的。没有子名字空间。这避免了欺诈的可能性。 每个名字都是一个铭刻在聪上的数据，是一个nft。一个聪只有一个名字，名字和聪也是一一对应的。\
名字绑定在聪上，谁拥有聪，名字也就属于谁。聪转给谁，名字也就转给谁。\
名字也是一种聪资产。

SAT20的名字服务，以.BTC的基础规则为基础，在这个基础上有所扩展。比如，SAT20的名字服务，支持各种后缀，比如 .SATS, .X等等域名，也支持没有猴子的名字，比如ABC，XYZ这样名字。

SAT20的名字服务，目标是成为比特币生态的DID的基础服务。


---

# 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.sat20.org/zi-chan-fa-xing-xie-yi-ordx/sns.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.
