# Introduction To Nashpoint

Nashpoint is a smart contract protocol that enables asset managers (Owners) to independently create and manage diversified investment products onchain. Each investment product, or Node, encapsulates a customized strategy defined by selecting underlying assets (components), setting management fees, determining reserve ratios, establishing rebalancing frequency, and specifying acceptable tracking error. Users easily deposit funds using the standardized ERC-4626 interface and withdraw asynchronously via ERC-7540, with all assets securely held within Node contracts.

By bridging traditional Real-World Assets (RWAs) and crypto-native DeFi protocols, Nashpoint offers comprehensive, diversified investment portfolios accessible through a unified interface. Nodes integrate effortlessly with prominent protocols such as Aave, Morpho, Ethena, Centrifuge, and Ondo. As ERC-20 compliant tokens, Nodes can be freely transferred, traded, or used as collateral across the broader DeFi ecosystem.

Nashpoint's offchain balance sheet management service handles the execution of investment strategies, ensuring efficient investment of user deposits according to Node parameters and managing liquidity effectively during withdrawals. The protocol's secure, modular, and compliance-focused infrastructure supports sophisticated strategies and is designed to accelerate institutional adoption in decentralized finance.


---

# 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/introduction/introduction-to-nashpoint.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.
