Make Your
Contribution

Axelar network is an open-source infrastructure project for an interoperable Web3. There are as many ways to work on the project as there are blockchains and applications connected to the network.

Join the Community

Axelar network is supported by a global community of builders, communicators, stakers and validators. The Network Discord, Telegram and Community Forum are full of discussion about grants, community campaigns and ideas to improve interoperability. Join the conversation today!

Discord

Join a lively community of builders and educators. Share in the vision of an interoperable Web3.

Telegram

Ask questions, meet other builders, learn about Web3 interoperability and get involved.

Governance Forum

Propose community initiatives & improvements to the network. Discuss & shape the future of programmable interoperability.

Contribute Code

As a project committed to open-source configurability and transparency, Axelar network’s code base is visible and flexible, end-to-end. The community welcomes suggestions for improvement. If you see a place where you think you can make Axelar network better, please submit a PR.

Solidity (Ethereum)
function callContract(
    string calldata destinationChain,
    string calldata destinationContractAddress,
    bytes calldata payload
) external {
    emit ContractCall(msg.sender, destinationChain, destinationContractAddress, keccak256(payload), payload);
}

function callContractWithToken(
    string calldata destinationChain,
    string calldata destinationContractAddress,
    bytes calldata payload,
    string calldata symbol,
    uint256 amount
) external {
    _burnTokenFrom(msg.sender, symbol, amount);
    emit ContractCallWithToken(msg.sender, destinationChain, destinationContractAddress, keccak256(payload), payload, symbol, amount);
}

function _execute(string calldata sourceChain, string calldata sourceAddress, bytes calldata payload) internal virtual {}

Featured Roles

Institutional Content Lead - Multichain Stablecoins & RWAs
Interop Labs

Interop Labs is seeking a strategic Institutional Content Lead to produce high-impact, long-form content that educates enterprise audiences, institutions, and industry stakeholders on the multichain future — specifically focused on stablecoins, RWAs, and cross-chain infrastructure.

Partnerships Manager - DeFi
Interop Labs

Interop Labs is seeking a Business Development Lead – Institutional to expand its footprint with financial institutions, asset managers, and other enterprise partners.

Solutions Architect - Payments
Interop Labs

Interop Labs, the core development team behind the Axelar network, is seeking a seasoned Solutions Architect – Payments to help design and implement interoperability solutions for next-generation stablecoin and digital payment use cases.

Business Development Lead - Institutional
Interop Labs

Interop Labs is seeking a Business Development Lead – Institutional to expand its footprint with financial institutions, asset managers, and other enterprise partners.

Business Development - DeFi
Interop Labs

We are looking for someone US-based to join the Business Development team and drive Axelar’s efforts to build and expand strategic partnerships within the DeFi ecosystem.

DevOps Lead
Interop Labs

As DevOps Lead, you will drive our DevOps strategy, ensuring the reliability and scalability of Axelar’s infrastructure.

Product Marketing Manager - Institutional
Interop Labs

Interop Labs is growing, and we’re looking for a Product Marketing Manager (Institutional) to join our team! In this role, you’ll be the go-to expert for taking Axelar’s products to market; from messaging and positioning to hands-on GTM execution.

Backend Reliability Engineer
Interop Labs

We are seeking a Backend Engineer with expertise in distributed systems to expand fault-tolerance and reliability characteristics of our blockchain automation, relaying, and indexing services.

Smart Contract Security Engineer
Interop Labs

We are looking for a Security Engineer to join Interop Lab’s engineering team. This individual will play a critical role in ensuring the robustness, reliability, and security of the ecosystem.

No items found.

Join an Axelar ecosystem project

The Axelar network ecosystem comprises dozens of chains and hundreds of applications. Check out open positions at a few projects that are advancing the state of interoperability and Axelar network.

Validators
Leading validators secure Axelar network and support the community.

Interop Labs
The initial developer of Axelar network.

Immutable
Innovating in infrastructure for Web3 games.

Squid
A liquidity router built on top of Axelar and used by leading DEXs.

Centrifuge
Building key interoperability technology for real-world assets (RWAs).

Celestia
Advancing interoperability between modular blockchains.