> For the complete documentation index, see [llms.txt](https://docs.dimo.org/protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dimo.org/protocol/device-canonical-name/contracts/resolvers.md).

# Resolvers

* ResolverRegistry [0x60627326F55054Ea448e0a7BC750785bD65EF757](https://polygonscan.com/address/0x60627326F55054Ea448e0a7BC750785bD65EF757)
* Shared [0x97Fd55d91D42ea01C73fc88DAbBa89944a97FddA](https://polygonscan.com/address/0x97Fd55d91D42ea01C73fc88DAbBa89944a97FddA)
* NameResolver [0x4f6cDA539a63e52ee5a5e4F3D7dfC97C7C48842e](https://polygonscan.com/address/0x4f6cDA539a63e52ee5a5e4F3D7dfC97C7C48842e)
* VehicleIdResolver [0xeBd57Eb7821EfDdC9280bB87228888D0BDD5DbcA](https://polygonscan.com/address/0xeBd57Eb7821EfDdC9280bB87228888D0BDD5DbcA)

The `ResolverRegistry` acts as a centralized hub for interacting with various resolver contracts. It facilitates the resolution of DCN names into associated data, such as Vehicle IDs. The following resolvers are integrated:

* **NameResolver**: Maps DCN nodes to name strings.
* **VehicleIdResolver**: Resolves DCN names to Vehicle IDs, offering seamless retrieval of associated Vehicle IDs based on minted names.


---

# 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.dimo.org/protocol/device-canonical-name/contracts/resolvers.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.
