# Role Authorizer

#### Module Category: Authorizer

The role Authorizer module authorizes actions and governance permissions through a managed list of whitelisted addresses.

It provides an authorization framework that supports various governance structures, from individual wallets to multi-signature accounts. Different roles and addresses can be defined for different authorizations in module interactions or the overall governance of the workflow.

## Module Functions:

**Role Management:** Toggle self-management of roles, grant roles to addresses, and revoke roles.

**Admin Role Control:** Transfer or permanently remove admin rights for governing the roles.


---

# 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.inverter.network/concepts/protocol-concepts/module-library/authorizers/role-authorizer.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.
