Integrating ecosystems, institutions and dApps with the fastest cross-chain protocol, to secure near-instant data with fully scalable transaction volume.
First-generation interop protocols are too slow to support next-generation dApps. Equito is closing the gap between blockchains by providing high-speed data infrastructure.
Distress users, fragment markets, and prohibits cross-chain innovations
Cause delays, increase costs, and reduce the efficiency of data transfers.
Leads to communication issues, increased complexity, and potential security vulnerabilities.
Equito protocol delivers near-instant finality while upholding decentralization, security and scalability.
Equito infrastructure is powered by third-party nodes, not centralized servers.
Cross-chain data is scalable, secure, low-cost and ZK privacy-enhanced.
Versatile features like configurable gas settings and programmable functions.
Equito protocol offers a versatile data layer designed to meet diverse cross-chain communication needs, enhancing interoperability with robust, adaptable standards.
Build on EquitoEnables the seamless transfer of tokenized assets across different blockchain networks, allowing users to move value freely and without centralized intermediaries.
Asset Transfers
This is the default text value
DeFi Composability
This is the default text value
NFT Portability
This is the default text value
Interoperable Smart Contracts
This is the default text value
Oracle
This is the default text value
Gaming
This is the default text value
Scalability & Load Balancing
Cross-Chain DApps
This is the default text value
Governance & Voting Mechanisms
This is the default text value
Decentralized Identity (DID) & Reputation Systems
This is the default text value
Average confirmation time
From and to any network
third-party Nodes
Supported Networks
Confirmation time
From and to any network
third-party Nodes
Supported Networks
High-speed data enhances the functionality and reach of institutions, ecosystems and developers.
High speed data improves existing systems and unlocks future innovations, bringing web3 from intra-net to inter-net.
Ensures secure, efficient, and transparent cross-chain communication without relying on centralized intermediaries.
Decentralized network structure is designed to scale. Distributed workloads, load balancing and resource optimization techniques ensure network performance.
Follow these steps to integrate with Equito and leverage advanced cross-chain capabilities.
Browse DocsUse the @equito-sdk/client package to connect with the validators:
npm i @equito-sdk/client
Interact with EVM-compatible network using your favorite interface:
npm i @equito-sdk/viem
Interact with EVM-compatible network using your favorite interface:
npm i @equito-sdk/ethers
Use the @equito-sdk/client package to connect with the validators:
pnpm add @equito-sdk/client
Interact with EVM-compatible network using your favorite interface:
pnpm add @equito-sdk/viem
Interact with EVM-compatible network using your favorite interface:
pnpm add @equito-sdk/ethers
Use the @equito-sdk/client package to connect with the validators:
yarn add @equito-sdk/client
Interact with EVM-compatible network using your favorite interface:
yarn add @equito-sdk/viem
Interact with EVM-compatible network using your favorite interface:
yarn add @equito-sdk/ethers
Equito facilitates smart contracts at the cross-chain level, enabling blockchain developers to seamlessly expand their applications.
contract EquitoERC20 is EquitoApp, ERC20 {
function crossChainTransfer(
bytes64 calldata receiver,
uint256 destinationChainSelector,
uint256 amount
) external payable {
_burn(msg.sender, amount);
bytes memory data = abi.encode(receiver, amount);
router.sendMessage{value: msg.value}(
peers[destinationChainSelector],
destinationChainSelector,
data
);
} function _receiveMessageFromPeer(
EquitoMessage calldata message,
bytes calldata messageData
) internal override {
(bytes64 memory receiver, uint256 amount) = abi.decode(
messageData,
(bytes64, uint256)
);
_mint(EquitoMessageLibrary.bytes64ToAddress(receiver), amount);
}
}
/// @notice Sends a cross-chain message using Equito.
/// @param receiver The address of the receiver.
/// @param destinationChainSelector The chain selector of the destination chain.
/// @param data The message data.
/// @return The hash of the message.
function sendMessage(
bytes64 calldata receiver,
uint256 destinationChainSelector,
bytes calldata data
) external payable returns (bytes32);
Equito protocol delivers near-instant messaging finality while upholding decentralization, security, and scalability.
We've built an interoperability protocol with industry-leading execution time.
Verifiable consensus model among permission less validators.
Pioneering cryptographic technology for authenticated data transmission.
Enables inclusive decision-making for transparency and fairness.
See the open-source, transparent documentation and learn how to use Equito in your dAppsand ecosystems.
Run a node on Equito Network to secure cross-chain data and support an interoperable web3.
Join the Equito ecosystem builders program for developer support and extra incentives.