Why hydric?
In a multi-chain world, liquidity is fragmented across hundreds of protocols and dozens of networks. Developers often face significant hurdles:- Data Fragmentation: Different chains have different indexing standards.
- Complexity: Managing multiple RPC nodes and GraphQL endpoints is a DevOps nightmare.
- Accuracy: Calculating real-time TVL and liquidity across chains is error-prone.
Key Capabilities
Multi-Chain Aggregation
Access token data and liquidity data across all supported chains in a single
response.
Curated Baskets
Retrieve pre-vetted groups of tokens (Stablecoins, LSTs, etc.) with a single
call.
Performance First
Choose between multi-chain aggregation or high-performance single-chain
resources.
Developer-Centric Design
Clean interfaces, rich documentation, and consistent patterns across all
languages.
Getting Started
hydric is currently available for TypeScript/JavaScript environments. We are working on bringing the hydric experience to other languages soon.TypeScript SDK Quickstart
Learn how to install and initialize the hydric Gateway client in seconds.
Design Philosophy
The hydric SDK is built with three core pillars in mind:- The Junior Test: A developer with basic knowledge should be able to make their first successful request in under 60 seconds.
- Predictable Performance: We clearly distinguish between high-performance single-chain operations and powerful (but heavier) multi-chain aggregations.
- Fail Fast & Loud: Descriptive error messages ensure you spend less time debugging and more time building.