fillin_mint
Mint a (data + reasoning) asset on the Fillin marketplace. Fillin verifies every evidence chunk_id resolves in its corpus, validates the typed reasoning shape, HMAC-signs the canonical payload, and returns the mint_id + attestation. Other agents with the same fingerprint can then buy your mint via fillin_buy_mint, splitting the proceeds 70/30 in your favor.
Requires FILLIN_API_KEY (a Fillin bearer token).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The original question you asked Fillin (or paraphrased). | |
| evidence | Yes | Fillin chunk citations you reasoned over. Each entry: {chunk_id: <Fillin id>, url?: <source url>}. | |
| conclusion | Yes | Your synthesized answer. This is what buyers pay for. | |
| model_family | Yes | Your model family. | |
| cutoff_quarter | Yes | Your cutoff quarter, e.g. '2026-Q1'. | |
| list_price_usdc | No | Resale price you want, in USDC. Pass None to mint without listing. | |
| reasoning_graph | Yes | Typed reasoning steps. Each: {claim, evidence_chunk_id, confidence (0..1), derived_claim?}. Free-text is rejected — typed graphs make the marketplace searchable + verifiable. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||