# Smart Contracts

<table data-header-hidden><thead><tr><th width="208">Contract Name</th><th>Utility</th></tr></thead><tbody><tr><td><a href="/pages/KVq6GzCbJRbFI0ff3Y6z">Snow Registry</a></td><td>Tracks ownership and balance of identities. Provides methods for checking identity ownership and listing.</td></tr><tr><td><a href="/pages/lvQH1aA3GYjskefnmDUC">PriceController</a></td><td>Determines and manages the pricing of identities, including dynamic pricing based on name length and exclusivity.</td></tr><tr><td><a href="/pages/wiuBeoCOkB9KW74kwRS5">RegistrarController</a></td><td>Handles identity registration. Key steps include commitment, a waiting period, and registration finalization.</td></tr><tr><td><a href="/pages/9TFv3c5hcIhtNNDm2Xi1">Public Resolver</a></td><td>Enables fetching and updating identity data like wallet addresses, text records, and public keys.</td></tr><tr><td><a href="/pages/3KUjHEmDDSvJSJgglr1y">TransferController</a></td><td>Manages identity ownership transfers, including requesting, reverting, and claiming ownership changes.</td></tr><tr><td><a href="/pages/L7ib2a2X1jilxCAcryuQ">SaleController</a></td><td>Facilitates listing identities for sale, purchasing listed identities, and canceling or updating sales.</td></tr></tbody></table>


---

# 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://snowball-mns.gitbook.io/snowball/decentralized-identity-layer/technical-documentation/smart-contracts.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.
