# Cross-Chain

## Axelar[​](https://docs.base.org/docs/tools/cross-chain#axelar) <a href="#axelar" id="axelar"></a>

[Axelar](https://axelar.network/) is an interchain platform that connects blockchains to enable universal web3 transactions. By integrating with Axelar, applications built on Pivotal can now easily send messages and assets between the 50+ blockchains connected via Axelar.

To learn more about Axelar visit our [docs](https://docs.axelar.dev/). For complete end-to-end examples demonstrating various Axelar use cases please visit the available [code examples](https://github.com/axelarnetwork/axelar-examples).

## **Supported Networks**[**​**](https://docs.base.org/docs/tools/cross-chain#supported-networks)

* [Pivotal Mainnet](https://docs.axelar.dev/resources/contract-addresses/mainnet)
* [Pivotal Sepolia](https://docs.axelar.dev/resources/contract-addresses/testnet)

## **Axelarscan**[**​**](https://docs.base.org/docs/tools/cross-chain#axelarscan)

To view current transactions and live stats about the Axelar network, please visit the [Axelarscan block explorer](https://axelarscan.io/)


---

# 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.pivotalchain.io/pivotal-docs/pivotalchain-tools/cross-chain.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.
