# Bifrost Network Architecture

The Bifrost Network is an EVM-compatible blockchain designed for multichain interoperability, allowing users and the DApp developers in the Bifrost Network ecosystem to interact with multiple blockchains through native cross-chain communication. The Bifrost Network initially supports timelock-secured token transfers and oracle aggregations across blockchains.

A fully-functioning node in the Bifrost Network is composed of the base part and the inter-connection part, or "relayer." The base part, built with Substrate and the Bifrost precompiles, is responsible for producing and finalizing blocks. At the same time, the relayer monitors multiple blockchains and securely executes cross-chain actions through in-blockchain consensus.

### Cross-Chain Communication

<figure><img src="https://3596680066-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FISx9P4kYm2Zecfailc61%2Fuploads%2FZqZF3dUmx3aLacfFztxo%2FBIFROST%20IR%20Report_03_EN%20(3).png?alt=media&#x26;token=1f61eaf3-6ac9-4345-9369-3f5f81b4be48" alt=""><figcaption></figcaption></figure>

Cross-Chain Communication (CCC) is a protocol that facilitates the delivery and verification of cross-chain actions in the Bifrost Network. It uses specialized smart contracts called "socket contracts" to coordinate relayers and cross-chain users on every supported blockchain.&#x20;

A user sends a request to the socket contracts to initiate a cross-chain action. If the socket contract can successfully validate the request, the relayers are notified and deliver the request to a socket contract on the other blockchain. CCC uses in-blockchain consensus to verify the request, including the current state of the cross-chain action and the signature of the relayer. The socket contract can only execute the cross-chain action when a quorum of authenticated relayers agree on the request and it is in a legitimate state.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bifrostnetwork.com/bifrost-network/bifrost-network-architecture.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
