# On\_Chain Vehicle Indexing

We have adopted a vehicle indexing method which is simple, private and reliable by indexing hashed VINs (Vehicle Identification Number) into DVINs (Digital Vehicle Identification Number).

How this works:

* Every vehicle has a unique VIN
* Instead of publishing the VIN directly on\_chain, CarrChain generates a cryptographic hash of the VIN
* The hash acts as the vehicle’s Digital VIN

This means that actual VINs are not exposed on the blockchain, the same VIN always produces the same hash and the identifier corresponds to a real vehicle, not just a random number.

\
CarrChain supports batch minting of vehicles ensuring the system is efficient and affordable to run at scale.


---

# 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.carrchain.io/products/integrations/on_chain-vehicle-indexing.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.
