SDK
Use the Liquidium SDK to add Liquidium lending flows to your app through a typed developer interface.
The Liquidium SDK helps developers add Liquidium lending & borrowing flows to their own apps without building the protocol integration from scratch.
Use the SDK when you want to:
- Fetch available lending offers
- Create and manage loan requests
- Connect a user flow to Liquidium lending infrastructure
- Work with typed request and response objects
- Build your own frontend or backend experience on top of Liquidium
How the SDK fits in
Your app calls the SDK for Liquidium-specific actions. The SDK handles the request shapes, response types, and protocol details needed to work with Liquidium lending flows.
You still control the product experience. The SDK gives you the developer interface for the Liquidium parts of the flow.
When to use the SDK
Use the SDK if you are building:
- A lending or borrowing interface
- A marketplace experience that includes Liquidium loans
- Internal tooling for Liquidium-backed workflows
- A backend service that needs to read or create Liquidium lending data
If you only want to understand how Liquidium works, start with Technical Concepts and Architecture. If you are ready to implement, continue to the developer docs.
Developer docs
The developer docs include setup steps, API reference, request and response types, and examples.