# Asterizm Connector

A lightweight on-chain client consisting of the [Initializer](/infrastructure/asterizm-connector/initializer-smart-contract.md) and [Translator](/infrastructure/asterizm-connector/translator-smart-contract.md) smart contracts, deployed on every Asterizm-[supported chain](/what-is-asterizm/supported-chains.md) to perform cross-chain operations.

{% hint style="success" %}
See how it works on the [Transaction flow page](/guides/transaction-flow.md)
{% endhint %}

{% hint style="info" %}
[Create your own smart contract](/guides/getting-started/1.-deploy-your-smart-contracts.md) that interacts with the Asterizm Connector and performs cross-chain transactions
{% endhint %}


---

# 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.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.
