LogoLogo
  • Technical Architecture
  • LagomChain CLI
    • Configuration
    • Working With Docker
    • Single Node
    • Multi Node
    • Alternative Databases
    • CLI Commands
    • Drafting a proposal
  • Concepts
    • Accounts
    • EIP-155: Replay Protection
    • Chain ID
    • Encoding
    • Gas and Fees
    • IBC Relayers
    • Key Management
    • Keyring
    • State Export/Imort
    • Multisig
    • Pending State
    • Signing
    • Token
    • Transactions
  • Modules
    • epochs
    • erc20
    • evm
    • feemarket
    • inflation
    • vesting
  • Module Accounts
  • Bugs
  • IBC Channels
  • Security Overview
    • Audits
    • Simple Arrangement for Funding Upload (SAFU)
  • Metrics
  • Frequently Asked Questions
Powered by GitBook
On this page

IBC Channels

IBC channels are a key component of the Inter-blockchain Communication (IBC) protocol used in the Cosmos ecosystem. IBC channels enable communication between different Cosmos chains, allowing the transfer of tokens and data between them. Each IBC channel has a unique identifier known as the channel ID, which is used to specify the source and destination of a transfer. The channel ID can change depending on which relayers are active, so it's important to double-check the channel IDs before making a transfer.

tip

You can also view a full list of IBC Relayers and Channels on Mintscan

PreviousBugsNextSecurity Overview

Last updated 3 months ago