# Developers

- [Ionic SDK](/developers/ionic-sdk.md): The Ionic SDK is a chain-agnostic toolkit to interact with the Ionic Protocol, enabling developers to seamlessly integrate isolated pools into their own applications
- [Chain Configuration and Addresses](/developers/ionic-sdk/chain-configuration-and-addresses.md): Access all the addresses, contract interfaces, and chain configurations
- [Data Fetching & Pool Introspection](/developers/ionic-sdk/data-fetching-and-pool-introspection.md): Whether it be to create a custom dashboard, or just finding out what current positions look like, fetching pool information might be the first and foremost task that most developers will want to use
- [Funding Operations](/developers/ionic-sdk/funding-operations.md): These are the core actions that enable users to actually use their funds within the protocol.
- [Advanced Use-Cases](/developers/ionic-sdk/advanced-use-cases.md): Managing, deploying, and customising a specific pool are advanced use-cases that offer the full capability of creating money markets with parameters of their choice, at their own will
- [Liquidations](/developers/ionic-sdk/liquidations.md): Liquidating positions is a core aspect of any borrowing and lending protocol. We offer functionality to fetch potential liquidations, as we as to actually run the liquidations.
- [Putting It All Together](/developers/ionic-sdk/putting-it-all-together.md): In this guide, we'll showcase how to get the most of the SDK in a real-life project
- [API Reference, Typing & Interfaces](/developers/ionic-sdk/api-reference-typing-and-interfaces.md)
- [Deployed Contract Addresses](/developers/deployed-contract-addresses.md)
