Orbit Bridge
  • Introduction
  • Overview
  • Core Concept
  • How it works
    • Features
    • Differentiation
    • Bridge Validator
    • Bridge Operator
    • Governance
  • Bridging Transactions
    • Ethereum
    • BNB Chain
    • Klaytn
    • Heco
    • Polygon
    • Celo
    • ICON
    • XRP
  • Validator Guide
    • Notes for Validator Nodes
    • Hardware Specifications
    • Validator Reward Structure
    • Quick Start
    • REST API
    • Configuration
    • Troubleshooting
  • Operator Guide
    • Hardware Specifications
    • Quick Start
    • REST API
    • Configuration
    • Troubleshooting
  • Official Bridge Governance
  • Token Registration for Bridging
    • Registration Using Etherscan
    • Registration Using Remix
    • Bridge to The Open Network(TON)
      • Registration on TON Using Etherscan
      • Registration on TON Using Remix
  • FAQ
    • General [EN]
    • General [KO]
    • Gas Fee Guide [EN]
    • Gas Fee Guide [KO]
    • Guide for Adding RPC Network [EN]
    • Guide for Adding RPC Network [KO]
    • Anti-Phishing [EN]
    • Anti-Phishing [KO]
    • Transaction delay after setting the gas fee
    • Integration Guide
      • 1. List of supported chains
      • 2. Contract Addresses
      • 3. How to use an Orbit Bridge
      • 4. Chain Explorers
      • 5. API
  • Contract
    • OrbitHub
    • Bridge
      • Ethereum
      • BNB Chain
      • Klaytn
      • Heco
      • Polygon
      • Celo
      • ICON
      • XRP
    • Vault (Layer 1)
      • Ethereum
      • BNB Chain
      • Klaytn
      • Heco
      • Polygon
      • Celo
      • XRP
    • Minter (Layer 2)
      • Ethereum
      • Avalanche
      • BNB Chain
      • Klaytn
      • Celo
      • Fantom
      • Harmony
      • Polygon
      • Moonriver
      • OKExChain
      • Orbit
      • Gnosis
      • ICON
      • XRP
    • BridgeReceiver
    • Governance
    • Glossary
  • LINK
    • Orbit Bridge Github
    • Orbit Bridge Website
  • POLICIES
    • Layer Fee
    • Bridge Fee
      • Current
      • History
        • Ethereum Layer1
        • BNB Layer 1
        • Ripple Layer 1
        • Klaytn Layer 1
    • Terms of Use [EN]
    • Terms of Use [KO]
  • Bridging Assets
    • Ethereum Layer 1
    • Ripple Layer 1
    • BNB Layer 1
  • CROSS CHAIN TIPS
    • ICON
    • Celo
    • HECO
    • XRP
Powered by GitBook
On this page
  • Implementation Contract
  • Message Multi-Sig Wallet
  • Governance
  • Governance ID
  • Chain ID
  • Token Summary
  • fromChain
  • toChain
  • fromAddr
  • toAddr
  • Suggestion / Selection Data
  • ERC-20
  • KIP-7
  • IRC-2

Was this helpful?

  1. Contract

Glossary

Implementation Contract

A contract structure using the delegatecall function of Solidity. Contract Function Update is available.

It is divided into a Data Management Contract and Function Management Contract.

Message Multi-Sig Wallet

The Message Multi-Sig Wallet Contract is a fabricated form of Contract from a Multi-Sig Wallet Contract. A verification function for a particular hash message is added.

Governance

Groups that use the Orbit Bridge system to manage and enforce Bridging requests.

Governance ID

Bridge Governance Unique Identifier of Orbit Bridge System

  • Definition : sha256(abi.encodePacked(OrbitHubContractAddress, chainSymbol, vault))

Chain ID

Unique Identifier for Managing Chain Symbols of String Type in Contract

  • Ethereum Chain Symbol : ETH

  • Klaytn Chain Symbol : KLAYTN

  • Terra Chain Symbol : TERRA

  • Definition : sha256(abi.encodePacked(contractAddress, chainSymbol))

Token Summary

Unique Identifier for Managing Token Information of Bytes Type in Contract

  • Ethereum Token Information : Token Contract Address ( exception, eth : zero address )

  • Klaytn Token Information : Token Contract Address ( exception, klay : zero address )

  • Terra Token Information : Denom

  • Definition : sha256(abi.encodePacked(chainSymbol, tokenInformation))

fromChain

Chain Symbol with Bridging Request Catching

  • Lock Process of Vault Contract

  • Burn Process of Minter Contract

toChain

Chain Symbol with Bridging Execution

  • Release Process of Vault Contract

  • Mint Process of Minter contract

fromAddr

FromChain Address of the user who requested Bridging

toAddr

ToChain Address to execute Bridging Request

Suggestion / Selection Data

Used in Chains requiring agreement on Raw Transaction

  • Suggestion : Law Transaction Data Proposed by Bridge Operator

  • Selection : Law Transaction Data agreed by Bridge Validator

ERC-20

ERC-20 tokens are fungibile tokens on Ethereum.

KIP-7

KIP-7 tokens are fungibile tokens on Klaytn.

IRC-2

IRC-2 tokens are fungibile tokens on Icon.

PreviousGovernanceNextLayer Fee

Last updated 4 years ago

Was this helpful?