# Initializer smart contract

This smart contract acts as a validator in the destination network, checking the integrity and validity of the transaction using the hash and xID, and as a validator (checker) on the source network, verifying the sequence and several other parameters of the transaction.

Explore the smart contract on our GitHub:

{% embed url="<https://github.com/Asterizm-Protocol/asterizm-contracts-evm/blob/master/contracts/AsterizmInitializer.sol>" %}
EVM initializer contract
{% endembed %}

{% embed url="<https://github.com/Asterizm-Protocol/asterizm-contracts-tvm/blob/master/contracts/AsterizmInitializer.tsol>" %}
TVM initializer contract
{% endembed %}


---

# 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.asterizm.io/infrastructure/asterizm-connector/initializer-smart-contract.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.
