Celestia
Data AvailabilityCelestia separates data availability (DA) from execution and uses Namespaced Merkle Trees plus light-client sampling to verify data without downloading it all. Execution layers (rollups, apps) publish their data to Celestia while running their own consensus/VMs.
- • Light: DA sampling, low-cost client
- • Bridge: bridge to celestia-app
- • Full: stores EDS/blocks
- • Decoupled execution & DA
- • Verifiability via sampling
- • Scale via rollups
- • Healthy P2P for EDS
- • Reliable RPC/gRPC providers
- • Snapshots / state-sync for fast RTO
Solana
SealevelSolana achieves high throughput with Sealevel, a parallel runtime where transactions declare accounts/resources up front. Combined with Proof-of-History, this enables predictable ordering and pipelined processing.
Declarative account access → avoid conflicts → parallel execution.
PoH + Turbine + Gulf Stream → high TPS and low latency.
Network/disk/CPU tuning, version pinning, QoS, rich telemetry.
Lava
RPC NetworkLava coordinates a decentralized market for RPC. Providers stake and serve requests; apps route traffic through the network for reliable, censorship-resistant access to blockchain data. Quality and honesty are economically incentivized.
On-chain coordination of RPC supply/demand with staking & slashing.
Multi-chain coverage with QoS incentives and gateway routing.
SLOs, latency/error budgets, and regionally diverse deployments.
KYVE
Data PoolsKYVE standardizes how historical blockchain data is archived and retrieved. Pool operators ingest chain data, persist to permanent storage (e.g., Arweave), and serve verifiable access for analytics and indexing.
Chain-specific pools define rules for ingestion and validation.
Permanent storage backends with standardized output formats.
Integrity proofs, redundancy, and cost-aware retention strategies.
Gitopia
Web3 GitGitopia combines Git with blockchain infrastructure, allowing developers to host repositories in a decentralized and censorship-resistant way. Contributions, merges, and issues are all cryptographically verifiable on-chain.
Distributed Git hosting with blockchain-backed governance and incentives.
Commit and collaboration history secured by Tendermint consensus.
High availability RPC endpoints for repository sync and user APIs.
Arkeo
MiddlewareArkeo is an open marketplace for accessing blockchain data. It decentralizes access to APIs and historical archives, enabling verifiable, censorship-resistant infrastructure for dApps and analytics platforms.
Providers serve blockchain data while staking to guarantee reliability and uptime.
Combines access control, payments, and telemetry in a single decentralized layer.
Optimized networking, storage durability, and trusted API relays.
Aura
Cosmos SDKAura Network focuses on scalable and user-friendly Web3 infrastructure within the Cosmos ecosystem. It provides interchain smart contracts, NFT standards, and interoperability for on-chain assets and identities.
Build interoperable tools and standards for Web3 adoption on Cosmos.
Bridges NFT and identity use-cases across multiple chains via IBC.
Active governance participation, secure key management, and uptime.
Monad
Parallel EVMMonad is a high-performance EVM-compatible L1 that achieves massive throughput through parallel execution and pipelined consensus. Full EVM bytecode compatibility means existing Solidity contracts deploy without changes.