# Developer methods

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

### Claim collected deployment fees.

The Factory contract charges a deployment fee in [QUIPU](https://better-call.dev/mainnet/KT193D4vozYnhGJQVtw7CoxxqphqUEEwK6Vb/metadata) token. Some of the tokens got burnt and some goes to reserves. The `developer` could withdraw this fee reward.

{% hint style="info" %}
This method withdraws all the reserves in one call.&#x20;
{% endhint %}

{% content-ref url="/pages/A16jNqlk9JfEBBkxzZd9" %}
[claim\_rewards](/smart-contracts/quipuswap-stable-swap-dex/factory/developer-methods/claim_rewards.md)
{% endcontent-ref %}

### Factory management

The `developer` as admin of contract performs management of the contract. Management includes deployment fee price, burn percent, and the whitelisted addresses. Also, all params of [Developer module](/smart-contracts/quipuswap-stable-swap-dex/developer-module.md) presents inside the management section.

{% content-ref url="/pages/MBp0G1Wt3QJegyntfYEw" %}
[Factory management](/smart-contracts/quipuswap-stable-swap-dex/factory/developer-methods/factory-management.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.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.
