# Strategy Manager

At any given time **business** may not have a list of pre-approved pending **invoices** ready to be disbursed or the money in the pool may not be needed to fund an invoice as older funds start getting collected and redeployed in the market.

To avoid such a case where the lender money is parked on our smart contract and the treasury may lose valuable interest we will park all funds on a 3rd party protocol and request access for disbursal when the invoice is ready.

This will help Polytrade in two ways:

1. We will start getting instant yields from 3rd party protocols reducing the cost of capital for business.
2. This shall also help us avoid a hack on the protocol as there will be no to zero funds on the protocol at any given time.

To ensure we have a robust manager that can allow us to change the protocol and withdraw funds instantly when we have built a flexible system to add or change the 3rd party protocol.

When a protocol is changed the treasury must call back all funds in the system and redeploy them to a new protocol.

This will ensure we have access to better returns and the treasury team and manage funds as per requirements.

![](https://3114552143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpDt8wbmpng028L0C3msG%2Fuploads%2ForgUfXY4tHvXhPsKoaDE%2FStrategy.jpg?alt=media\&token=72ca8260-af11-4ce4-a86c-2d616c763ee2)


---

# 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://polytrade.gitbook.io/polytrade/the-basics/strategy-manager.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.
