Lumen Loop
All media
VideoYouTubeStellar Development FoundationJanuary 14, 20251y ago57:39

Inside Mercury Data Indexing: Advanced Smart Wallet Secrets on Soroban w/ kalepail

A Stellar developer discusses Mercury, a data indexing service for Soroban contracts, covering how to use indexers to convert blockchain data into queryable formats, the Zephyr VM for parallel processing, and design decisions around contract storage, events, and data architecture.

Developer ToolsSmart ContractsSoroban
Lumen Loop's take

The speaker explores Mercury and Zephyr VM as critical tools for Soroban development. Mercury provides data indexing services that convert XDR-formatted blockchain data into accessible databases. The Zephyr VM runs as a parallel network to Stellar, processing ledger closes and enabling developers to build indexed databases without storing everything on-chain. Key topics include RetroShades for automatic event-to-database conversion, storage optimization strategies (instance vs persistent vs temporary), when to use events versus on-chain storage, and emerging possibilities with AI agents, smart wallets, and autonomous transaction execution. The discussion emphasizes minimizing on-chain storage costs while leveraging indexers for off-chain data management.

Mentioned projects
1 project linked
M
MercuryInfrastructure & Services
SCF
Indexer

Mercury is a cost-effective and efficient indexing service that specialized both on Soroban and Stellar "Classic/Vanilla" indexi…

View →