# Instrument Registry

Instrument Registry serves as the registry for instrument domains. It's a light-weight registry that maintains minimum information for instrument domain creation and lookup.

Instrument Registry has the following responsibilities:

### Activate Financial Instruments

As mentioned in section [Instrument](/implementation/instrument.md), once the instrument contract is deployed, Service Providers can activate this instrument on NUTS Platform in Instrument Registry. Below is the activation process:

1. Instrument Registry queries Config to get the Instrument Manager Factory;
2. Instrument Registry calls Instrument Manager Factory to create a new instrument domain for this instrument;
3. Instrument Registry assigns a new ID for the instrument.

During the activation process, Service Providers might be required to deposit NUTS tokens which are burned when the instrument is deactivated. The amount of NUTS token to deposit is configured in the Config.

### Lookup Financial Instruments

Instrument Registry supports looking up instrument domain by instrument ID. Since the Instrument Manager is the portal for the instrument domain, the lookup method simply returns the address of the Instrument Manager.


---

# 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/implementation/instrument-registry.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.
