# Unlockd SDK

## Unlockd SDK

- [Introduction](https://sdk.unlockd.finance/about/introduction.md)
- [Unlockd SDK](https://sdk.unlockd.finance/about/unlockd-sdk.md)
- [Partners & Revenue Sharing](https://sdk.unlockd.finance/about/partners-and-revenue-sharing.md)
- [Installation](https://sdk.unlockd.finance/getting-started/installation.md)
- [SDK Modules](https://sdk.unlockd.finance/getting-started/sdk-modules.md)
- [Action Module](https://sdk.unlockd.finance/getting-started/sdk-modules/action-module.md): The Action module allows you to perform actions such as borrowing assets and repaying loans.
- [Auction Module](https://sdk.unlockd.finance/getting-started/sdk-modules/auction-module.md): The Auction module provides functionality for participating in auctions for NFT collateral.
- [Market Module](https://sdk.unlockd.finance/getting-started/sdk-modules/market-module.md): The Market module allows you to create, manage, and interact with market items.
- [Buy Now Module](https://sdk.unlockd.finance/getting-started/sdk-modules/buy-now-module.md): The Buy Now module allows you to buy assets instantly at a fixed price.
- [Sell Now Module](https://sdk.unlockd.finance/getting-started/sdk-modules/sell-now-module.md): The Sell Now module allows you to sell assets instantly at a fixed price.
- [Wallet Module](https://sdk.unlockd.finance/getting-started/sdk-modules/wallet-module.md): The Wallet module provides functionality for creating and managing Unlockd abstract wallets.
- [NFT Batch Transfer Module](https://sdk.unlockd.finance/getting-started/sdk-modules/nft-batch-transfer-module.md): The NFT Batch Transfer module allows you to send multiple NFTs to the Unlockd user wallet in a single transaction.
- [Code Examples](https://sdk.unlockd.finance/getting-started/code-examples.md): This section includes some code examples that demonstrate how to use the Unlockd SDK in different scenarios.
- [Borrowing Assets](https://sdk.unlockd.finance/getting-started/code-examples/borrowing-assets.md)
- [Fetch prices](https://sdk.unlockd.finance/getting-started/code-examples/fetch-prices.md)
- [Login](https://sdk.unlockd.finance/getting-started/code-examples/login.md)
- [Borrow Signature](https://sdk.unlockd.finance/getting-started/code-examples/borrow-signature.md)
- [Minimum Repay](https://sdk.unlockd.finance/getting-started/code-examples/minimum-repay.md)
- [Liquidation Price](https://sdk.unlockd.finance/getting-started/code-examples/liquidation-price.md)
- [Health Factor](https://sdk.unlockd.finance/getting-started/code-examples/health-factor.md)
- [Available to borrow](https://sdk.unlockd.finance/getting-started/code-examples/available-to-borrow.md)
- [UI Snippets](https://sdk.unlockd.finance/getting-started/ui-snippets.md)
- [Reservoir Integration](https://sdk.unlockd.finance/getting-started/reservoir-integration.md)
- [Borrow against RWAs](https://sdk.unlockd.finance/use-cases-code-examples/borrow-against-rwas.md)
- ['Buy Now, Pay Later' financing](https://sdk.unlockd.finance/use-cases-code-examples/buy-now-pay-later-financing.md)
- [Best Practices](https://sdk.unlockd.finance/resources/best-practices.md): When using the Unlockd SDK, follow these best practices to ensure a smooth integration and optimal performance:
- [Changelog](https://sdk.unlockd.finance/resources/changelog.md)
- [Support & Contact](https://sdk.unlockd.finance/resources/support-and-contact.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://sdk.unlockd.finance/about/introduction.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
