Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 989 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 989 Bytes

Welcome to our DeFi Adapter Library! 🚀

This library is designed to simplify and standardise the process of fetching data and interacting with various DeFi protocols, which often have unique interfaces and data structures. Our adapters 1) fetch and transform underlying protocol data into a standardised format that can be easily used by portfolio dashboards and 2) generate transaction params to create and update protocol positions.

How to create a Read Adapter

Quick Start

Refer to the adapters-library README.

Note: Please note that in this library, adapter must query on-chain data to ensure accuracy and reliability, we do not accept centralised APIs to get positions or rewards.