Overview
hydric is a protocol-agnostic data layer that provides normalized, derived, and queryable financial data across the DeFi ecosystem. It allows applications to interact with DeFi liquidity using a single semantic model, without needing to understand how individual protocols implement pools, lending markets, staking mechanisms, or yield calculations. hydric does not execute transactions, manage funds, or optimize strategies.It provides the data intelligence required for those systems to operate reliably.
The Problem hydric Solves
DeFi protocols expose state in fundamentally different ways. To integrate even a small set of protocols, teams must:- Decode protocol-specific smart contract logic
- Reconstruct state from heterogeneous events
- Implement custom math for yields, liquidity, and rates
- Maintain protocol-specific indexers and assumptions
What hydric Provides
hydric exposes DeFi liquidity through a unified API and schema, enabling applications to reason about financial primitives instead of protocol internals.Unified Access Layer
- One API to access liquidity data across chains, protocols, and versions
- Consistent schemas for pools, lending markets, and staking positions
- Protocol-agnostic identifiers and relationships
Normalized Financial Semantics
hydric does not expose raw protocol state. Instead, it provides:- Normalized representations of liquidity, yield, and exposure
- Derived metrics with documented assumptions
- Comparable data across heterogeneous implementations
Supported Primitives
Liquidity Pools
- Liquidity depth and utilization
- Volume and fee-derived yield
- Protocol-specific parameters required for safe interaction
- Support for concentrated liquidity designs (e.g. V3, V4)
Lending & Credit (Planned)
- Borrow and supply rates
- Market utilization and health metrics
- Collateral and liquidation parameters
Staking & Yield (Planned)
- Normalized yield metrics
- Entry and exit constraints
- Vault-specific behavior abstracted into a standard model
The hydric Engine
hydric is built as a deterministic data pipeline:-
Ingest
Indexers track on-chain state directly from smart contracts, capturing authoritative protocol data. -
Normalize
Protocol-specific events and state transitions are translated into the hydric Schema using defined rules and assumptions. -
Serve
Data is exposed through a high-performance API, optimized for filtering, sorting, and composability.
What hydric Is Not
To avoid ambiguity, hydric explicitly does not:- Execute transactions
- Route orders or optimize strategies
- Act as a price oracle
- Manage wallets or user funds
- Replace protocol governance or risk parameters
Intended Use
hydric is designed for:- DeFi frontends and dashboards
- Backend services integrating on-chain liquidity
- Risk, analytics, and portfolio systems
- Fintech and treasury platforms consuming DeFi data