# Factory management

{% hint style="warning" %}
These actions are called only by `developer` address.
{% endhint %}

### Mananage deployment charges&#x20;

The Factory charges some deployment fees in [QUIPU](https://better-call.dev/mainnet/KT193D4vozYnhGJQVtw7CoxxqphqUEEwK6Vb/metadata) token. The `developer` can manage this fee and whitelist the specific addresses for free deployment.

{% content-ref url="/pages/VVycbFQbvBJA7Yvo0xP4" %}
[Factory params](/smart-contracts/quipuswap-stable-swap-dex/factory/developer-methods/factory-management/factory-params.md)
{% endcontent-ref %}

### Developer address and fees

The Factory contract contains [Developer module](/smart-contracts/quipuswap-stable-swap-dex/developer-module.md), so includes its params setters.

{% content-ref url="/pages/eA46ciGNfFQb8Yu8eg7H" %}
[Developer setter entrypoints](/smart-contracts/quipuswap-stable-swap-dex/developer-module/developer-setter-entrypoints.md)
{% endcontent-ref %}


---

# 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.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/developer-methods/factory-management.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.
