# Mint fee oracle

If you’re integrating with Highlight, it can be useful to determine if a mint fee is due for a specific mint you're about to execute (they aren't always required). Hitting this contract will allow you to make that determination, as well as determine the amount of the fee. You can do this by invoking the following methods:

`getMechanicVectorMintFee`

`getGatedVectorMintFee`

`getPublicVectorMintFee`

### Contract Link

{% embed url="<https://github.com/highlightxyz/hl-evm-contracts/blob/main/contracts/mint/MintFeeOracle.sol>" %}

Additionally, the mint fee oracle processes protocol rewards, namely creator rewards on free mints, and referral rewards.


---

# 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://support.highlight.xyz/knowledge-base/for-developers/mint-fee-oracle.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.
