# Smart Contracts

{% hint style="success" %}
**Fully Audited:** All smart contracts used by Liquidus are fully audited by reputational auditing companies.
{% endhint %}

## Liquidus Smart Contracts

Liquidus is based on several smart contracts handling transactions or storing funds completly decentralized.&#x20;

Check out our individual contracts:

{% content-ref url="/pages/FxnkkD2lhqKexa8o4iX3" %}
[LIQ Token Contracts](/technical-details/smart-contracts/liq-token-contracts.md)
{% endcontent-ref %}

{% content-ref url="/pages/EJ0ahpBux18nsS7Y6Mhq" %}
[Liquidity Pool Farm Contracts](/technical-details/smart-contracts/liquidity-pool-farm-contracts.md)
{% endcontent-ref %}

{% content-ref url="/pages/YZsfvPuFjgbzQ3zav34a" %}
[Single Token Farm Contracts](/technical-details/smart-contracts/single-token-farm-contracts.md)
{% endcontent-ref %}

{% content-ref url="/pages/3C180doyhfzuRAar9LuY" %}
[Liquidus NFT Contracts](/technical-details/smart-contracts/liquidus-nft-contracts.md)
{% endcontent-ref %}


---

# 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/smart-contracts.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.
