> For the complete documentation index, see [llms.txt](https://inox.gitbook.io/inox-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inox.gitbook.io/inox-docs/security-and-transparency/smart-contracts-and-verification.md).

# Smart Contracts & Verification

Smart contracts execute according to deployed code and blockchain state. A polished interface cannot replace contract verification.

## Before interacting

* Confirm the network.
* Confirm the contract address from an official INOX source.
* Compare it with the relevant block explorer.
* Check whether the source code is verified.
* Review ownership and authority controls relevant to the action.
* Confirm that the product module is marked live.

## Official address policy

This documentation will list contract addresses only after they are publicly deployed and independently verified against the live application and explorer.

{% hint style="info" %}
No contract address should be trusted because it appears in a screenshot, direct message, community reply, or search advertisement.
{% endhint %}

## Audits

An audit report will be linked here only when it applies to the exact deployed contract version. An audit reduces certain risks but cannot guarantee that a contract, interface, external dependency, or economic design is risk-free.
