Indexed Liquid NetworkBlockchain Data
Liquid Network is a federated Bitcoin sidechain built on Elements, where functionaries sign a block every minute and an output's amount and asset sit behind a commitment by default.
How to query Liquid Network data with SonarX
Instant Data Share
Available todaySnowflake, and file dumps to your object storage
Query Liquid Network blockchain data with plain SQL from a live database inside your own Snowflake account, populated with the indexed chain dataset. There is no pipeline to build and no second copy to store. The same dataset ships as file dumps to your own object storage for lakes and warehouses that are not Snowflake.
- Full history as a Snowflake data-share
- File dumps to S3 or your own object storage
- Real-time delivery, current to chain tip — on request
Used for:
- Analytics teams already on Snowflake that want Liquid Network data beside their existing tables
- Fund accounting and treasury reporting that reconciles against a fixed history
- Cross-chain questions answered in one SQL statement instead of one query per chain
- Loading Liquid Network history into BigQuery, Databricks, Redshift or a Spark lake
- Replacing a self-hosted indexer and the engineering time that keeps it running
- Serving one governed dataset to several desks without copying it per team
Kafka Streaming
Enabled on requestEvent stream
Consume Liquid Network activity as a continuous stream of normalized records, produced as the chain is indexed instead of polled for.
Used for:
- Trading and execution systems that act on Liquid Network activity within seconds
- Fraud and anomaly detection that has to fire before settlement
- Live dashboards and alerting on Liquid Network wallet or protocol activity
- Feeding a stream processor that already reads from Kafka
- Keeping an internal store hot without waiting for a batch window
- Event-driven services that would otherwise poll on a timer
Realtime API
Enabled on requestREST over the indexed dataset
Query indexed Liquid Network records over REST, reading the same dataset the share reads, with no warehouse in the path.
Used for:
- Applications that need one answer rather than a table scan
- Customer-facing screens where query latency is visible to a user
- Services that have no data warehouse and do not want to run one
- Prototyping against production data before committing to a share
- Backend checks that run per request instead of per batch
- Teams that want indexed Liquid Network data behind their own API layer
Liquid Network data: frequently asked questions
What is Liquid Network?
Liquid has produced blocks since 2018 and is a sidechain of Bitcoin, built on Elements, a codebase derived from Bitcoin Core. It inherits the UTXO model and drops the mining: a federation of functionaries proposes blocks in rotation on a fixed one-minute schedule, each block signed by a supermajority of signers, so there is no difficulty adjustment and no reorg to unwind. Two features change what a block contains. Confidential transactions hide the amount in an output and the asset it holds behind a Pedersen commitment, proved valid by a range proof rather than disclosed. And anyone can issue an asset, each getting a 64-character asset ID derived from its issuance transaction, so the chain carries many assets rather than one. L-BTC is the pegged bitcoin that pays fees, and a peg-in becomes spendable after 102 confirmations on Bitcoin.
Liquid Network data on SonarX
SonarX indexes blocks and the federation’s signatures over them, transactions with their inputs and outputs, asset issuances and reissuance tokens with their asset IDs, explicit fees, and peg movements in and out. The same normalized model is used on every chain SonarX covers, so this activity joins to Bitcoin and other networks in one query.
Full historical coverage is available today as a data-share or a file delivery. Real-time delivery is enabled on request. Kafka streaming can be enabled for Liquid Network on request.
How SonarX indexes Liquid Network
Confidentiality decides what a dataset can honestly contain. Most outputs carry a commitment where another chain carries a number, so the indexed record holds the structure, the participants, the script forms and the unblinded fee, and it does not invent an amount the chain never stated. Where a value was published, or where a client shares a blinding key for its own addresses, the amount joins that client’s view rather than the public dataset. Federated signing makes the rest simpler than Bitcoin’s: signed blocks are final, so ingestion appends instead of correcting itself after a reorg.
What teams build with Liquid Network data
Issuance monitoring is the first workload: which assets exist, who issued and reissued them, and how often, which is readable in full because issuances are not blinded. Peg accounting is the second and spans two chains, matching bitcoin locked on the Bitcoin side against L-BTC issued here. Settlement reconciliation is the third and belongs to participants: a desk with its own blinding keys can turn its confidential outputs into a ledger it can audit, while the public record confirms the timing and the counterparties. Token analytics covers the asset side of this across networks, and teams studying confidentiality in production usually read Zcash beside it.
Getting Liquid Network data from SonarX
Tell us the delivery target, how far back you need and how fresh it has to be, and the share is scoped against that. Say early whether your workflow depends on amounts, because on this chain that question decides what is possible before delivery format does. The published coverage matrix for every network SonarX indexes lives in the data documentation, and the rest of the catalogue is at all indexed chains.
Is there a Liquid Network data API?
APIs over indexed Liquid Network data are enabled on request, reading the same indexed dataset as the Snowflake share. Confidential Transactions blind output amounts on Liquid Network, so address balances are not derivable and no balances API is offered; transaction structure is covered in full.
How do I get Liquid Network data into Snowflake?
SonarX provisions a data-share into your own Snowflake account. The share appears as a database you query with SQL, so there is no pipeline to build and no second copy to store, and it stays current as SonarX advances the indexing pipeline.
How far back does Liquid Network coverage go?
The historical data-share and file delivery cover the chain's recorded history from its 2018 launch forward, and are provisioned on request. Because most outputs are blinded, depth is worth discussing together with readability when the share is scoped: the structure of every transaction is present for the whole period, while amounts are only present where they were never hidden.
What can indexed data show if Liquid amounts are confidential?
More than people expect, and less than an unblinded chain. The transaction graph, the number of inputs and outputs, the scripts and addresses involved, the timing, and the fee itself are all public, because fees are paid in unblinded L-BTC. Asset issuances and their asset IDs are recorded too. What a commitment hides is the amount and which asset an output holds, and that only resolves for a party holding the relevant blinding key.
Is Liquid Network the same as Bitcoin?
No. It is a separate chain with its own blocks, and L-BTC is bitcoin locked on Bitcoin and issued here, which is why a peg-in waits 102 Bitcoin confirmations before the funds appear. Balances therefore exist on two ledgers and reconcile only when both are indexed. The name refers to this network rather than to liquid staking, which is unrelated.