SDK Reference
SDK Reference for Secured Finance protocols
Last updated
Was this helpful?
SDK Reference for Secured Finance protocols
Last updated
Was this helpful?
Secured Finance provides JavaScript SDKs to interact with our protocols programmatically. This section documents how to use these SDKs to integrate with our protocols in your applications.
How to integrate with the USDFC stablecoin protocol
How to integrate with the Fixed-Rate Lending protocol
Examples of common SDK operations
Best practices for using our SDKs
Secured Finance maintains SDKs for each of its protocols:
- For interacting with the USDFC stablecoin protocol
- For interacting with the Fixed-Rate Lending protocol
Our SDKs provide comprehensive functionality for interacting with our protocols:
Read Operations: Query protocol state, user positions, and market data
Write Operations: Execute transactions such as creating positions, placing orders, and managing collateral
Event Handling: Subscribe to protocol events for real-time updates
Type Safety: Fully typed interfaces for improved developer experience
If you're new to our SDKs, check out the individual SDK documentation pages for installation instructions and basic usage examples. If you're already familiar with JavaScript development, you can jump directly to the specific SDK documentation.