> For the complete documentation index, see [llms.txt](https://docs.quipuswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quipuswap.com/smart-contracts/quipuswap-stable-swap-dex/factory/developer-methods.md).

# 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 %}
