ABGP (Authenticated Byzantine Gossip Protocol) is a consensus algorithm combining the efficiency of gossip protocols with Byzantine Fault Tolerance and authentication mechanisms. Designed for partially synchronous systems where all nodes are known, ABGP ensures liveness and safety through multisignature validation and ECC cryptography. Positioned as an alternative to private ledger frameworks like Hyperledger, it offers a secure, lightweight approach to distributed consensus.ABGP (Authenticated Byzantine Gossip Protocol) is a consensus algorithm combining the efficiency of gossip protocols with Byzantine Fault Tolerance and authentication mechanisms. Designed for partially synchronous systems where all nodes are known, ABGP ensures liveness and safety through multisignature validation and ECC cryptography. Positioned as an alternative to private ledger frameworks like Hyperledger, it offers a secure, lightweight approach to distributed consensus.

A Beginner’s Guide to the Authenticated Byzantine Gossip Protocol

2025/10/02 15:30
4분 읽기
이 콘텐츠에 대한 의견이나 우려 사항이 있으시면 crypto.news@mexc.com으로 연락주시기 바랍니다

:::info Author:

(1) Egor Zuev (zyev.egor@gmail.com)

:::

Abstract and 1. Introduction

  1. System model

  2. Initial node state

  3. Append process

    4.1 Local append

    4.2 Append from another node

    4.3 Record validation

    4.4 State consistency

  4. Replication process

  5. Proof of correctness

  6. M-of-N connections

  7. Extensions and optimizations

References

Abstract

ABGP refers to Authenticated Byzantine Gossip Protocol. The ABGP is a partial-synchronous, weak consistent, BFT based consensus algorithm. The algorithm implements the gossip protocol, but with BFT features inside (like multisig record approval). The algorithm has been developed as an alternative to classic private ledger solutions, like Hyperledger.

1. Introduction

ABGP is a partial-synchronous, weak consistent BFT algorithm. The algorithm implies that all nodes in network are known. To make sure, that there is no malicious node connected to network, ABGP use authentication approach. This means, that all proposed state mutations should be signed by nodes who propose it, or accept (until the final mutli-signature will be built). The replication between nodes happens by standard gossip protocol in one step: one node request for new changes from another, and another node sends back either new changes, or an empty array, if there are no new changes. On new record replication, the acceptor node, validate this record’s signature, in order to make sure that it has been signed by known nodes. The algorithm offers both liveness and safety for at most 𝑁 = 2𝑓 + 1 with quorum of 𝑄 = 𝑓 + 1, where N – the number of nodes in cluster and 𝑓 – is the number of faulty nodes in case of N-to-N connections. However, in case of M-of-N connections, the quorum may be much smaller.

2. System model

The system model represents a partially synchronous system, where nodes are connected by the network. We assume that the network may duplicate, fail to deliver, or deliver with delays messages. We also assume, that every node may become failed. By failed we mean malicious behavior, or just out-of-order.

\ The system is partially synchronous, which means that we expect delays / duplicates / message lost in the system. The communication between node is bi-directional, which means, if node A sends message to node B, then node B should send message to node A as a reply (like an HTTP request).

\ The system requires to be aware of all other nodes in the system. It means, that each node should have a bootstrapped list of all other nodes in the network. This bootstrap list should include address of node (which is optional in case of M-of-N connections) and public keys of all other nodes.

\ The algorithm uses ECC cryptography for signing purpose. Once enough nodes sign the hash of the record, the last node, which signed the hash – creates a multisignature. This is a part of “authentication mechanism”.

\ The term “authentication” means, that all mutation actions in algorithm should be signed and validated by its members (i.e. nodes). While “sign” action – means signing the record, the validation – means signature / multisignature validation.

\ The replication process inherits the gossip protocol properties: node choose randomly another peer in network and ask recent updates.

\ The algorithm guarantees safety and liveness as long as 𝑁 ≥ 2𝑓 + 1 for N-of-N connections. The safety property means that all healthy nodes agree on the certain change, sign it and apply to the state. The liveness means that even if 𝑓 nodes fail, the network will still be operatable.

3. Initial node state

Before the boot phase, each node should have the following properties (or settings):

\

| Property | Description | Data type | Example | |----|----|----|----| | Private key | generated with secp256k1 standard | String | “edca08af903bbd7afd356bb2d6fdf54901fad8770c734416456d382012b0608b” | | Public key | generated with secp256k1 standard (from private key) | String | “02b68e80e752f13906179688171d6a0345a6c6edd20b52f24ea489275668fa1eac” | | Min gossip interval | Minimum gossip interval (ms) | Number | 150 | | Max gossip interval | maximum gossip interval (ms) | Number | 300 | | Proof expiration | How long the proof is valid (ms) | Number | 300 | | Nodes | An array of nodes (peers) addresses (should include network address + public key of the peer) | [string] | [ “tcp://127.0.0.1:2000/ 036032cc7790000ac98fc2dbc200c486b073e74e8e4ff5fba15beb01c153f4c458” ] |

Consensus parameters

\ After the boot phase, the gossip protocol starts and local API (for appending new records) becomes available.

\ \

:::info This paper is available on arxiv under CC0 1.0 UNIVERSAL license.

:::

\

면책 조항: 본 사이트에 재게시된 글들은 공개 플랫폼에서 가져온 것으로 정보 제공 목적으로만 제공됩니다. 이는 반드시 MEXC의 견해를 반영하는 것은 아닙니다. 모든 권리는 원저자에게 있습니다. 제3자의 권리를 침해하는 콘텐츠가 있다고 판단될 경우, crypto.news@mexc.com으로 연락하여 삭제 요청을 해주시기 바랍니다. MEXC는 콘텐츠의 정확성, 완전성 또는 시의적절성에 대해 어떠한 보증도 하지 않으며, 제공된 정보에 기반하여 취해진 어떠한 조치에 대해서도 책임을 지지 않습니다. 본 콘텐츠는 금융, 법률 또는 기타 전문적인 조언을 구성하지 않으며, MEXC의 추천이나 보증으로 간주되어서는 안 됩니다.

USD1 Genesis: 0 Fees + 12% APR

USD1 Genesis: 0 Fees + 12% APRUSD1 Genesis: 0 Fees + 12% APR

New users: stake for up to 600% APR. Limited time!