# EVM Compatible contracts

List of smart contracts

{% embed url="<https://github.com/deliqfinance/Deliq-Protocol-EVM-/tree/main/contracts/defi-round>" %}
Launch pool smart contract
{% endembed %}

{% embed url="<https://github.com/deliqfinance/Deliq-Protocol-EVM-/tree/main/contracts/token>" %}
DLQ token
{% endembed %}

> DLQ is a ERC 20-token and a native token Deliq Finance . Contracts is imported from Open zeppelin implementation of ERC-20. Pausable contract imported as a emergency mechanism to stop functionality while a remediation is pending.

{% embed url="<https://github.com/deliqfinance/Deliq-Protocol-EVM-/tree/main/contracts/pools>" %}
General and Special pools
{% endembed %}

{% embed url="<https://github.com/deliqfinance/Deliq-Protocol-EVM-/tree/main/contracts/staking>" %}
Contract for DLQ staking
{% endembed %}

{% embed url="<https://github.com/deliqfinance/Deliq-Protocol-EVM-/tree/main/contracts/rewards>" %}
Rewards to LDs and LPs
{% endembed %}

{% embed url="<https://github.com/deliqfinance/Deliq-Protocol-EVM-/tree/main/contracts/manager>" %}
Manager contract
{% endembed %}

{% embed url="<https://github.com/deliqfinance/Deliq-Protocol-EVM-/tree/main/contracts/user_token_balance>" %}
Balance tracker
{% endembed %}


---

# 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://deliqfinance.gitbook.io/deliq-finance/smart-contracts/evm-compatible-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.
