Deterministic, verifiable financial data feeds for DeFi protocols and institutional platforms. We publish observable facts — not opinions. Every data point is independently reproducible.
Every feed is built from publicly observable data. No issuer cooperation required. No proprietary access needed. Fully reproducible.
Cross-venue funding rate composites, annualized basis indices, and volatility surfaces for BTC and ETH. Aggregated from 5+ CEX and DEX perpetual venues with deterministic methodology and cryptographic signing.
Observable onchain facts for tokenized U.S. Treasury assets — supply dynamics, holder concentration, transfer velocity, NAV staleness, and redemption flags. Facts, not opinions.
Our principles are structural, not aspirational. They determine what we will and won't publish.
We publish what we can independently observe and verify. No credit ratings. No risk scores built on inaccessible data. No opinions disguised as metrics. Every output is reproducible from public inputs.
Given the same raw inputs, our pipeline always produces the same outputs. Methodology version is embedded in every data point. Any change follows a 14-day notice period with shadow publishing.
Every published value is timestamped, fingerprinted (SHA-256), and cryptographically signed. Full audit trail from raw source data to published feed. We don't just claim accuracy — we prove it.
Funding rate definitions differ across venues. We maintain canonical per-venue field mappings, normalize all rates to 8-hour equivalents, and align timestamps to prevent garbage composites.
Once published and signed, values are immutable. If a source retroactively corrects data, the correction appears in the next interval only. Consumers can trust what was published, when.
All data sourced from public exchange APIs and onchain reads. No redistribution-restricted third-party feeds. No issuer cooperation required. Our independence is structural, not just policy.
Starting narrow with the most machine-legible assets. Expanding based on market demand and data quality.
| Asset | Product | Signals / Feeds | Chains | Status |
|---|---|---|---|---|
| BTC/USD | Funding & Basis | Funding Next, Settled, Basis, ATM Vol, Skew | All via DataLink | Live |
| ETH/USD | Funding & Basis | Funding Next, Settled, Basis, ATM Vol, Skew | All via DataLink | Live |
| BUIDL | Treasury Signals | Supply, Concentration, NAV Staleness, Contract | Ethereum | Q2 2026 |
| OUSG | Treasury Signals | Supply, Concentration, NAV Staleness, Contract | Ethereum, Solana | Q2 2026 |
| USDY | Treasury Signals | Supply, Concentration, Transfer Velocity | Multi-chain | Q2 2026 |
| USDM | Treasury Signals | Supply, Concentration, NAV Staleness | Ethereum | Q3 2026 |
| USTB | Treasury Signals | Supply, Concentration, NAV Staleness | Ethereum | Q3 2026 |
All source data is publicly observable. No redistribution constraints on computed outputs.
Tell us which feeds and assets you need. We scope your integration and provide sandbox credentials within 24 hours.
Connect via REST or DataLink for onchain. Standard JSON schema, cryptographic signatures, methodology version on every response.
Run against your test environment. Cross-check our outputs against raw venue data. We welcome the scrutiny.
Production API key, SLA activation, status page access. 14-day notice for any methodology changes.
We're onboarding anchor customers for both products. Request early access to shape feed specifications with us.
REST API for off-chain consumers. Automatic onchain delivery via Chainlink DataLink.
The Locify API provides deterministic, cryptographically signed financial data feeds. All responses include methodology version, venue weights, confidence flags, and Ed25519 signatures for independent verification.
Base URL:
https://api.locify.com/v1
All timestamps are UTC. All rates are decimal (0.000142 = 0.0142%). Annualized values use 365-day convention with 3x daily funding (365 × 3 × 8h rate).
All requests require an API key passed via the X-API-Key header. Keys are issued upon access approval.
X-API-Key: your_api_key_here
Rate limits: 100 requests/minute (Standard), 1,000/minute (Professional), unlimited (Enterprise). Rate limit status is returned in X-RateLimit-Remaining headers.
/v1/funding/composite/{type}?asset={ASSET}
| Parameter | Type | Description |
|---|---|---|
type | string | next (projected) or settled (last paid) |
asset | string | BTC or ETH |
{
"asset": "BTC",
"feed": "FundingComposite-Next",
"value": 0.000142,
"annualized": 0.1554,
"timestamp": "2026-02-08T08:00:00Z",
"venues_included": 5,
"venues_excluded": 0,
"confidence": "full",
"weights": {
"binance": 0.32,
"bybit": 0.25,
"okx": 0.21,
"dydx": 0.12,
"hyperliquid": 0.10
},
"methodology_version": "1.0.0",
"signature": "0x3a8f...b2c1"
}
/v1/basis/annualized?asset={ASSET}
Returns the annualized basis spread: (perp mark - spot composite) / spot composite × 365. Spot composite is volume-weighted median of Binance, Coinbase, and Kraken.
{
"asset": "BTC",
"feed": "BasisIndex-Annualized",
"value": 0.1554,
"perp_mark": 97542.30,
"spot_composite": 97401.15,
"timestamp": "2026-02-08T08:05:00Z",
"methodology_version": "1.0.0",
"signature": "0x7d2e...a4f3"
}
/v1/vol/{metric}?asset={ASSET}
| Parameter | Type | Description |
|---|---|---|
metric | string | atm (ATM IV by tenor) or skew (25-delta skew) |
asset | string | BTC or ETH |
{
"asset": "BTC",
"feed": "VolSurface-ATM",
"tenors": {
"7d": 0.482,
"30d": 0.521,
"90d": 0.558
},
"source": "deribit",
"timestamp": "2026-02-08T08:15:00Z",
"methodology_version": "1.0.0",
"signature": "0xc91b...e8d2"
}
/v1/rwa/treasury/signals?asset={TOKEN}
| Parameter | Type | Description |
|---|---|---|
asset | string | Token symbol: BUIDL, OUSG, USDY, USDM, USTB |
{
"asset": "BUIDL",
"chain": "ethereum",
"signals": {
"supply": {
"total": 523000000,
"delta_24h": -2100000,
"delta_7d": 15300000,
"mint_count_24h": 3,
"burn_count_24h": 1
},
"concentration": {
"top10_pct": 82.4,
"top20_pct": 91.7,
"herfindahl": 0.142,
"holder_count": 47
},
"nav_staleness": {
"last_update": "2026-02-07T16:00:00Z",
"hours_since": 16,
"expected_cadence_hours": 24,
"is_stale": false
}
},
"flags": [],
"timestamp": "2026-02-08T08:00:00Z",
"methodology_version": "1.0.0",
"signature": "0xdef4...71a9"
}
All responses include a confidence field indicating data quality:
| Value | Meaning | Action |
|---|---|---|
full | All venues reporting, no outliers excluded | Normal consumption |
degraded | 1-2 venues excluded (outage or outlier) | Valid but monitor |
minimal | Only 3 venues available (minimum threshold) | Use with caution |
HTTP error codes follow standard conventions: 400 (bad request), 401 (unauthorized), 429 (rate limited), 500 (internal error). All errors return JSON with error and message fields.
| Metric | Product A | Product B |
|---|---|---|
| Uptime | 99.9% monthly | 99.5% monthly |
| API latency | < 500ms | < 2 seconds |
| Maintenance | Sundays 06:00–07:00 UTC | |
| Incident response | < 15 min ack | < 30 min ack |
| Methodology changes | 14-day notice + shadow period | |
Real-time health monitoring for all Locify data feeds and infrastructure.
Each bar represents one day. Green = 100% uptime. Yellow = partial degradation.
Weekly maintenance window: Sundays 06:00–07:00 UTC. All feeds may experience brief interruptions during this window.
Tell us about your use case. We provide sandbox credentials within 24 hours.
We're a Chainlink DataLink provider publishing independent, deterministic financial data feeds. Whether you're building a perp DEX, a lending protocol, or an institutional risk engine — our feeds give you observable truth, not opaque scores.
We're onboarding anchor customers for Product A (Funding & Basis). Early integrators help shape feed specifications and receive priority pricing. Product B (Treasury Signals) opens Q2 2026.
Last updated: February 8, 2026
Locify, Inc. ("Locify," "we," "us") provides computed financial data feeds via REST API and Chainlink DataLink integration. Our feeds include perpetual funding rate composites, basis indices, volatility surface metrics, and tokenized asset operational signals.
Locify publishes computed data derived from publicly observable sources. While we employ deterministic methodologies and rigorous quality controls, we make no guarantee that our data is error-free. Specifically:
API access is granted on a subscription basis. Users agree to use the API within their approved rate limits, not redistribute raw feed data to third parties without written permission, and not misrepresent Locify data as their own proprietary output.
Service level agreements are defined per subscription tier. Scheduled maintenance occurs Sundays 06:00–07:00 UTC. In the event of SLA breach, remedies are limited to service credits as defined in individual subscription agreements.
We provide a minimum 14-day advance notice before any methodology change, accompanied by a shadow publishing period where both old and new methodologies run in parallel. Methodology version is embedded in every API response.
To the maximum extent permitted by law, Locify shall not be liable for any indirect, incidental, or consequential damages arising from the use of our data feeds, including but not limited to trading losses, liquidation events, or protocol malfunctions.
These terms are governed by the laws of the State of Delaware, without regard to conflict of law principles.
Last updated: February 8, 2026
When you request API access or contact us, we collect: name, business email address, company/protocol name, website URL, and use case description. When you use our API, we log request metadata (timestamps, endpoints accessed, API key identifier) for rate limiting and debugging.
We use your information to process access requests, provide API services, communicate about service updates and methodology changes, and improve our data products. We do not sell your personal information to third parties.
Contact form submissions are retained for the duration of the business relationship. API access logs are retained for 90 days. You may request deletion of your personal data at any time by emailing privacy@locify.com.
We use Formspree for contact form processing, AWS for infrastructure hosting, and Chainlink for onchain data delivery. Each of these services has their own privacy policies. We do not share your personal information beyond what is necessary for service delivery.
We implement industry-standard security measures including encrypted data transmission (TLS 1.3), API key authentication, and access logging. Our infrastructure follows security practices consistent with our team's CMMC Level 2 compliance experience.
For privacy-related inquiries, contact us at privacy@locify.com.