# Contract Deployments

All our contracts are verified & their code is inspectable.This page serves as a comprehensive repository of our smart contract deployments, enabling users to efficiently authenticate their legitimacy.

## Ethereum Mainnet

## Azoth

| Contract Name | Address & Etherscan Link                                                                                              |
| ------------- | --------------------------------------------------------------------------------------------------------------------- |
| Azoth         | [0x1925F1F69baa9c728ea2DbD5809D34405C2e3Fc7](https://etherscan.io/address/0x1925F1F69baa9c728ea2DbD5809D34405C2e3Fc7) |
| Factory       | [0x838292237c1b3fA645D8B674264E65D990d300D2](https://etherscan.io/address/0x838292237c1b3fA645D8B674264E65D990d300D2) |
| NFTManager    | [0xfAb72d93E2dc5FC6AaB370116896660a75B6dFBd](https://etherscan.io/address/0xfAb72d93E2dc5FC6AaB370116896660a75B6dFBd) |


---

# 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://azoth.gitbook.io/azoth-tech-docs/smart-contracts/contract-deployments.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.
