> For the complete documentation index, see [llms.txt](https://docs.squads.so/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.squads.so/main/navigating-your-squad/integrated-apps/sns.md).

# SNS

## What is SNS?

[SNS](https://www.sns.id/) is a protocol on Solana that created the "Solana Naming Service". With SNS, you can create a .sol domain name that links to your wallet address. SNS domains can be used as a replacement to classic SPL addresses for receiving crypto transfers on Solana.

## How do Squads users benefit from this integration?&#x20;

By abstracting away wallet addresses, everyday crypto activities such as sending & receiving crypto and accounting for on-chain transactions become a much easier process. Instead of needing to remember a long string of random letters and numbers, Squads Protocol users can simply enter .sol domains, simplifying the entire process.

## How to send cryptos to .sol domains?

{% hint style="info" %}
Sending crypto to .sol domains via SNS is simple. Simply enter the .sol domain instead of the wallet address.
{% endhint %}


---

# 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:

```
GET https://docs.squads.so/main/navigating-your-squad/integrated-apps/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.
