StakePoint

Solana DeFi Glossary

Definitions of key terms used in Solana DeFi, token locking, LP locking, and staking. Published by the StakePoint team.

Glossary/Turbine

Turbine

Solana's block propagation protocol that splits block data into small packets for fast distribution.

Definition

Turbine is Solana's block propagation protocol, inspired by BitTorrent. When a validator produces a block, Turbine breaks it into small data packets and distributes them across the validator network in a tree structure, with each validator responsible for forwarding packets to a subset of peers.

This divide-and-distribute approach means the block producer does not need to send the entire block to every validator. The network bandwidth requirement grows logarithmically with the number of validators rather than linearly.

Turbine is essential to Solana's scalability — without it, producing large blocks quickly enough for high throughput would require impractical network bandwidth from block-producing validators.

StakePoint & Turbine

Turbine is part of the Solana infrastructure that enables the high throughput and fast confirmation times that make StakePoint and other Solana DeFi applications practical to use.

Related Pages

Frequently Asked Questions

What is Turbine on Solana?

Turbine is Solana's block propagation protocol that breaks blocks into small packets and distributes them efficiently across the validator network, enabling high throughput.