Chain Connection

Two-way secure state management

YAR chain is connected to networks like Bitcoin and Ethereum via bidirectional security busses of the YAR protocol. This means that subjects and objects in networks may or may not be bound to subjects and objects in other networks. State management only synchronizes the state of a transaction or linked smart contract on the external network. Specifically, the system tracks:

  • which part of an object has been moved;

  • associated information such as the transaction ID;

  • the address of the sender;

  • the address of the person receiving the asset.

It's worth noting that only information about YAR-related transactions is synchronized, but not every transaction in the external network.

To make this possible, code must be written for each connected network, the so-called "network connectors", which describe possible scenarios for working with objects and subjects of the external network.

Last updated