GlossaryRound-Robin Distribution

Round-Robin Distribution

A distribution strategy that rotates leads one-at-a-time through buyers in a fixed order.

Full definition

Round-robin distribution is a routing strategy where each incoming lead goes to the next buyer in a predefined sequence, then cycles back to the first buyer once everyone has received one. If buyers A, B, and C are in the rotation, lead 1 goes to A, lead 2 to B, lead 3 to C, lead 4 back to A, and so on. Over time, each buyer receives an equal share of volume, which makes round-robin the default choice when buyers are peers with similar capacity and close rates. Its strengths are fairness, simplicity, and zero-argument accountability — every buyer can see the rotation and verify they got their turn. Its weakness is that it ignores capacity: if a buyer is paused, slow, or overloaded, strict round-robin keeps feeding them anyway. Practical implementations add skip-on-capacity and skip-on-paused guards so the rotation adapts to real availability.

Related terms