# Technical Details

- [Wallet and Infrastructure Security Features](https://docs.liquidus.finance/technical-details/wallet-and-infrastructure-security-features.md)
- [Wallet App Encryption & Security](https://docs.liquidus.finance/technical-details/wallet-app-encryption-and-security.md): The technology that makes the Liquidus wallet so secure.
- [Smart Contracts](https://docs.liquidus.finance/technical-details/smart-contracts.md)
- [LIQ Token Contracts](https://docs.liquidus.finance/technical-details/smart-contracts/liq-token-contracts.md)
- [Wallet App Contracts](https://docs.liquidus.finance/technical-details/smart-contracts/wallet-app-contracts.md)
- [KyberSwapLIQ.sol](https://docs.liquidus.finance/technical-details/smart-contracts/wallet-app-contracts/kyberswapliq.sol.md): Contract used to make swaps using the KyberSwap API.
- [LiquidusAutoLP.sol](https://docs.liquidus.finance/technical-details/smart-contracts/wallet-app-contracts/liquidusautolp.sol.md): Contract used to top up pools and farms with one click.
- [LiquidusBoost.sol](https://docs.liquidus.finance/technical-details/smart-contracts/wallet-app-contracts/liquidusboost.sol.md): Contract used to boost farms and pools with LIQ.
- [LiquidusFeeEstimation.sol](https://docs.liquidus.finance/technical-details/smart-contracts/wallet-app-contracts/liquidusfeeestimation.sol.md): Contract used to get the users LIQ holdings and calculate fees.
- [Single Token Farm Contracts](https://docs.liquidus.finance/technical-details/smart-contracts/single-token-farm-contracts.md)
- [Liquidity Pool Farm Contracts](https://docs.liquidus.finance/technical-details/smart-contracts/liquidity-pool-farm-contracts.md)
- [Liquidus NFT Contracts](https://docs.liquidus.finance/technical-details/smart-contracts/liquidus-nft-contracts.md)
- [Audits](https://docs.liquidus.finance/technical-details/audits.md)
- [Bug Bounty](https://docs.liquidus.finance/technical-details/bug-bounty.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.liquidus.finance/technical-details.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.
