# SNS Improvement Protocol

The Solana Name Service Improvement Protocol (SNS-IP) allows all community members to participate in the building process of SNS & makes it much more transparent.

SNS-IPs can be found on Github: <https://github.com/Bonfida/sns-ip>

### Accepted <a href="#accepted" id="accepted"></a>

* [SNS-IP-1](https://github.com/Bonfida/sns-ip/blob/master/proposals/sns-ip-1.md): Proposal to standardize data encoding in SNS records
* [SNS-IP-3](https://github.com/Bonfida/sns-ip/blob/master/proposals/sns-ip-3.md): Amends SNS-IP-2, proposes a new specification for on-chain records which can address concerns related to the staleness of records, as well as right of association to the linked resource when relevant

### Draft <a href="#draft" id="draft"></a>

* [SNS-IP-4](https://github.com/Bonfida/sns-ip/blob/master/proposals/sns-ip-4.md): This SNS-IP describes the derivation of SNS subdomains (eg. `a.b.sol`). A subdomain is under the complete control of the parent domain's controlling entity. However, this control can be limited through the use of a community program called `sub-registrar`. This protects subdomain ownership while allowing the parent domain owner more freedom in how registration proceeds.

### Rejected <a href="#rejected" id="rejected"></a>

* [SNS-IP-2](https://github.com/Bonfida/sns-ip/blob/master/proposals/sns-ip-2.md): Proposal to improve the handling of staleness and authenticy of records


---

# 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/dev/sns-improvement-protocol.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.
