# Developers

- [Getting Started](https://docs.rujira.network/developers/getting-started.md)
- [Smart Contracts (CosmWasm)](https://docs.rujira.network/developers/getting-started/smart-contracts-cosmwasm.md)
- [Licenses](https://docs.rujira.network/developers/getting-started/licenses.md)
- [RUJI Product Integration Guides](https://docs.rujira.network/developers/ruji-product-integration-guides.md): Technical documentation for integrating Rujira Network products into your application.
- [RUJI Trade and CCL](https://docs.rujira.network/developers/ruji-product-integration-guides/ruji-trade-and-ccl.md): Technical documentation for wallets, swap routers, portfolio apps, and protocols integrating RUJI Trade through the FIN contract and its CCL range liquidity.
- [RUJI Lend & Borrow](https://docs.rujira.network/developers/ruji-product-integration-guides/ruji-lend-and-borrow.md): This guide covers integrating RUJI Lending (supply-side) and RUJI Credit (borrow-side CDP loans) into your application.
- [RUJI Liquidations](https://docs.rujira.network/developers/ruji-product-integration-guides/ruji-liquidations.md): This guide covers integrating RUJI Liquidations (bidding on at-risk collateral) into your application, and guidance to build a Liquidation Solver.
- [Bidding on Liquidations](https://docs.rujira.network/developers/ruji-product-integration-guides/ruji-liquidations/bidding-on-liquidations.md): This guide covers how to integrate liquidation bidding into your application, allowing users to acquire collateral at discounted prices when CDP positions are liquidated.
- [Liquidation Solvers](https://docs.rujira.network/developers/ruji-product-integration-guides/ruji-liquidations/liquidation-solvers.md): This guide covers building liquidation solvers (also called "path finders") - off-chain infrastructure that monitors at-risk positions, calculates optimal liquidation routes, and executes liquidations
- [Development Process](https://docs.rujira.network/developers/development-process.md)
- [Secured Assets](https://docs.rujira.network/developers/secured-assets.md)
- [Local Deployment Guide](https://docs.rujira.network/developers/local-deployment-guide.md)
- [Stagenet Deployment Guide](https://docs.rujira.network/developers/stagenet-deployment-guide.md)
- [Review and Audit Guide](https://docs.rujira.network/developers/review-and-audit-guide.md)
- [Setting Up a THORChain Multisig](https://docs.rujira.network/developers/setting-up-a-thorchain-multisig.md)
- [Mainnet Deployment Guide](https://docs.rujira.network/developers/mainnet-deployment-guide.md)
- [Developer Endpoints](https://docs.rujira.network/developers/developer-endpoints.md): Feel free to use these endpoints to build on Rujira!
- [Rujira REST API](https://docs.rujira.network/developers/developer-endpoints/rujira-rest-api.md)
- [Trading Bot](https://docs.rujira.network/developers/trading-bot.md)
- [Build Ideas](https://docs.rujira.network/developers/build-ideas.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rujira.network/developers.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.
