Independent cryptographic verification for Headless Oracle market status receipts.
When an autonomous agent (DeFi bot, MEV searcher) makes a decision based on an API, there is usually a "Trust Gap." If the API provider changes their logs or lies about a past response, the bot owner has no recourse.
Headless Oracle bridges this gap using ECDSA signatures. Every API response is signed by our private key before it leaves the edge. This verification tool allows you to mathematically prove that a receipt is authentic, untampered, and was officially issued by our Oracle.
You need Node.js installed on your machine.
Clone this repository and install the dependencies:
git clone [https://github.com/YOUR_USERNAME/headless-oracle-verify](https://github.com/YOUR_USERNAME/headless-oracle-verify)
cd headless-oracle-verify
npm install