# Escrow

NUTS Platform, minus instrument management domain, does not keep any asset except NUTS token. All instrument assets are kept locally in their corresponding domain using escrow.

Each instrument management domain provides two kinds of escrows: Instrument Escrow, which serves as the asset portal of this instrument, and Issuance Escrow, which manages assets for individual issuance. They are all created by Instrument Manager, which is the owner of these escrows.

![Escrow Model](/files/-LoaAqEebBWZ3il3gcuj)

|                              | Instrument Escrow                       | Issuance Escrow                   |
| ---------------------------- | --------------------------------------- | --------------------------------- |
| Creation                     | Created when instrument is created      | Created when issuance is created  |
| Access by user               | Deposit/Withdraw from their own account | Read-only                         |
| Access by instrument manager | Deposit/Withdraw from any account       | Deposit/Withdraw from any account |
| Access by issuance           | Read-only                               | Read-only                         |


---

# 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.nuts.finance/master/implementation/escrow.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.
