# Smart Contracts

- [Core Contracts](https://docs.m3ter.ing/smart-contracts/core-contracts.md): Overview of the 4 main source codes repositories implemented under the M3tering Protocol
- [Claim Logic Modules (CLMs)](https://docs.m3ter.ing/smart-contracts/claim-logic-modules-clms.md): coming soon
- [CLM-0](https://docs.m3ter.ing/smart-contracts/claim-logic-modules-clms/clm-0.md): Claim Logic Module for collecting xDAI
- [CLM-1](https://docs.m3ter.ing/smart-contracts/claim-logic-modules-clms/clm-1.md): Claim Logic Module for minting SLX
- [CLM-2](https://docs.m3ter.ing/smart-contracts/claim-logic-modules-clms/clm-2.md): Claim Logic Module for swapping xDAI to SLX on a DEX
- [CLM-3](https://docs.m3ter.ing/smart-contracts/claim-logic-modules-clms/clm-3.md)
- [Audits](https://docs.m3ter.ing/smart-contracts/audits.md): Code audits on the M3tering protocol code base
- [Secure3 Audit Contest](https://docs.m3ter.ing/smart-contracts/audits/secure3-audit-contest.md): The current codebase for the M3tering protocol has been audited by Secure3,


---

# 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.m3ter.ing/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.
