← Workspace Index

Blockspace Contention vs Linera Microchains

Why an AI agent making 1,000 micro-transactions a minute cares about whose lane it drives in · 블록스페이스 경합 문제와 Linera의 마이크로체인 해법

1. The picture 한눈에 보는 구조

Shared L2 (e.g. Base) NFT mint 🔥 Meme coin 🔥 Your AI agent ONE shared blockspace global gas auction — everyone bids Agent's fee & latency spike 📈 because of someone else's mint = blockspace contention
All apps bid for the same blockspace. A viral mint raises gas for everyone — including your agent. 남의 이벤트가 내 에이전트 비용을 올림 = 블록스페이스 경합.
Linera microchains NFT mint chain busy 🔥 Meme coin chain busy 🔥 Agent's microchain quiet — own lane ✅ their congestion stays here their congestion stays here 1,000 micro-tx/min flat cost & latency ONE shared validator set secures ALL microchains (in parallel) isolation of performance, not of security
Each user/app gets its own microchain — "a private driveway to the destination." Other chains' congestion never touches yours. 성능은 격리, 보안은 공유.

2. How a tx flows — sequence 트랜잭션 흐름 비교

Shared L2 agent sends tx public mempool gas auction 💸 sequencer includes wait time & fee depend on EVERYONE's activity Linera agent (chain owner) proposes block on OWN chain validators certify ⚡ no mempool race, no gas auction — owner writes, validators check cross-chain effects travel as async messages between microchains
On a single-owner microchain the owner proposes blocks directly — there is no mempool competition to price you out. 멤풀 경쟁·가스 경매 자체가 없음. 체인 간 상호작용은 비동기 메시지.

3. Side-by-side 비교표

Shared L2 (Base 등)Linera
BlockspaceOne lane shared by all appsOne microchain per user/app — elastic, created on demand
Fee behaviorGlobal gas auction → spikes on others' activityIsolated per chain → flat, predictable (key for micro-tx agents)
Latency under loadDegrades for everyoneUnaffected by other chains' load
SecurityShared sequencer/L1 settlementSame validator set secures all microchains — isolation is of performance, not security
Cross-app callsSynchronous, same block (composability)Async messages between microchains — composability is the trade-off
Programming modelEVM / Solidity — huge ecosystemRust / Wasm SDK — young ecosystem
MaturityProduction, deep liquidityEarly stage (testnet era) — evaluate before depending on it

4. Why this matters for agent payments 에이전트 결제와의 연결

An x402-style agent (see ap2-test / agentic-aa in docs/features/) making 1,000 micro-payments a minute needs flat, predictable fees — a $0.01 data purchase can't tolerate a $0.30 gas spike caused by someone's meme coin. Shared-blockspace L2s make agent economics hostage to unrelated traffic; per-app chains (Linera microchains — or, less radically, an app-dedicated rollup/subnet like §17's Avalanche Evergreen) restore cost isolation.

마이크로 결제 에이전트의 손익은 수수료 예측 가능성에 달려 있음 — 공유 블록스페이스에선 남의 트래픽이 내 원가를 결정. 전용 체인(마이크로체인/서브넷/앱 롤업)이 이를 격리함.

Spectrum, not binary: cost isolation comes in degrees — shared L2 → app-dedicated rollup/subnet (Avalanche Evergreen, §17) → per-user microchain (Linera). Linera is the extreme end: even your app's other users can't congest you.

5. One-line takeaway 한 줄 요약

Shared blockspace means shared congestion; Linera gives every user their own lane — performance isolated, security still shared.
공유 블록스페이스는 혼잡도 공유를 뜻한다; Linera는 사용자마다 전용 차선을 주어 성능은 격리하고 보안은 계속 공유한다.
rabbit · docs/knowledge · added 2026-07-17 (source: jay's Linera note — learning page + flow chart request)