# Deposit Escrow

Deposit Escrow is a special escrow for NUTS token only. It holds NUTS token that is:

* Deposited by FSPs in activating new financial instruments;
* Deposited by makers in creating new issuance.

Deposit Escrow is identical to Instrument Escrow except that:

* The owner is Instrument Registry instead of Instrument Manager;
* The account is Instrument Managers instead of any account.

### Deposit Token for New Instruments

When FSPs activate new financial instruments, the following steps are included:

1. FSP creates an allowance for Instrument Registry;
2. Instrument Registry invokes Instrument Manager Factory to create new Instrument Manager;
3. Instrument Registry transfers NUTS tokens from FSP, and then deposits into Deposit Escrow under new Instrument Manager's account.

### Deposit Token for New Issuance

When makers create new issuance, the following steps are included:

1. The NUTS token should be deposited into Instrument Escrow already;
2. Instrument Manager withdraws the NUTS token and then stores it into Deposit Escrow;

### Return Token

When a financial instrument is deactivated or an issuance is terminated, Instrument Managers retrieves the NUTS tokens from the Deposit Escrow and transfers it to FSP/maker.


---

# 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/deposit-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.
