# Overview

There are three actors in NUTS Platform:

* Service Providers, who are the underwriters of financial instruments. Usually Underwriters of specialized financial instruments or Blockchain Foundation;
* Maker, who is creator of a specific financial instrument issuance. For example, a maker can create a unique instance of a loan instrument underwritten by Service Providers;&#x20;
* Taker, who is engager of the financial instrument issuance created by the maker. For instance, a taker can engage a specific loan instance created by the maker.

![](/files/-M8HEApi0fVJUZdzzGdj)

NUTS Platform allows Service Providers to easily create and activate new financial instruments and deactivate existing financial instruments in a trustless and transparent fashion.

Once a new financial instrument is activated, NUTS Platform allows makers to create new issuance of selected financial instrument activated by Service Providers. Once a new issuance is created, one or more takers could engage the issuance and complete the issuance

The following sections provides an overview of NUTS Platform's architecture design.


---

# 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/architecture-overview.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.
