Hop Docs
User Docs
Developer Docs v2
Developer Docs v2
  • Welcome
  • JS SDK
    • Welcome
    • Getting started
    • API Reference
    • Playground
  • Hop Node
    • Welcome
    • Getting started
    • Installing Docker
  • Smart Contracts
    • Welcome
    • Contract Addresses
  • Explorer
    • Explorer links
  • Whitepaper
    • Whitepaper PDF
  • faq
    • FAQ
Powered by GitBook
On this page
  • Hop Core Messenger
  • Smart Contracts
  • JavaScript SDK
  • Bundle Relayer
  • Looking for the v1 Docs?
  • Looking for User Docs?

Welcome

Last updated 21 days ago

Welcome to the Hop Protocol v2 documentation!

Note: The Hop v2 protocol and docs are still a work-in-progress and only on testnet.

Looking for the v1 Docs? The Hop v1 docs are for the current version of Hop.

Hop Core Messenger

The Hop Core Messenger is a simple, trustless messaging protocol that can be used to build powerful cross-chain applications.

How it works

  • The Core Messenger uses a hub-and-spoke model

  • Messages are aggregated into bundles

  • The bundle is hashed and sent to the destination

  • Native bridges with Ethereum are used to pass the bundle hash

  • At the destination, messages in the bundle can be unpacked and executed

Because the native bridges can sometimes be slow, the Hop Core Messenger is best used for messages that require trustlessness and high-security but are not time sensitive (e.g. value settlement, dispute resolution, DAO governance, etc.).

Faster messaging models such as collateralized messaging and optimistic messaging (as seen in Hop V1) can be easily implemented on top of the Core Messenger for application-specific or generalized use cases.

Smart Contracts

JavaScript SDK

Bundle Relayer

Looking for the v1 Docs?

The Hop v1 docs are for the current version of Hop.

Looking for User Docs?

JS SDK
Hop Node
Smart Contracts
User Docs
Developer Docs
Developer Docs