diff --git a/docs/tools/infra-tools/README.mdx b/docs/tools/infra-tools/README.mdx
new file mode 100644
index 000000000..ddb87d7c4
--- /dev/null
+++ b/docs/tools/infra-tools/README.mdx
@@ -0,0 +1,10 @@
+---
+title: Infrastructure Tools
+draft: false
+---
+
+import DocCardList from "@theme/DocCardList";
+
+A list of network and infrastructure tools for Stellar.
+
+
diff --git a/docs/tools/infra-tools/cross-chain.mdx b/docs/tools/infra-tools/cross-chain.mdx
new file mode 100644
index 000000000..e34c70793
--- /dev/null
+++ b/docs/tools/infra-tools/cross-chain.mdx
@@ -0,0 +1,33 @@
+---
+title: Cross-Chain
+sidebar_label: Cross-Chain
+sidebar_position: 10
+---
+
+Bridges and messaging layers that connect different blockchains.
+
+## [Axelar](https://www.axelar.network/)
+
+Axelar Network is the universal interoperability network that securely connects all blockchain ecosystems, applications, assets, and users.
+
+Get set up to write cross-chain smart contracts on Stellar using Axelar in the following guides.
+
+### Learn about the Stellar GMP contracts
+
+General Message Passing (GMP) is a cross-chain communication protocol that allows smart contracts on different blockchains to communicate with each other. With GMP, Stellar contracts can:
+
+- Send messages to contracts on other chains like Ethereum, Avalanche, Base, Polygon, etc.
+- Receive and process messages from contracts on other chains.
+- Execute cross-chain operations securely and efficiently.
+
+[Dive into Stellar GMP documentation →](https://docs.axelar.dev/dev/general-message-passing/stellar-gmp/intro/)
+
+### Learn about the Stellar Interchain Token Service (ITS)
+
+The Interchain Token Service (ITS) enables tokens to scale across multiple chains by supporting both existing and newly minted tokens, preserving native-like fungibility and functionality on connected EVM chains, and automating deployment and maintenance to help teams easily manage supply on an open, scalable, and secure network. For the Stellar ecosystem, ITS offers:
+
+- Creation of new tokens that can exist on multiple blockchains.
+- Connecting existing Stellar tokens to other blockchain ecosystems.
+- Secure transfers of tokens between Stellar and other chains.
+
+[Learn how to use Axelar's ITS with Stellar →](https://docs.axelar.dev/dev/send-tokens/stellar/intro/)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 49d65e91f..24a26274c 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -268,6 +268,16 @@ const config: Config = {
to: '/docs/tools/developer-tools',
label: 'More Developer Tools'
},
+ {
+ type: 'html',
+ value: '
Infra Tools',
+ className: 'subtitle',
+ },
+ {
+ to: '/docs/tools/infra-tools/cross-chain',
+ label: 'Cross-Chain',
+ activeBasePath: 'docs/tools/infra-tools/cross-chain'
+ },
{
type: 'html',
value: '
SDF Platforms',
diff --git a/routes.txt b/routes.txt
index cf6545878..c97d35646 100644
--- a/routes.txt
+++ b/routes.txt
@@ -529,6 +529,8 @@
/docs/tools/developer-tools/openzepplin-contracts
/docs/tools/developer-tools/security-tools
/docs/tools/developer-tools/wallets
+/docs/tools/infra-tools
+/docs/tools/infra-tools/cross-chain
/docs/tools/lab
/docs/tools/lab/account
/docs/tools/lab/api-explorer