> For the complete documentation index, see [llms.txt](https://docs.unisat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unisat.io/misc/knowledge-base/ordinals/.unisat-names/name-recognized-and-resolved.md).

# Name recognized and resolved

A name can be recognized and resolved to an address by an inscription.\
\
Each name have a unique inscription associated with it.

\
Once a name inscription is inscribed or transferred, it is only resolved to an address after achieving 3 confirmations.\
\
At present, we support the following name inscription protocols, with more domains being gradually made available based on user demand.

<table><thead><tr><th width="233">name</th><th width="200">protocol</th><th>network</th></tr></thead><tbody><tr><td>.sats</td><td><a href="https://docs.sats.id">satsname</a></td><td>Bitcoin</td></tr><tr><td>.unisat</td><td><a href="https://docs.sats.id">satsname</a></td><td>Bitcoin</td></tr><tr><td>.x</td><td><a href="https://docs.sats.id">satsname</a></td><td>Bitcoin</td></tr><tr><td>.btc</td><td><a href="https://docs.btcname.id">btcname</a></td><td>Bitcoin</td></tr><tr><td>.fb</td><td><a href="https://docs.sats.id">satsname</a></td><td>Fractal </td></tr></tbody></table>

**Disclaimer:**

The content of this document is for informational purposes only. It does not constitute (i) investment advice or recommendations, (ii) an offer, solicitation, or inducement to purchase, sell, or hold digital assets, or (iii) financial, accounting, legal, or tax advice. Digital assets (including FTs and NFTs) are subject to market volatility, involve high risk, regulatory changes, and may depreciate in value. The information is provided "as is," and we make no warranties regarding its accuracy. Please consult your legal, tax, or investment professionals to determine whether trading or holding digital assets is suitable for you.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.unisat.io/misc/knowledge-base/ordinals/.unisat-names/name-recognized-and-resolved.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
