# Что такое адрес контракта и где его найти?

**Адрес контракта** - это цифровой адрес, который указывает на конкретный смарт-контракт и позволяет взаимодействовать с ним. Его необходимо указывать при настройке правила, если вы хотите получать уведомления о транзакциях токенов.&#x20;

<figure><img src="/files/ubp4UuurJrHCulxplHQ4" alt=""><figcaption></figcaption></figure>

### Как найти адрес контракта

1. Введите название токена на сайте <https://coinmarketcap.com>. Слева вы увидите раздел "Contracts". Чтоб посмотреть адреса токена на разных блокчейн сетях, наведите курсор на кнопку "More".<br>

   <figure><img src="/files/uK62InbGeCHz48SUzicR" alt=""><figcaption></figcaption></figure>
2. Если у вас есть хэш транзакции токена, вы можете посмотреть адрес контракта на блок эксплорере. Например, <https://etherscan.io/tx/0x9f94aa54138148bfe3f62e799689f131cbdf41412bf5f9ce6ec78f11dd82fb0a>.&#x20;

   <figure><img src="/files/13oyQrjYFq0rhBYbZDqc" alt=""><figcaption></figcaption></figure>
3. Если вы отслеживаете транзакции NFT, адрес контракта можно посмотреть как на блок эксплорере, так и на NFT маркетплейсе. К примеру, <https://opensea.io/assets/ethereum/0x789e35a999c443fe6089544056f728239b8ffee7/4064><br>

   <figure><img src="/files/vE3SY7wd22cV5w33cTRi" alt=""><figcaption></figcaption></figure>

Помните, что адрес контракта критически важен для отслеживания транзакций токенов на блокчейне. Убедитесь, что у вас есть правильный адрес для корректной работы IPN.&#x20;


---

# 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.ipn.tools/more/contract-address.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.
