# Configurazione

Lo Smart Contract dispone di 3 tipi di badge:

* Proprietario (Owner)
* Amministratore (Admin)
* Staff&#x20;

Ognuno di questi badge consente l'accesso alle funzioni

* Impostare la percentuale della ricompensa per i prestiti forniti/ricevuti (Admin, Owner)
* Impostare il numero di epoche dopo le quali si può nuovamente utilizzare lo SC (Admin, Owner)
* Estendere il pool per accettare più prestiti (Staff, Admin, Owner)
* Creare nuovi NFT da assegnare allo staff (Admin, Owner)
* Ritirare fondi per lo sviluppo del progetto (Owner)
* Ritirare le commissioni per lo sviluppo del progetto (Owner)
* Depositare nuovi token nel contenitore XRD principale (Admin, Owner)


---

# 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.zerocollateral.eu/ita/configurazione.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.
