hypersign-protocol / whitepaper

2 stars 0 forks source link

Research on Cosmos Hub #13

Open Vishwas1 opened 2 years ago

Vishwas1 commented 2 years ago

A Hub is a blockchain whose purpose is to connect Zones while limiting the number of connections and preventing double-spend attacks among Zones.

arnabghose997 commented 2 years ago

I received the response for the following questions I asked on Cosmos's Discord Server (build-chains channel) :-

  1. Is it possible for a Zone to establish connection with two or more Hubs at the same time?

  2. Can there be a scenario, where a blockchain decides to be a Hub, but it doesn't want to connect with other Hubs? Or is it a necessary for a new Hub to be connected with other Hubs in the ecosystem?

The Response:

Vishwas1 commented 2 years ago

https://v1.cosmos.network/intro

image

Vishwas1 commented 2 years ago

Peg-Zone for Probabilistic-finality chains

image

For blockchains that do not have fast-finality, like Proof-of-Work chains, things get a bit trickier. For these chains we use a special kind of proxy-chain called a Peg-Zone.

A Peg-Zone is a blockchain that tracks the state of another blockchain. The Peg-Zone itself has fast-finality and is therefore compatible with IBC. Its role is to establish finality for the blockchain it bridges. Let us look at the following example.