# Glossary

<figure><img src="/files/raDOqPT7UBfUIFTUkeRN" alt=""><figcaption></figcaption></figure>

### A

**Asynchronous Asset:** An asset that doesn't allow immediate withdrawals, typically managed using the ERC-7540 standard in NashPoint.

**Asset Manager:** An individual or entity responsible for creating and managing a Node within the NashPoint ecosystem.

**Async Max Delta:** The maximum allowable deviation for asynchronous assets from their target ratio in a Node.

***

### C

**Component:** An individual asset or investment strategy to which a Node can allocate funds.

**Centrifuge:** A decentralized asset financing protocol that NashPoint integrates with for Real World Asset (RWA) investments.

***

### D

**Deposit Asset:** The primary asset used for deposits into a Node, typically a stablecoin.

***

### E

**ERC-4626:** A standard for tokenized vaults in Ethereum, used by NashPoint for handling deposits and synchronous asset interactions.

**ERC-7540:** An extension of ERC-4626 that supports asynchronous (delayed) deposits and withdrawals, implemented by NashPoint for managing illiquid assets.

**Escrow:** A unique contract create for each Node that holds shares and assets during asynchronous user withdrawals.

***

### M

**Max Delta:** The maximum allowable deviation for synchronous assets from their target ratio in a Node.

***

### N

**Node:** The core unit of the NashPoint protocol, representing an individual investment strategy managed by an asset manager.

**NodeFactory:** A contract that allows for the permissionless creation of new Nodes.

***

### O

**Operator:** An address approved by a controller (user) to execute specific actions on their behalf, particularly for asynchronous redemptions.

***

### R

**Rebalancer:** An entity responsible for executing asset management functions across Nodes, including investing in assets and processing withdrawals.

**Real World Asset (RWA):** Tokenized representations of real-world assets that can be included in a Node's investment strategy.

***

### S

**Synchronous Asset:** An asset that allows immediate withdrawals, typically managed using the ERC-4626 standard in NashPoint.

***

### T

**Target Reserve Ratio:** The ideal percentage of a Node's total assets to be kept as liquid reserves.


---

# 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/resources/glossary.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.
