Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.plasma.to/llms.txt

Use this file to discover all available pages before exploring further.

TL;DR

  • Built for stablecoin payments. Plasma is designed around high-volume money movement, payment applications, and stablecoin-first user experiences.
  • Fully EVM compatible. Developers can use existing Solidity contracts, wallets, libraries, and frameworks with minimal changes.
  • High-performance architecture. Plasma combines a BFT consensus layer with an EVM execution environment built on Reth.
  • Payment-focussed. Plasma is developing protocol-maintained infrastructure for stablecoin gas payments, privacy-preserving transfers, and other payment-specific workflows.
  • Deep stablecoin liquidity. Plasma has one of the deepest stablecoin liquidity bases of any blockchain, giving builders access to large-scale payment liquidity from day one.
  • Product and network together. Plasma One is the flagship product built on the Plasma network, turning the underlying infrastructure into a consumer account people can actually use.

Why Build on Plasma

Stablecoin transfers are already useful. Building full payment products around them is still difficult. A neobank, card product, merchant checkout, payroll system, remittance app, or agentic payment service needs more than token transfers. It needs reliable settlement, liquidity, gas abstraction, account infrastructure, permissions, privacy, monitoring, fiat connectivity, and integrations with financial partners. Today, teams often assemble those pieces across many chains, vendors, contracts, APIs, and operational systems. That creates complexity before a product can reach scale. Plasma is designed to reduce that complexity for stablecoin builders. Developers can deploy EVM applications using familiar tools such as Foundry, Hardhat, Solidity libraries, and standard wallets. At the same time, Plasma is building payment-specific infrastructure around the network, including protocol-maintained components for stablecoin gas abstraction and confidential payment flows.

Design Philosophy

Plasma is built around the principle that stablecoin payments deserve first-class treatment at the protocol level. General-purpose blockchains are optimized for broad programmability. Plasma keeps that programmability through EVM compatibility, but focuses the network, partners, and ecosystem around payment use cases. That means prioritizing:
  • low-cost stablecoin transfers
  • high-throughput payment activity
  • predictable settlement
  • stablecoin liquidity
  • account abstraction and gas abstraction
  • privacy-preserving payment flows
  • compatibility with existing EVM tooling
  • integrations with the broader payments ecosystem
Plasma keeps the EVM execution environment developers already use, but optimizes the network around stablecoin payments.

Architecture Overview

Plasma is built around two core architectural components:

1. PlasmaBFT Consensus Layer

PlasmaBFT is a pipelined implementation of the Fast HotStuff consensus algorithm. Unlike traditional designs that process each stage sequentially, Plasma parallelizes the proposal, vote, and commit process into concurrent pipelines. This increases throughput and reduces time to finality. Finality is deterministic and typically achieved within seconds. The protocol maintains safety and liveness under partial synchrony and provides full Byzantine fault tolerance. This consensus design is optimized for stablecoin workloads, with high transaction volume, low latency, and consistent performance under global demand.

2. EVM Execution Layer

Plasma’s execution environment is fully EVM compatible and built on Reth, a high-performance, modular Ethereum execution client written in Rust. Developers can deploy contracts using standard Solidity with no modifications from Ethereum mainnet. All major tooling is supported out of the box, including wallets, SDKs, libraries, and developer frameworks. There is no need for bridging layers, custom compilers, or modified contract patterns. Plasma combines predictable execution with full compatibility, making it straightforward to build and scale EVM-native applications.