# CLM-1

This contract provides a simple and secure way for users to convert their xDai revenues on the M3tering protocol to Solaxy tokens.

**How it works:**

* Users calls the claim function to send xDAI, along with abi encoded calldata to the contract
* The contract wraps xDai received from the user using the WXDAI contract.
* Wrapped xDai is then deposited into the savings-DAI vault (an interest-bearing vault by MakerDAO) for the equivalent in sDAI.
* Finally, the sDAI is used as collateral to issue new SLX tokens on the Solaxy bonding curve.

Developer: <https://github.com/iChristwin>

{% embed url="<https://github.com/M3tering/CLM-1/>" %}


---

# 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/claim-logic-modules-clms/clm-1.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.
