What Basis measures
Four fields per wrapper, each with the context needed to read it. Full field-by-field definitions are in the methodology.
The signed gap between the wrapper’s on-chain price and an off-chain reference for the same shares. Positive means the wrapper is trading rich. Reported in percent and basis points, with the reference derivation stated.
An estimate of how much wrapper inventory is available near the reference price before additional arbitrage capital arrives — with a confidence level. A wide basis on top of thin float is a very different state from a wide basis on deep float.
The wrapper issuer’s own latest reserve report, restated with its evidence trail — source, retrieval time, content hash. Basis does not audit the issuer; it attests to what the issuer published and where it came from.
Whether the market for the underlying shares is open, closed, halted, or on holiday. The same basis means something different at 2am Sunday than at 10am Tuesday, and consumers need that context.
How this fits with the rest of Attestify
Why the gap opens
Tokenizing a share creates a new, application-layer demand curve for it: it can be used as collateral, as a liquidity pair, or as the quote asset for an unrelated token that routes through it. That demand shows up whether or not the underlying market is open.
Supply is slower. New wrapper inventory is created and redeemed on the issuer’s schedule, and arbitrage capital that would close a gap may not be positioned at 2am on a Sunday. So demand shows up as price instead of quantity — until it doesn’t. Basis exists to make that state legible before something is priced against it, and to keep a signed record of what the gap was at a given moment.
Quick start
The drop-in example lives at examples/github/basis-guard.tsx. Preview responses are flagged preview: true — build against the shape now, the values go live with the pipeline.
Coverage
12 wrappers at launch, served live from /api/basis/v1/symbols and growing as issuers are onboarded. Listing is illustrative coverage, not an endorsement of any issuer or token.
What Basis is and isn’t
- Basis publishes measurements and attestations as structured data, for licensed parties and protocol integrators to act on.
- It does not custody assets, execute or facilitate trades, route orders, or hold funds.
- It is not a broker-dealer, exchange, or investment adviser, and nothing it publishes is a recommendation, a price prediction, an offer, or a solicitation.
- The API returns no verdict field — no
safe_to_quote, no accept/reject boolean. It publishes the measured fields and neutralobservations[]; any threshold for acting on them is the integrator’s. - The attestation restates an issuer’s own published reserve report with its evidence trail. It is not a solvency opinion, an audit, or a rating of the issuer.
Questions
Build against the contract today
The API shape is stable in preview. Wire it in now, and the readings go live when the ingestion pipeline does.