# Contracts

## BLAST ALPHA

## PerpetualMint Core Diamond Contract

The **PerpetualMint Core Diamond** is the key Solidity contract facilitating the core protocol mechanisms. This contract is using the Diamond Standard (EIP-2535) for optimal flexibility and upgradability.

* **Contract Address**: `0x8113E6335ddf1E6227113B429CD1F57e8E007760`
* **Blast Points Operator:** `0x4E85280e5C025A99bCB815759a4b03Fd3f48E936`
* **Network:** Blast Mainnet
* **Links:**
  * [Contract on Blastscan](https://blastscan.io/address/0x8113E6335ddf1E6227113B429CD1F57e8E007760)
  * [Blast Gold Receiver](https://docs.blast.io/airdrop/developers#blast-gold)

***

## TokenProxy Diamond Contract

The **TokenProxy Diamond** is the key Solidity contract facilitating the $MINT token & $MINT token mechanisms. It also leverages the Diamond Standard for enhanced upgradeability and modularity.

* **Contract Address**: `0x6fb2baa20788ff96826234e76589086cbf5c9027`
* **Network:** Blast Mainnet
* **Links:**
  * [Contract on Blastscan](https://blastscan.io/address/0x6fb2baa20788ff96826234e76589086cbf5c9027)

***

## ARBITRUM MVP

## PerpetualMint Core Diamond Contract

The **PerpetualMint Core Diamond** is the key Solidity contract facilitating the core protocol mechanisms. This contract is using the Diamond Standard (EIP-2535) for optimal flexibility and upgradability.

* **Contract Address**: `0x791b648AA3Bd21964417690C635040F40ce974a5`
* **Network**: Arbitrum Mainnet
* **Links**:
  * [Contract on Arbiscan](https://arbiscan.io/address/0x791b648AA3Bd21964417690C635040F40ce974a5)

***

## TokenProxy Diamond Contract

The **TokenProxy Diamond** is the key Solidity contract facilitating the $MINT token & $MINT token mechanisms. It also leverages the Diamond Standard for enhanced upgradeability and modularity.

* **Contract Address**: `0xef97c7394f71851880a7868d21df3a9df24fafc7`
* **Network**: Arbitrum Mainnet
* **Links**:
  * [Contract on Arbiscan](https://arbiscan.io/address/0xEf97C7394F71851880A7868D21df3A9dF24FAfC7)


---

# 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.insrt.fun/key-sections/contracts.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.
