# GET Market maker settings

{% openapi src="/files/9n3oMf5j9lHPVLo2Ywuu" path="/v1/lend/mm-settings" method="get" %}
[nativeLend.json](https://2236132028-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fta4g2TwHaleDMaDKVgwR%2Fuploads%2FtioKKepUoaP6j2ypXoqA%2FnativeLend.json?alt=media\&token=8d90ab11-f17c-4a71-8b31-696c2143cc2e)
{% endopenapi %}

#### Example response

```json
{
    "mm_address": "0x2447f272547760c66FB9758E9bB87F0EA0D6EDD1",
    "settler": "0x3Bdd75701dc1683f1229D77d5487A469Bae561e0",
    "chain": "ethereum",
    "mm_partner": "testPmm",
    "hard_limit_usd_threshold": 10000, //additional credit limit on top of collateral
    "token_amount_limit": null,
    "is_forced_paused": false, //force paused by admin from all activities
    "is_paused": false, //pause borrowing because of time delay of settlement or collateral removal
    "is_interest_paused": false
}
```


---

# 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.native.org/native-dev/build-with-native/market-makers/native-market-makers-api/get-market-maker-settings.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.
