# Rational Fair Consensus in the GOSSIP Model

**Authors:** Andrea Clementi, Luciano Gual\`a, Guido Proietti, Giacomo Scornavacca

arXiv: 1705.09566 · 2017-05-29

## TL;DR

This paper introduces a randomized protocol for rational fair consensus in the GOSSIP model, achieving stability and fairness with high probability in logarithmic rounds, while minimizing communication complexity.

## Contribution

It presents the first protocol for rational fair consensus in the GOSSIP model that avoids all-to-all communication and guarantees fairness even with coalitions and faults.

## Key findings

- Achieves consensus within O(log n) rounds.
- Uses messages of size O(log^2 n).
- Tolerates worst-case faults with Ω(n) non-faulty agents.

## Abstract

The \emph{rational fair consensus problem} can be informally defined as follows. Consider a network of $n$ (selfish) \emph{rational agents}, each of them initially supporting a \emph{color} chosen from a finite set $ \Sigma$. The goal is to design a protocol that leads the network to a stable monochromatic configuration (i.e. a consensus) such that the probability that the winning color is $c$ is equal to the fraction of the agents that initially support $c$, for any $c \in \Sigma$. Furthermore, this fairness property must be guaranteed (with high probability) even in presence of any fixed \emph{coalition} of rational agents that may deviate from the protocol in order to increase the winning probability of their supported colors. A protocol having this property, in presence of coalitions of size at most $t$, is said to be a \emph{whp\,-$t$-strong equilibrium}. We investigate, for the first time, the rational fair consensus problem in the GOSSIP communication model where, at every round, every agent can actively contact at most one neighbor via a \emph{push$/$pull} operation. We provide a randomized GOSSIP protocol that, starting from any initial color configuration of the complete graph, achieves rational fair consensus within $O(\log n)$ rounds using messages of $O(\log^2n)$ size, w.h.p. More in details, we prove that our protocol is a whp\,-$t$-strong equilibrium for any $t = o(n/\log n)$ and, moreover, it tolerates worst-case permanent faults provided that the number of non-faulty agents is $\Omega(n)$. As far as we know, our protocol is the first solution which avoids any all-to-all communication, thus resulting in $o(n^2)$ message complexity.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1705.09566/full.md

## References

19 references — full list in the complete paper: https://tomesphere.com/paper/1705.09566/full.md

---
Source: https://tomesphere.com/paper/1705.09566