# Managing a Treasury

### 🧩Integrations

Thanks to numerous third-party protocol integrations, Treasury Managers can interact with third-party DeFi protocols so as to perform the necessary investment activities. These include trading, staking, farming, lending and borrowing and indexes. Through the Manager interface, members of a Management Castle will consequently be able to manage the Treasury’s capital in a completely non-custodial fashion, and interact, initially, with the following protocols:

### ⛓️Ethereum Mainnet

|       Strategy      |                 Protocols                |
| :-----------------: | :--------------------------------------: |
|        Trade        |      [Uniswap](https://uniswap.org/)     |
|      Perpetuals     |      [dYdX](https://dydx.exchange/)      |
|        Stake        |         [Lido](https://lido.fi/)         |
|        Yield        |   [Pendle](https://www.pendle.finance/)  |
| Lending & Borrowing |         [AAVE](https://aave.com/)        |
|       Indexing      | [Reserve Protocol](https://reserve.org/) |

### &#x20;⛓️BNB Chain

|       Strategy      |                              Protocols                              |
| :-----------------: | :-----------------------------------------------------------------: |
|        Trade        |             [PancakeSwap](https://pancakeswap.finance/)             |
|      Perpetuals     |             [PancakeSwap](https://pancakeswap.finance/)             |
|        Stake        | [Binance Staking](https://www.binance.com/en/earn/ethereum-staking) |
|        Yield        |                [Pendle](https://www.pendle.finance/)                |
| Lending & Borrowing |                      [Venus](https://venus.io/)                     |
|       Indexing      |                                  -                                  |

### ⛓️Arbitrum

|       Strategy      |                 Protocols                |
| :-----------------: | :--------------------------------------: |
|        Trade        |      [Uniswap](https://uniswap.org/)     |
|      Perpetuals     |                     -                    |
|        Stake        |                     -                    |
|        Yield        |   [Pendle](https://www.pendle.finance/)  |
| Lending & Borrowing |         [AAVE](https://aave.com/)        |
|       Indexing      | [Reserve Protocol](https://reserve.org/) |

### ⛓️Optimism

|       Strategy      |               Protocols               |
| :-----------------: | :-----------------------------------: |
|        Trade        |    [Uniswap](https://uniswap.org/)    |
|      Perpetuals     |                   -                   |
|        Stake        |                   -                   |
|        Yield        | [Pendle](https://www.pendle.finance/) |
| Lending & Borrowing |       [AAVE](https://aave.com/)       |
|       Indexing      |                   -                   |

### ⛓️Base

|       Strategy      |                 Protocols                |
| :-----------------: | :--------------------------------------: |
|        Trade        |      [Uniswap](https://uniswap.org/)     |
|      Perpetuals     |                     -                    |
|        Stake        |                     -                    |
|        Yield        |   [Pendle](https://www.pendle.finance/)  |
| Lending & Borrowing |         [AAVE](https://aave.com/)        |
|       Indexing      | [Reserve Protocol](https://reserve.org/) |


---

# 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.daimon.finance/manager-guide/managing-a-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.
