# CAR NFT

![](/files/kVxeBd0HBfh0LbkTCF97)

This will be the digital twin of a physical car. The profile of the car associated with the CAR NFT will be built on the blockchain with the help of data received from the car. The CAR NFT cannot be sold and can only be transferred. One should ideally transfer the CAR NFT to the new owner of the physical car in case of a car resale. Each CAR NFT will have the following attributes:

* **Health -** This will be based on the car condition and how well it is driven
* **CarMiner -** It will be 1 if the ROADRUNR device is connected to the Car else 0. We have explained more about the CarMiner later in the document
* **Durability -**   parameter which decreases after each trip. If durability decreases *below 20*, it impacts the rewards earned while driving (*rewards reduce 10 times*). It can be replenished by burning $SDT.


---

# 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://roadrunr-protocol.gitbook.io/roadrunr-documentation/technology/car-and-roadrunr-nfts/car-nft.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.
