# Portfolio Management

On Nashpoint, each Node represents a custom investment strategy created by a Node Owner. Nodes custody user deposits along with the underlying investment assets. Owners define parameters controlling how their Node operates, including how deposits are allocated, managed, and rebalanced.

**Node Creation**: Owners permissionlessly create Nodes, each defining a unique investment strategy with specific parameters.

**Asset Selection & Allocation**: Owners select underlying investment components and set target allocation percentages (`targetWeight`) and acceptable deviations (`maxDelta`) for each asset.

**Reserve Ratio Management**: Owners determine a target reserve ratio, specifying the proportion of assets kept readily available to ensure sufficient liquidity for withdrawals.

**Rebalancing Parameters**: Owners configure rebalancing frequency (`rebalanceCooldown`) and the length of each rebalancing window (`rebalanceWindow`) to maintain the portfolio in line with strategic targets.

**Modular Routers**: Owners manage modular Router contracts (handling DeFi interactions), allowing flexibility and continuous improvements in strategy execution.

**Modular Policies:** Owners can granularly configure Node accessibility and behavior through modular policy contracts, enabling fine-tuned compliance with regulatory, KYC, or operational requirements.

**Fee Management**: Owners set annual management fees (`annualManagementFee`) and can optimize protocol execution fees by controlling the frequency and thresholds for rebalancing activities.


---

# 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://nashpoint.gitbook.io/nashpoint/user-documentation/portfolio-management.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.
