# CLM-0

This contract can be used in a limited scenario where you want to collect your xDai revenues from the M3tering protocol, to a specific address without any additional logic.

**How it works:**

* The contract retrieves the recipient address from the calldata bytes.
* The contract then proceeds to forward the received xDai to the recipient address.

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

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


---

# 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-0.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.
