# AdLicenseValidator

> *Address:* [*0xEB850524cb04806673A04F01BA4068740876af3C*](https://polygonscan.com/address/0xEB850524cb04806673A04F01BA4068740876af3C)

This contract contains information and serves as a tool for minting aftermarket devices. It contains the following details:

* Foundation address
* DIMO token address
* License contract address
* Aftermarket device mint cost

Additionally, it is in charge of approving minting requests made via the [`AftermarketDevice`](/protocol/identity-protocol/nodes-and-nfts/deviceid.md) contract. The actions listed below are carried out by the function `_validateMintRequest` during minting:

1. Verifies if the minter has a valid [`License`](/protocol/identity-protocol/nodes-and-nfts/license.md)
2. Calculates the amount of `DIMO tokens` needed to mint all devices requested
3. Transfers the calculated amount to the [Foundation](https://polygonscan.com/address/0xced3c922200559128930180d3f0bffd4d9f4f123)


---

# 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.dimo.org/protocol/identity-protocol/auxiliary-contracts/adlicensevalidator.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.
