evidence_bundle
Package verifiable proofs from FTSO feeds and FDC attestations into a portable bundle, folding Merkle proofs against the on-chain Relay root so others can verify without trusting you.
Instructions
Package several proof-carrying facts into one portable bundle that someone else can verify without trusting you. Takes FTSO Scaling anchor feeds and finalized FDC attestations (Web2Json included), folds each Merkle proof against the on-chain Relay root BEFORE including it, and refuses any fact that fails. Use when an agent needs to hand a downstream consumer, an auditor, or another agent the evidence its decision rested on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | No | Plain-language statement of what these facts are being used to support. | |
| network | Yes | ||
| ftso_feeds | No | Feed names or bytes21 ids to anchor, e.g. ["FLR/USD", "BTC/USD"]. | |
| attestations | No | Finalized FDC attestations to include, by round and request bytes. | |
| voting_round_id | No | Round for the FTSO feeds. Defaults to the latest finalized round. |