# Onboarding a Castle

### 🗺️Overview

To manage a Treasury, asset managing entities create a Management Castle, governed by a MultiSig wallet. There are no limits on how many Treasuries a Management Castle can manage and each manager can be responsible for the administration of one or more Treasuries but all Castles require an initial minimum of three MultiSig members.&#x20;

Once the onboarding is complete, the members of the MultiSig become Treasury Managers, and the collective can be added or removed by Trustees to manage their Treasuries. Treasury Managers will then be responsible for the construction of optimal portfolios and the execution of on-chain investments for the given Community Treasury.&#x20;

### 👑Powers

Through a system of wallet delegation, the Management Castle MultiSig can opt-in to delegate decisions to a single MultiSig member. The discretionary smart contract-based rulesets of the Treasury Managers, initially hardcoded in the protocol's governing logic, are the following:

* Liquidate Castle
* Add/Remove Manager to MultiSig
* Add/Remove Manager to Treasury
* Delegate/Undelegate Decisions to MultiSig Member


---

# 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/onboarding-a-castle.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.
