# Nemesis PRO Treasury

The Treasury is a critical component of the Nemesis protocol. It represents all assets owned and controlled by the protocol and utilizes these assets to execute an efficient [Supply Control Policy](/whitepaper/features/supply-control-policy.md).

The Treasury's fundamental objective is maintaining NMSP liquidity on open markets and stabilizing NMSP through direct market actions. Furthermore, the treasury administers a group of critical assets for the protocol's long-term welfare.

The main assets, reserves, and NMSP liquidity positions are called protocol reserve assets and are held in the on-chain treasury contract, which is secured by Multi-sig.

{% hint style="info" %}
100% of the Treasury-held NMSP tokens are the reward for the protocol's staking and farming pools. Any forecasted excess NMSP tokens will be auctioned via [Auction Bonding](/whitepaper/basics/bonding/auction-bonding.md) if the Range Bound remains positive for at least 72 hours.&#x20;

The Treasury also funds events, contests, and competitions with NMPS reward&#x73;**.**
{% endhint %}

At the beginning of each month:

25% of the Treasury's stable assets will be allocated to the Automated Buyback System.

10% of the Treasury's stable assets will be allocated to marketing efforts, future developments, shareholder dividend payouts, and team payments.

5% of the Treasury's stable assets will be reserved for Reverse Auctions and Loyalty Reward Pool.

**Treasury's liquidity positions can only be used by Liquidity Management System. In the event of utilizing the NMSP/BUSD pair (for pushing the NMSP price upwards), 100% of the BUSD amount received will be put back into liquidity by Automed Buyback System. In comparison, 100% of NMSP tokens will remain in Treasury to provide more future rewards.**


---

# 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://nemesisdao.gitbook.io/whitepaper/features/nemesis-pro-treasury.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.
