BYK Data Layer: on-chain proof that a ByKaranteli number was sealed, signed and anchored on Solana and Base
get_data_proofVerify ByKaranteli market data integrity with on-chain Merkle proofs. Retrieve stream overview, epoch proofs, or a single record's proof with Solana and Base anchors.
Instructions
Call this when the user asks whether ByKaranteli data can be verified or was changed afterwards, about the BYK Data Layer, on-chain proofs of market data, or wants the proof behind one sealed number. Every 5 minutes a catalog of derived feeds (funding composite, aggregate open interest, liquidations, depth within 2%, pressure scores, Kimchi and Turkey premiums) is sealed into one Merkle root, signed and written to Solana mainnet, and attested on Base once a day. With no arguments returns the stream overview: network, epochs and records sealed, final anchors and the newest epochs with explorer links. Pass feed and asset for one record's proof (value, 104-byte leaf, Merkle path, signed manifest, signature, Solana and Base anchors) at the newest epoch or at sequence; sequence alone for one epoch; catalog for the feed list. result ANCHORED means ByKaranteli signed it and an anchor is final; the protocol verdict is reached from the chains alone at https://bykaranteli.com/proof.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed | No | Feed id from the catalog, e.g. BYK.FUNDING.COMPOSITE.B | |
| asset | No | Asset of the feed: BTC, ETH, SOL, XRP, DOGE, BNB, USDT or ALL | |
| catalog | No | true: list every sealed feed with its unit and methodology | |
| sequence | No | Epoch sequence; omit for the newest |